Skip to content

C++ Fast Light Network Library for simple real-time data exchange

License

Notifications You must be signed in to change notification settings

vcrocher/libFLNL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libFLNL

C++ Fast Light Network Library for simple real-time data exchange

Features:

  • Exhange of a fixed number of double values and simple characters commands between a server and a client
  • No buffering: only last received values are available
  • Fixed predefined frame size
  • Simple data integrity check
  • Based on BSD sockets
  • Windows and Unix

Warning

The library transmit double values as bytes and ASSUMES the same representation of double types on both sides. A simple bytes size is performed at runtime and it will work just fine on most modern compiler BUT you should perform a manual check to ensure that the transmitted values are correct before proper use.

Requirements

The library uses pthread.

About

C++ Fast Light Network Library for simple real-time data exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published