RunSimulation The RunSimulation is intended for replaying collected OGCSensorthings API data.
The RunSimulation is based on the following technologies:
- MQTT interface for sending messages
- SQLite databases used for reading observations that create the simulation
The RunSimulation is implemented in ASP.NET Core 2.1.
The easiest way to build it is to clone the repository using Visual Studio 2017 or higher and then build the software.
Ready made docker images are available here here
For deployment the COP.API relies on a Postgres database for internal use as well as a connection to a GOST database.
To run the latest version of foobar:
docker run -p 8080:80 foobar
This projects depends on xyz. Installation instructions are available here
On Debian:
apt install xyz
Use tests.sh to run unit tests:
sh tests.sh
g++ -o app app.cpp
Contributions are welcome.
Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.
This work is supported by the European Commission through the MONICA H2020 PROJECT under grant agreement No 732350.