January 21, 2018
Worked on creating a UDP/IP networking interface between a client and server using an intermediate host. The server contained a validation algorithm to confirm and validate the transmitted data packet was indeed following the stipulated format and what type of packet it intended to be – read, write, or invalid. The server would then respond accordingly through the intermediate host to the client that initially requested the exchange and the client will decode that information and display it along with relating packet details.