-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |