mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
18 lines
694 B
Markdown
18 lines
694 B
Markdown
# 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).
|
|
|
|
Minitel aims to implement layers 3, 4 and 5 of the OSI model.
|
|
|
|
## Layers
|
|
### 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)
|
|
|
|
## Development and discussion
|
|
Code and documentation is hosted in the [Github repository](https://github.com/XeonSquared/OC-Minitel).
|
|
|
|
Discussion takes place in, among other places, the [#SKS IRC channel on EsperNet](irc://irc.esper.net/#SKS)
|