PerryBhandal / UDPRaw

A library for constructing UDP packets from scratch and sending them over a raw socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDPRaw

A library for constructing UDP packets from scratch and sending them over a raw socket

This library has little practical use, it was merely done for educational purposes. It was helpful in learning about UDP headers on IPv4. Once IPv6 becomes more common, I'll likely add support for it as well.

About

A library for constructing UDP packets from scratch and sending them over a raw socket


Languages

Language:C 98.4%Language:C++ 1.6%