The Embedded Linux Client/Server Temperature Graphing Service
In this assignment you should build a temperature sensor client/server application, where the embedded SBC reads the CPU core temperature from a file system entry and sends the data to a desktop computer client, which displays the data in a graphical form. The PC Temperature Graphical Server
In this application the desktop PC is the graphical temperature server. It runs on a server port on the PC and the BBB/RPi boards connect to it.
When a client application executes on the BBB/RPi it will connect to the server that is running on the PC and transfer temperature data (or CPU utilization data) to the server. The Server will then display the data in a Graphical User Interface (GUI).
The PC Temperature Server should have the following features:
Sample Solution