1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-09-08 04:18:48 +10:00
Easy-to-implement networking protocol for OpenComputers
Go to file
2018-02-16 23:55:05 +11:00
OpenOS/etc/rc.d added static route support to the OpenOS implementation 2018-02-16 22:33:08 +11:00
LICENSE Initial commit 2018-02-15 17:15:20 +11:00
protocol-3.md some possible ideas 2018-02-16 23:09:27 +11:00
README.md nicer readme 2018-02-16 23:55:05 +11:00

Minitel

An easy-to-implement networking protocol for OpenComputers. Not to be confused with the French computer network of the same name.

Minitel aims to implement layers 3, 4 and 5 of the OSI model.

Layers

Layer 3

Layer 3 implements addressing, meshing and datagram transmission.

Implementations

OpenOS