/packets

A library for crafting your own packets

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

packets

TravisCI Build Status GoDoc

A library for crafting your own packets. Until this README is filled in with some examples, check out GoDoc for info on how to consume this package.

License

Packets is released under the BSD 3-Clause License. See the LICENSE file forthe full contents of the license.

Installation

If you are looking to consume packets as a library:

go get -u github.com/theckman/packets

If you are looking to contribute back to the project:

go get -tu github.com/theckman/packets