Parsing and Verification of UDP Packets
The goal of this challenge is to write a small program that handles the parsing and verification of UDP packets, todemonstrate a small example of overall design architecture and code aesthetic.Provided are a few files required for bootstrap as well as example input for testing purposes. Note that a variety ofcode inputs will be used to evaluate the efficacy of the program: the example provided...
Read More