Skip to content

tdi/goecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Goecho

Build Status

This is intended as an example for Computer Networks 2 class at Poznań University of Technology. Mostly usable by my students. Goecho lousy implements Echo protocol over TCP/UDP described in RFC862.

For a daytime, check here

Install

go get -u github.com/tdi/goecho

Usage

goecho [-h] [-H HOSTNAME] [-p PORT] [-u]

By default godaytime listens on port localhost:2222, -u makes it listen on UDP port.

Example run

➜  nc localhost 2222
hello there
hello there

Author and licence

Dariusz Dwornikowski, MIT

Releases

No releases published

Packages

No packages published

Languages