Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 395 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 395 Bytes

tiny-sproto

A simple Point-to-Point Protocol implementation written in Go.

This implementation was built to be used with serial (UART RS-232) for interoperation between a embedded linux running Go and a raspberry pi pico running Tinygo.

See Eli's blogpost for invaluable information on framing in serial protocols.