Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
tdi committed Oct 15, 2016
1 parent 583e283 commit 108c21f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 108c21f

Please sign in to comment.