Mercurial > hg > index.cgi
comparison README @ 0:bef2801ac83e
Initial checkin with reference implementation of core protocol
Initial checkin. Has the initial version of the protocol documentation along
with a reference implementation of the core protocol.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 08 May 2016 12:56:39 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bef2801ac83e |
---|---|
1 The docs/ folder contains protocol documentation for lwwire. | |
2 | |
3 The src/ folder contains a reference protocol implementation. This is NOT | |
4 intended for casual users. It is meant to serve as an illustration of how | |
5 the protocol can be implemented and serves as a means to test features. The | |
6 reference implementation does not contain a fancy GUI, configuration file | |
7 handler, or even serial or TCP port handling. It simply operates the | |
8 protocol on stdin and stdout and prints diagnostics to stderr. A tool like | |
9 socat can be used to link it to a TCP port. Similar tools might be used to | |
10 link it to a serial port. |