Qt Supervisory System

Explore
Qt Supervisory System

This is a programming project using the Qt library, consisting of three interconnected programs to simulate a data acquisition and supervision system via TCP/IP communication on a local network. The server module waits for connections on port 1234, responding to client commands, including data listing and storage. The data producer client sends data to the server at regular intervals, while the data supervising client retrieves information from the producers and plots data graphs. This solution addresses network communication, data handling, and graphical interface in a Qt environment.