Skip to content
Snippets Groups Projects
Nicolas Pope's avatar
Implements #49 RGBD Streamer
Nicolas Pope authored
cfbdda77
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
cpp
js
CMakeLists.txt
README.md

FTL Network Library

FTL Net provides stream, RPC and Peer-2-Peer functionality for the FTL system. The idea is to allow an efficient mapping to operating system sockets to minimise userspace copy operations, whilst still allowing for data packing for smaller RPC calls. The P2P component implements different rpc search strategies to allow calls to find one, all, many or specific results across the network.

Multiple protocols are supported, and it is intended that NAT traversal will be included. However, security, whether encryption or identification, is not considered presently.

There are two supported languages: C++ and Javascript. See each respective language folder for more details.