From 47b8a9471fe006cef74d1ba8f8a2839fd8164041 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 13 Dec 2020 13:49:38 +0000 Subject: initial commit. basic udp echo support. --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5dc9402 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# echod + +A UDP Echo daemon as of [RFC862](https://tools.ietf.org/html/rfc862), +with Echo+ support used for CPE testing using the +[TR-143](https://www.broadband-forum.org/technical/download/TR-143_Amendment-1_Corrigendum-1.pdf) +protocol. -- cgit v1.2.3