19 lines
685 B
Markdown
19 lines
685 B
Markdown
# Fraunhofer.Fit.IoT.LoraMap (Lora-Map)
|
|
Program that displays items with coordinates from Mqtt on a map
|
|
|
|
## Docker
|
|
* Build: `docker-compose build`
|
|
* Provide: `./Lora-Map/config/requests.conf` and `./Lora-Map/config/settings.conf`
|
|
* Run `docker-compose up -d`
|
|
|
|
## Linking to
|
|
### Internal
|
|
* BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils))
|
|
* BlubbFish.Utils.IoT ([Utils-IoT](http://git.blubbfish.net/vs_utils/Utils-IoT))
|
|
* BlubbFish.Utils.IoT.Bots ([Bot-Utils](http://git.blubbfish.net/vs_utils/Bot-Utils))
|
|
* BlubbFish.Utils.IoT.Connector.Data.Mqtt ([ConnectorDataMqtt](http://git.blubbfish.net/vs_utils/ConnectorDataMqtt))
|
|
|
|
### External
|
|
* litjson
|
|
* M2Mqtt
|
|
* Mono.Posix |