Skip to content

BaroboRobotics/libsfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial Framing Protocol Library

libsfp implements a reliable, message-oriented, point-to-point communications protocol suitable for embedding in systems with severely constrained resources. It was originally designed to run on an 8-bit AVR microcontroller with 16K RAM. It has one dependency: cxx-util.

There is currently no real documentation beyond some notes on the wiki, but you can ping @harrishancock if you have questions.