This is a simple in-memory TFTP server, implemented in Go. It is RFC1350-compliant, but doesn't implement the additions in later RFCs. In particular, options are not recognized.
go run on main.go. A port may be specified using the "-port" command line flag.
go test server.go