This commit is contained in:
Jannis Warnat 2019-06-11 09:53:36 +02:00
commit 6d28eb4b37

View File

@ -1,6 +1,11 @@
# Fraunhofer.Fit.IoT.LoraMap (Lora-Map) # Fraunhofer.Fit.IoT.LoraMap (Lora-Map)
Program that displays items with coordinates from Mqtt on a 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 ## Linking to
### Internal ### Internal
* BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils)) * BlubbFish.Utils ([Utils](http://git.blubbfish.net/vs_utils/Utils))