Easy-to-implement networking protocol for OpenComputers
Go to file
Izaya cd613e857d move net.lua -> minitel.lua 2018-08-10 23:08:10 +10:00
Embedded made ufs work a bit better when programs try to access / 2018-08-04 05:23:14 +10:00
FRequest replaced a bunch of different configuration options in the minitel daemon with a single command 2018-07-28 05:52:37 +10:00
KittenOS move net.lua -> minitel.lua 2018-08-10 23:08:10 +10:00
MMail made mmaild handle headers properly 2018-03-09 19:44:58 +11:00
OpenOS added the API docs to the minitel man page 2018-08-10 20:03:39 +10:00
syslog added man pages for syslog, for #9 2018-08-10 19:12:34 +10:00
util/OpenOS/usr/bin made mtcfg enable the daemon on first run 2018-08-04 07:48:04 +10:00
vTunnel fix headings 2018-04-17 01:26:27 +10:00
.gitignore push some old embedded-related work 2018-07-25 21:04:24 +10:00
CODE_OF_CONDUCT.md added a CoC because Github was bugging me about it 2018-02-19 03:06:16 +11:00
LICENSE Initial commit 2018-02-15 17:15:20 +11:00
README.md added syslog to the main readme 2018-08-08 09:36:10 +10:00
_config.yml Set theme jekyll-theme-midnight 2018-02-23 08:10:05 +11:00
programs.cfg added man pages for syslog, for #9 2018-08-10 19:12:34 +10:00
protocol-3.md moved multicast to an extension spec 2018-03-07 18:05:14 +11:00
protocol-4.md added protocol documentation 2018-02-17 15:46:08 +11:00
protocol-5.md fixed an oops 2018-02-17 15:48:52 +11:00
protocol-ext-multicast.md moved multicast to an extension spec 2018-03-07 18:05:14 +11:00

README.md

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.

Layer 4

Layer 4 implements ordered message delivery

Layer 5

Layer 5 implements reliable, ordered, bidirectional streams.

Implementations

OpenOS

KittenOS

Embedded devices

Application-layer protocols

This repository also contains a number of implementations and specifications for application-layer protocols using Minitel.

Development and discussion

Code and documentation is hosted in the Github repository.

Discussion takes place in, among other places, the #SKS IRC channel on EsperNet (webchat)