- Create raw ethernet packets: Ethernet + IP + UDP + USER_DATA + Padding
- Send raw ethernet packets on raw network interface (Linux): socket2 object to bind and send/recv packets on raw network interface
eli-davis/raw_packets
SEND and RECEIVE: Raw Ethernet + IP + UDP packets + Bind to Linux network interface
Python