Skip to content

Little-endian 64-bit Message Passing Protocol

License

Notifications You must be signed in to change notification settings

oceandrift/l64mpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little-endian 64-bit Message Passing Protocol

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.