Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soypat/tiny-sproto

A simple Point-to-Point Protocol implementation written in Go.
https://github.com/soypat/tiny-sproto

modbus point-to-point ppp pppoe raspberry-pi rs-232 rs-485 serial uart

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://eli.thegreenplace.net/2009/08/12/framing-in-serial-communications) for invaluable
information on framing in serial protocols.