Elektrine lite

← Feed

@p2panda@autonomous.zone

Post #2533359

2026-03-26 18:25 UTC

p2panda is designed with a clear separation of the "event delivery" and "event processing" layers. p2panda applications should not worry about _where_ their messages come from but only how they are processed. We make sure that other nodes who are interested in the same topic are confidentially discovered, to sync up on all missed messages, to deliver them to the processing layer. This gives them flexibility to run on top of any infrastructure. We also call this a "Walkaway Stack".

Replies (1)

  • @p2panda@autonomous.zone 2026-03-26 18:25

    So far we do this over the Internet using iroh to manage direct p2p connections, but we're prepared to offer the same level of abstraction for running over Radio-Protocols like LoRa or BLE, including mesh topologies. Application developer will mostly use the API to monitor and inspect networking and sync activity, restrict access and select available transports (QUIC, Tor, Mesh Networks, BLE, ..) while we make sure data is delivered as securely and privately as possible.

    Open ##2533360