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 1 month ago
JSON representation
A Go package for sending and receiving ethernet frames. Currently supporting Linux, Freebsd, and OS X.
- Host: GitHub
- URL: https://github.com/songgao/ether
- Owner: songgao
- License: bsd-3-clause
- Created: 2014-05-21T03:46:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T03:04:14.000Z (over 8 years ago)
- Last Synced: 2024-07-31T20:52:35.128Z (4 months ago)
- Topics: go, networking
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 80
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - ether - Cross-platform Go package for sending and receiving ethernet frames. (Networking / Transliteration)
- zero-alloc-awesome-go - ether - Cross-platform Go package for sending and receiving ethernet frames. (Networking / Transliteration)
- awesome-go-extra - ether - 05-21T03:46:30Z|2016-04-05T03:04:14Z| (Networking / Uncategorized)
- awesome-go-zh - ether
- awesome-go - ether - A Go package for sending and receiving ethernet frames. Currently supporting Linux, Freebsd, and OS X. - ★ 57 (Networking)
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)