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: about 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T11:59:42.000Z (over 1 year ago)
- Last Synced: 2024-11-14T10:37:35.079Z (8 months ago)
- Language: C++
- Size: 5.34 MB
- Stars: 336
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - peterheinrich/InternetOverSpaghetti - Transmitting IP packages over a pair of spaghetti thus demonstrating how media independent IP really is. (C++)
- awesome-starred - peterheinrich/InternetOverSpaghetti - Transmitting IP packages over a pair of spaghetti thus demonstrating how media independent IP really is. (C++)
README
# IP_Over_Spaghetti
Transmitting IP packages using two spaghetti as transport medium
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)