Skip to content

A simple desktop application for monitoring Wi-Fi sensors

License

Notifications You must be signed in to change notification settings

foughtmoss/SensorMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensor_Monitor

App Icon

A simple desktop application for monitoring Wi-Fi sensors.

Features

  • Add new sensors
  • Select a sensor and establish a connection via the application
  • Examine the real-time chart and set up new alarms
  • Contact automatically the designated operator via email
  • Save detected data and check them later via line charts, bar charts or .csv files
  • Operate on an inventory in tabular form
  • And others more...

Core Idea

  1. The application connects to the sensor;
  2. The sensor starts sending data to the application;
  3. The application interprets the data;
  4. The application update the chart;
  5. The connection is closed;

Operations 2,3,4 continue until operation 5 is performed

flow drawio

Screenshots

Navigate the inventory and select the needed sensor by clicking on it. You can open its Sensor Form by double clicking the selected row, or you can remove it by right clicking the selected row and then choosing the remove option. You can search a sensor by entering its IP address, or sort all the sensors by type or location.

inventory

Establish a Wi-Fi connection with the sensor, set up new alarms and delete the old ones from the chart, contact automatically the designated operator via email, keep track of the sensors you are working with during the session, reload the Sensor Form by clicking on its label in the SensorList panel, switch Form, and save data.

total

Every time the application is connected to a sensor via Wi-Fi you must close the connection before switching to another Form or reloading the current one.

errormessage

Work with previously saved .csv files.

historypanelWithFiles

Analyze previous charts selecting the detection date and the type of chart.

historypanelWithLineChart

barchart

Add new sensors and save their details in the database. Currently you can select one of three different type of sensors (ph sensor, Temperature sensor, Chlorine sensor).

addSensor

Suorces

  • Java API
  • GMail API
  • JFreeChart API

License

This software is licensed under MIT License.

Contributors

Any contributors are welcome!

About

A simple desktop application for monitoring Wi-Fi sensors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages