Skip to content

alexvoronov/utoepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

utoepy - UDP to Ethernet and back, in Python.

Python scripts to forward data from a UDP port to an Ethernet interface and back. Scripts allow setting Ethertype parameter.

The purpose of these scripts is to be a "Link Layer entity" for a GeoNetwroking implementation.

For a Python-free AF_PACKET-based Linux-only alternative, see udp2eth.

Dependencies

The scripts require PcapPy, dpkt and netifaces (requires python-dev). Install them with:

easy_install pcappy
pip install  dpkt  netifaces

About

UDP to Ethernet and back, in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages