This repository contains a set of libraries implementing different aspects of the BFCP (Binary Floor Control Protocol), specifically:
bfcpmsg
: a library to implement parsing/building capabilities for the protocol;bfcpclt
: a library to implement the client side of the protocol;bfcpsrv
: a library to implement the server side of the protocol.
The libraries were originally implemented by Lorenzo Miniero (University of Napoli Federico II) and Oscar Novo (Ericsson), and are now hosted in a Meetecho repository to make them more easily accessible.
The license for all libraries is LGPL 2.1 (GNU Lesser General Public License v2.1).
NOTE WELL: This code is unmantained. We're not going to address issues or pull requests.