Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 461 Bytes

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.