/tod-server

Time-of-Day (TOD) RFC868 server

Primary LanguageGoApache License 2.0Apache-2.0

Time-of-Day (TOD) RFC868 server

Build Status

Trivial UDP only Time-of-Day (TOD) RFC868 server. By default listen to 37/UDP.

You may build docker container by docker build -t tod-server:local . and run by docker run -p 37:37/udp tod-server:local.

In more complex setup just bring in the interface as by default server listen on all interfaces.

See also https://hub.docker.com/r/egorse/tod-server/