Thanks to visit codestin.com
Credit goes to github.com

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

About

Lousy echo implemented in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages