Develop a Windows application for simulating cellular data upload from a telematics device to a server.
- Develop a windows application which can take the .bin files which will be manually downloaded from the hardware and effectively parse the data and upload it to the server as if the data had been cellularly transmitted - Implement functionality to parse .bin files or a collection of .bin files loaded by the user. - Design a module in the software to upload parsed data to a server via TCP/UDP as though it was transmitted over a cellular network.
Example .bin file and documentation to be provided on requested