firepear / petrel

It's like SQLite, but for networking
MIT License
20 stars 1 forks source link

Revise header/protocol #69

Open firepear opened 6 months ago

firepear commented 6 months ago
firepear commented 6 months ago

Working this and #64 together, as the basis for v0.37.

The base module and client have been overhauled. Starting work on the server, but not sure if I'll get it done tonight. Need to wrap my head around it again first, as it's more complex than the client and has more moving parts.

firepear commented 6 months ago

The protocol has been redesigned and the client updated, which leaves the rest as implementation details.

But before this can be closed, a standard hello/protocol version check message needs to be coded in on the client side, and a handler for it implemented on the server side

firepear commented 1 month ago

PROTOCHECK implemented client-side