Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MSPView - The GUI for the project

This tool is developed in the Rust programming language.

MQTT data retrieval

The paho-mqtt crate was used to implement the MQTT connection to retrieve data from the sensors. It connects to the mqtt.eclipseprojects.io public MQTT server.

The GUI

All visual aspects are based on the egui and eframe crates, with the use of image for the image interpolation algorithms.