tosc-rs / mgnp

MnemOS Global Networking Protocol
Creative Commons Attribution Share Alike 4.0 International
14 stars 1 forks source link

feat(mgnp): add handshaking, redo outbound frame API #21

Closed hawkw closed 8 months ago

hawkw commented 8 months ago

This branch implements a bunch more of the MGNP protocol, including Hello messages for connection establishment (see #12). In addition, I've redone the frame types, including a much more usable OutboundFrame API for the Wire implementation, which should be much easier to serialize (see #13).

Furthermore, I've added a bunch more tests (see #14).

Closes #13