Skip to content

Connecting the Smartup unit sensors in WP1 with agent framework in WP2. Developed as part of MET4FOF project.

Notifications You must be signed in to change notification settings

Met4FoF/connect-agentMET4FOF-smartupunit

Repository files navigation

Connect AgentME4TFOF and SmartupUnit

connect_agents_smartupunit_v1.py

  • Connect sensor agent without generic plotter provided by datareceiver submodule
  • WP1_SensorAgent sends the sensor numerical data to the MonitorAgent instance.

connect_agents_smartupunit_v2.py

  • Connect sensor agent with generic plotter, where matplotlib figures are generated within and sent from WP1_SensorAgent. The sensor agent does not send the raw sensor data to the monitor agent in this case.
  • I repackaged some functions in generic plotter to be more modular, perhaps a pull request can be made to incorporate into the main repo due to its genericity.
  • Strangely, the __getShortunitStr could not be detected and had to be reimported, I guess this is due to the double underscores? I resolved it by removing the underscores: genericPlotter.__getShortunitStr = getShortunitStr

Screenshot

alt text

About

Connecting the Smartup unit sensors in WP1 with agent framework in WP2. Developed as part of MET4FOF project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages