Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/songgao/ether

A Go package for sending and receiving ethernet frames. Currently supporting Linux, Freebsd, and OS X.
https://github.com/songgao/ether

go networking

Last synced: about 2 months ago
JSON representation

A Go package for sending and receiving ethernet frames. Currently supporting Linux, Freebsd, and OS X.

Lists

README

        

[![GoDoc](https://godoc.org/github.com/songgao/ether?status.svg)](http://godoc.org/github.com/songgao/ether)
[![Build Status](https://travis-ci.org/songgao/ether.svg?branch=master)](https://travis-ci.org/songgao/ether)
[![Go Report Card](https://goreportcard.com/badge/github.com/songgao/ether)](https://goreportcard.com/report/github.com/songgao/ether)
[![Coverage Status](https://coveralls.io/repos/github/songgao/ether/badge.svg?branch=master)](https://coveralls.io/github/songgao/ether?branch=master)

# 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](http://godoc.org/github.com/songgao/ether)

## TODO

* in kernel packets filtering

## License

[BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)