Secure Distributed Aggregator
Core
- protocol documents the SDA service interface, as implemented by the server and consumed by the client
- client contains the core client code, published as
sda-client
, with a minimum of options and dependencies
- server is the minimum server
Server and network