feedet
Feedet is a term used to describe a lightweight data interchange concept designed for distributing small, append-only items across distributed systems. The central idea is to provide a simple, verifiable feed that can operate on resource-constrained devices and in intermittent network conditions, while allowing optional privacy through encryption. In typical descriptions, a feedet item contains a unique identifier, a timestamp, a topic or type, a payload with the content, and cryptographic fields such as a signature or a key reference to enable integrity checks.
Format and serialization commonly propose JSON or CBOR as the encoding for feedet items, with a separate
Architecture and usage scenarios focus on interoperability and resilience. Feeds can be distributed through pub/sub or
Reception to feedet concepts ranges from curiosity in academic and open-source circles to skepticism about the