scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Protocol/Message Design for P2P Chat App Over Tor #19

Closed scherzma closed 2 months ago

scherzma commented 6 months ago

Design and evaluate a protocol how peers should communicate in the network. This issue depends on #18.

The message Struct (Related to #17) could look something like this: image (Screenshot from our Architecture Design)

But it's still TBD, which operations exist and how these will behave and be implemented.

For example: operation 1: send message operation 2: add to group ...