oceandrift/l64mpp

Little-endian 64-bit Message Passing Protocol

v0.0.9 2024-03-10 01:54 UTC

This package is auto-updated.

Last update: 2024-04-10 01:57:50 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.