Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterheinrich/InternetOverSpaghetti
Transmitting IP packages over a pair of spaghetti thus demonstrating how media independent IP really is.
https://github.com/peterheinrich/InternetOverSpaghetti
Last synced: 30 days ago
JSON representation
Transmitting IP packages over a pair of spaghetti thus demonstrating how media independent IP really is.
- Host: GitHub
- URL: https://github.com/peterheinrich/InternetOverSpaghetti
- Owner: peterheinrich
- License: other
- Created: 2019-08-05T07:08:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T11:59:42.000Z (10 months ago)
- Last Synced: 2024-08-04T01:13:46.049Z (4 months ago)
- Language: C++
- Size: 5.34 MB
- Stars: 335
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP_Over_Spaghetti
Transmitting IP packages using two spaghetti as transport medium![Alt text](doc/08_CompleteAssembly.JPG?raw=true "Title")
Actually this is rather RS232 over spaghetti. But using the SLIP protocol, some USB-to-RS232 adapters and two Linux machines, one can easily tunnel IP over RS232, thus effectively tunneling IP over the spaghetti.
The whole chain looks like this:
SLIP(Linux) -> FTDI (USB<->RS232) -> ATMega328P -> Relais -> Spaghetti -> Optical Sensor -> ATMega328P -> FTDI (USB<->RS232) -> SLIP(Linux)![Alt text](doc/10_Ping.png?raw=true "Title")