https://github.com/supercamel/picolan
Networking for microcontrollers. PicoLAN gets lots of things talking to other things via a single serial port.
https://github.com/supercamel/picolan
arduino network-programming networking stm32 teensy
Last synced: about 2 months ago
JSON representation
Networking for microcontrollers. PicoLAN gets lots of things talking to other things via a single serial port.
- Host: GitHub
- URL: https://github.com/supercamel/picolan
- Owner: supercamel
- Created: 2018-12-27T00:13:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T01:11:42.000Z (over 3 years ago)
- Last Synced: 2024-10-28T12:35:28.033Z (12 months ago)
- Topics: arduino, network-programming, networking, stm32, teensy
- Language: C++
- Size: 79.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# PicoLAN
## Brief
PicoLAN is a packet switched network that uses switch devices (little electronic circuit boards with a microcontroller) to enable full network capability over serial ports.
Multiple Arduinos or Raspberry Pis can communicate and exchange data with each other via serial/UART.
## Documentation
The code has been documented using Doxygen comments.
Pre-generated documentation can be located at
https://picolan.camelsoftware.com