TFTP server implementation with in memory storage. Current version implements RFC 1350
$ make buildServer bind :1069 port. Port is configurable via TFTP_PORT variable
Server
$ ./cmd/server/ramtftpTest with tftp client
$ tftp 127.0.0.1 1069To change port number set TFT_PORT environment variable.
$ TFTP_PORT=10690 ./cmd/server/ramtftp$ make test