maidsafe / sn_routing

Routing - specialised storage DHT
Other
278 stars 81 forks source link

Handle client registration #2323

Closed oetyng closed 3 years ago

oetyng commented 3 years ago

A single API is used for sending messages to the network, taking SrcLocation and DstLocation, removing the api intended for client messages. Clients register at their section by signing the socket address they use. An obfuscated key us used in messaging across the network, to map against this socket address.