Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 804 Bytes

Go ENet

A Go wrapper for the C based ENet UDP network library.

Install

go get github.com/boj/goenet

Documentation

Located at GoDocs.

Existing Caveats

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.

TODO

  • Verify all ENet related methods work as intended.
  • Optimizations.
  • Benchmarks.
  • Testing where applicable.

Acknowledgements

ENet - MIT license.

Author

Brian 'bojo' Jones [email protected]

License

http://boj.mit-license.org/