Skip to content

MONICA-Project/RunSimulation

Repository files navigation

Monica RunSimulation

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

Getting Started

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

Deployment

For deployment the COP.API relies on a Postgres database for internal use as well as a connection to a GOST database.

Docker

To run the latest version of foobar:

docker run -p 8080:80 foobar

Development

Prerequisite

This projects depends on xyz. Installation instructions are available here

On Debian:

apt install xyz

Test

Use tests.sh to run unit tests:

sh tests.sh

Build

g++ -o app app.cpp

Contributing

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.

Affiliation

MONICA
This work is supported by the European Commission through the MONICA H2020 PROJECT under grant agreement No 732350.

Releases

No releases published

Packages

No packages published