Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 908 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 908 Bytes

raw Build Status GoDoc Go Report Card

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.

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

Portions of this code are taken from the Go standard library. The Go standard library is Copyright (c) 2012 The Go Authors. All rights reserved. The Go license can be found at https://golang.org/LICENSE.