From 108c21f7df14be70849aef826bf82ab2f7be6058 Mon Sep 17 00:00:00 2001 From: Dariusz Dwornikowski Date: Sat, 15 Oct 2016 16:02:32 +0200 Subject: [PATCH] README added --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2829f0b --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Godaytime + +This is intended as an example for Computer Networks 2 class at Poznań University of Technology. Mostly usable by my students. Godaytime lousy implements Daytime protocol from [RFC867](https://tools.ietf.org/html/rfc867). + + +## Install + +``` +go get -u github.com/tdi/godaytime +``` + +## Usage +``` +godaytime [-h] [-H HOSTNAME] [-p PORT] +``` + +By default godaytime listens on port localhost:3333. + +## Example run + +``` +➜ nc localhost 3333 +Sat, 15 Oct 2016 15:58:59 CEST +``` + +## Author and licence + +Dariusz Dwornikowski, MIT \ No newline at end of file