Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 190 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 190 Bytes

This is an implementation of a UDPGW server written in Go.

USAGE

$ cd cmd
$ go build -o server
$ ./server -port 7300 generate
$ ./server run

ASSUMPTIONS

You have Go installed.