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.
The scripts require PcapPy, dpkt and libdnet. Install them with:
pip install --allow-external pcappy --allow-unverified pcappy pcappy dnet dpkt