brb_framework is a Framework of BrByte, written in C, containing the libraries and codes used by the company in the distribution of BrbOS (https://brbos.brbyte.com), a release based on FreeBSD.
For now we are publishing the libbrb_core.
The main library is the libbrb_core. That contains an abstraction for an event-oriented base, using kqueue (https://www.freebsd.org/cgi/man.cgi?kqueue).
Github: https://github.com/BrByte/brb_framework
Origin & References
libbrb_core is developed and maintained by BrByte (https://software.brbyte.com).
It is built for and developed on FreeBSD system, patches to are most welcome.
On Linux you can use libkqueue.
License
This project is licensed under the BSD 2-Clause License – see the LICENSE.md file in github for details.
Work
There is more to come.
Author
Guilherme Amorim de Oliveira Alves <guilherme@brbyte.com>
Luiz Fernando Souza Softov <softov@brbyte.com>