Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescou/docker-for-iot
Docker for Internet of Things
https://github.com/francescou/docker-for-iot
docker iot mqtt raspberrypi
Last synced: 7 days ago
JSON representation
Docker for Internet of Things
- Host: GitHub
- URL: https://github.com/francescou/docker-for-iot
- Owner: francescou
- License: mit
- Created: 2017-01-29T09:35:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T10:17:26.000Z (about 8 years ago)
- Last Synced: 2024-12-04T23:12:25.174Z (2 months ago)
- Topics: docker, iot, mqtt, raspberrypi
- Language: Lua
- Size: 327 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-for-IoT
Docker for Internet of Things## modules
- **fluentd** fluentd docker image for ARM
- **grafana** metrics dashboard
- **influxdb** time series database
- **mqtt-broker** mosca docker image for ARM
- **nodemcu-ldr** lua code to run on NodeMCU ESP8266. Publish LDR sensor data on MQTT
- **nodemcu-rgb** lua code to run on NodeMCU ESP8266. Subscribe to MQTT *sensors/ldr* and *status/switch* topics, then automatically adapt the light color
- **spy** monitor light value using websockets
- **switch** light switch web application
- **telegraf** metrics collector
- **traefik** dynamic reverse proxy### overlay network
```
docker network create \
--driver overlay \
--subnet 10.0.9.0/24 tick
```