Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/soypat/tiny-sproto
- Owner: soypat
- License: mit
- Created: 2022-12-04T22:23:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T22:44:00.000Z (about 2 years ago)
- Last Synced: 2024-06-21T20:07:38.102Z (7 months ago)
- Topics: modbus, point-to-point, ppp, pppoe, raspberry-pi, rs-232, rs-485, serial, uart
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tinygo - tiny-sproto - A simple Point-to-Point Protocol implementation written in Go. (Embedded Systems / Protocol implementations)
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.