oceandrift / l64mpp
Little-endian 64-bit Message Passing Protocol
v0.0.9
2024-03-10 01:54 UTC
README
A super-simple message passing protocol.
It builds upon TCP and is as straightforward as length + data.
The length is a 64-bit signed integer in little-endian format. Given that most machines are LE today, this means no conversion is necessary on them.