Skip to content

Quick and dirty way to upload sensor data to a machine learning hub connected by a fireware broker.

License

Notifications You must be signed in to change notification settings

inofix/de_flussbad-berlin_swim-ai-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

de_flussbad-berlin_swim-ai-upload

This is a quick way to upload modbus sensor data to a machine learning hub connected by a broker.

Project Requirements

Create a proof-of-concept solution to integrate an already running script and send the/some data to a FIWARE broker connected to swim-ai.

Prerequisites

  • Python >3.6 (respect order of maps; tested with 3.9.2)
  • pip with virtualenv installed
  • Modbus-TCP source
  • Fiware target

Get started

In order to get things running, you can e.g. create a virtual environment to separate the software from other applications. Just clone this repository, change into it. Next you need to copy the example_config.json and adopt it to your needs. The following commands, executed inside this projects work directory, set up your environement:

$ python -m venv venv
$ pip install -r requirements.txt

Now you can test the main script with e.g.:

$ ./src/main.py

About

Quick and dirty way to upload sensor data to a machine learning hub connected by a fireware broker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages