/udp-calculator

A calculator for making UDP packets

Primary LanguageJavaScriptMIT LicenseMIT

IPv4 & UDP Packet Calculator

This calculator takes various fields in the IP header and the UDP header as input, calculates all the checksums and lengths, then outputs the complete hex of the calculated packet. It is written in vanilla JS and has no dependencies.

You can visit and use the calculator here.

This repo's sister repo is my ping calculator.