OC-Minitel/README.md

13 lines
450 B
Markdown
Raw Normal View History

2018-02-16 00:46:09 +11:00
# Minitel
An easy-to-implement networking protocol for OpenComputers. Not to be confused with the [French computer network of the same name](https://en.wikipedia.org/wiki/Minitel).
2018-02-16 00:46:09 +11:00
2018-02-16 23:55:05 +11:00
Minitel aims to implement layers 3, 4 and 5 of the OSI model.
## Layers
2018-02-16 23:55:05 +11:00
### Layer 3
[Layer 3](protocol-3.md) implements addressing, meshing and datagram transmission.
## Implementations
### OpenOS
- [Reference implementation for OpenOS](OpenOS/etc/rc.d/minitel.lua)