Introduction
netio3 is a network library used by the phase-2 FELIX project. It supports network communication via TCP and RDMA. The library is split into two parts: netio3 (this project) and netio3-backend. The backend provides functionality for sending and receiving data over the network, while the frontend provides data coalescence (buffered sending) and publish/subscribe semantics.
Distribution, Use, API
netio3 is part of the FELIX software distribution but can be compiled standalone as well. It is not supposed to be used to interface felix-star. Use felix-client instead (TODO: Update link to manual).
Requirements
TODO