Awesome Go

ether

CategoryNetworking
SubcategoryNetworking
Stars0

Cross-platform Go package for sending and receiving ethernet frames

About ether

GoDoc Build Status Go Report Card Coverage Status

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

BSD 3-Clause 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.

← Back to Networking