-
Notifications
You must be signed in to change notification settings - Fork 2k
External Libraries
jia200x edited this page Aug 11, 2017
·
5 revisions
RIOT supports the integration of external libraries. These libraries can be used as BSD-like packages, i.e. they are downloaded automatically at compile-time (if needed) and linked against RIOT. For more information, please see the documentation in http://doc.riot-os.org/group__pkg.html
Currently supported external libraries are:
- libcoap for the Constrained Application Protocol (CoAP)
- oonf_api - a network framework for developing MANET routing protocols
- OpenThread - An open-source implementation of the Thread networking protocol
- OpenWSN - an open-source implementation of a complete protocol stack (including 6TiSCH)
- TLSF - two level segregated fit, general purpose memory allocator for real-time