https://github.com/inokinoki/serialip
Original lib: https://www.shikadi.net/files/arduino/SerialIP-1.0.zip
https://github.com/inokinoki/serialip
Last synced: 8 months ago
JSON representation
Original lib: https://www.shikadi.net/files/arduino/SerialIP-1.0.zip
- Host: GitHub
- URL: https://github.com/inokinoki/serialip
- Owner: Inokinoki
- License: lgpl-2.1
- Created: 2019-11-12T19:19:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T19:42:19.000Z (over 6 years ago)
- Last Synced: 2025-02-09T08:33:40.517Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is SerialIP version 1.0, a wrapper library around uIP, which provides the
Arduino with TCP/IP connectivity over its built-in serial port, with SLIP
(RFC1055) protocol.
The wrapper library was written by Adam Nielsen
uIP was written by Adam Dunkels of the Networked Embedded Systems group at the
Swedish Institute of Computer Science.
For set up guides and troubleshooting, visit the SerialIP page on the Arduino
wiki: http://www.arduino.cc/playground/Code/SerialIP
For more information visit:
- uIP API reference:
http://www.sics.se/~adam/uip/uip-1.0-refman/
- Arduino forums
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl
- uIP homepage:
http://www.sics.se/~adam/uip/index.php/Main_Page