📚 ethernet - Awesome Go Library for Networking

Go Gopher mascot for ethernet

Package ethernet implements marshaling and unmarshalling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.

🏷️ Networking
📂 Libraries for working with various layers of the network.
274 stars
View on GitHub 🔗

Detailed Description of ethernet

ethernet Build Status GoDoc Go Report Card

Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. MIT Licensed.

For more information about using Ethernet frames in Go, check out my blog post: Network Protocol Breakdown: Ethernet and Go.