1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 10:38:05 +11:00

moved protocol to protocol-3, changed readme

This commit is contained in:
Izaya 2018-02-16 21:42:48 +11:00
parent f34936c10c
commit 876e33e93a
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# Minitel # Minitel
An easy-to-implement networking protocol for OpenComputers. Not to be confused with the French computer network of the same name. An easy-to-implement networking protocol for OpenComputers. Not to be confused with the French computer network of the same name.
See [protocol.md](protocol.md) for more information on the protocol itself. ## Layers
Minitel presently implements [layer 3](protocol-3.md) of the OSI model.

View File

@ -1,4 +1,4 @@
# Minitel - An easy to implement LAN protocol # Minitel - Layer 3
## Language ## Language
Node - a device of some description on a Minitel network, ie a computer, server, microcontroller or drone. Node - a device of some description on a Minitel network, ie a computer, server, microcontroller or drone.