OC-Minitel/README.md

44 lines
1.5 KiB
Markdown
Raw Permalink 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-10-20 01:33:48 +11:00
![Minitel ad](img/minitel-ad.jpg)
2018-10-20 01:30:54 +11:00
2018-02-16 23:55:05 +11:00
Minitel aims to implement layers 3, 4 and 5 of the OSI model.
2018-10-20 01:30:54 +11:00
## Layers
![Layer organisation in Minitel](img/minitel-layers.svg)
2018-02-16 23:55:05 +11:00
### Layer 3
[Layer 3](protocol-3.md) implements addressing, meshing and datagram transmission.
2018-02-17 15:56:19 +11:00
### Layer 4
[Layer 4](protocol-4.md) implements ordered message delivery
### Layer 5
[Layer 5](protocol-5.md) implements reliable, ordered, bidirectional streams.
2018-02-16 23:55:05 +11:00
## Implementations
### OpenOS
2018-03-30 14:50:44 +11:00
- [Reference implementation for OpenOS](OpenOS/README.md)
2018-03-30 14:50:44 +11:00
### KittenOS
- [Minitel for KittenOS NEO](KittenOS/README.md)
### Embedded devices
2018-03-30 14:50:44 +11:00
- [Microtel](Embedded/microtel/README.md)
2018-02-16 23:59:17 +11:00
## Application-layer protocols
This repository also contains a number of implementations and specifications for application-layer protocols using Minitel.
2018-03-10 16:35:18 +11:00
- [FRequest](FRequest/FRequest-protocol.md)
2018-08-08 09:36:10 +10:00
- [syslog](syslog/syslog-protocol.md)
2018-03-10 16:35:18 +11:00
- [Minitel Mail](MMail/MMail-protocol.md)
2018-02-16 23:59:17 +11:00
## Development and discussion
Code and documentation is hosted in the [Github repository](https://github.com/XeonSquared/OC-Minitel).
2022-01-06 09:37:55 +11:00
Discussion takes place in, among other places, the [#SKSDev IRC channel on EsperNet](irc://irc.esper.net/#SKSDev) (`irc://irc.esper.net/#SKSDev`) or alternatively, via [webchat](https://webchat.esper.net/?channels=SKSDev) or [XMPP](xmpp:#SKSDev%irc.esper.net@irc.jabberfr.org?join) (`xmpp:#SKSDev%irc.esper.net@irc.jabberfr.org?join`))