This project report discusses improvements made to a wide area frequency measurement system. It describes receiving streaming frequency data from multiple sensors over UDP, validating the data, and storing it in a MySQL database for online analysis and display. The system threads data reception and constraint checking, calculates a hash value for storage order, and inserts validated data into the database along with error logging. Future work may include interpolation of frequencies, daily triggers, and threading for improved performance.