ether
Cross-platform Go package for sending and receiving ethernet frames
About ether
ether
ether is a go package for sending and receiving ethernet frames.
Currently supported platform:
- BPF based
- OS X
- FreeBSD
- AF_PACKET based
- Linux
Documentation
http://godoc.org/github.com/songgao/ether
TODO
- in kernel packets filtering
License
Frequently Asked Questions
What is ether?
ether is a Networking library for the Go programming language. Cross-platform Go package for sending and receiving ethernet frames
How do I install ether?
Install ether with the Go module system using `go get songgao/ether`. Check the repository for the current installation instructions.
What category does ether belong to?
ether is listed under Networking, specifically Networking.