Peer-to Peer Data Sharing
Hedera Consensus Service (HCS)
HCS provides a decentralized consensus mechanism for events and incoming data submissions from the nodes. As sensors send data, HCS can reliably record the sequence of events and provide proofs of their order.
Advantages:
Decentralized Ordering: HCS ensures that data from all nodes is ordered and can be verified independently, adding to the integrity of the system.
Scalability: HCS can handle many transactions per second, crucial for a distributed network of sensor nodes.
Provenance and Trust: By using HCS to include logs or events, you can create an immutable ledger of sensor data, increasing trust among users of your app.
Flexibility: HCS allows you to build applications without the need for complex blockchain logic, focusing more on event-driven architecture.
HCS Topics
Topics are a unique feature within HCS which enables decentralized, trustless, and verifiable messaging.
What are Topics in Hedera?
In Hedera, a topic is a channel or subject in which messages are published on the Hedera network through the Consensus Service. Each topic has a unique ID and serves as a log where messages (like transactions or events) can be written sequentially. Once messages are published to a topic, they’re timestamped, ordered, and made immutable by the Hedera network.
Key Aspects of Topics in Hedera:
Unique Topic ID: Each topic has a specific ID (e.g.,
0.0.xxxxx
), making it easy to refer to and access.Immutable Log: Messages published to a topic are stored in a tamper-proof, chronological sequence, making it ideal for audit trails or event tracking.
Consensus Timestamp: Each message is timestamped by the network, giving it an official, trusted record.
Public or Private Access: Topics can be open for public or restricted access, allowing only authorized parties to publish or view messages, depending on permissions.
Ecosphere leverages topics to enable trustless, transparent communication, especially in applications needing secure, verified, or timestamped messages.
Heartbeats
Service receipt
Service acknowledgement
Service request
Service completion
Service error
Service extension
Each device is writing to its own Topics on Hedera using the Hedera Consensus Service.
Last updated