A Go wrapper for the C based ENet UDP network library.
go get github.com/boj/goenet
Located at GoDocs.
Currently when using NewPacket to build a packet, the data parameter is required to be of type []byte. Data is also returned as such.
The peer->data interface is strictly a stub until I can figure out how to easily put arbitrary data in there from Go. This is somewhat related to the above issue.
- Verify all ENet related methods work as intended.
- Optimizations.
- Benchmarks.
- Testing where applicable.
ENet - MIT license.
Brian 'bojo' Jones [email protected]