typos and marp code
This commit is contained in:
parent
4e7de2a306
commit
b56c4cd124
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -7,6 +7,10 @@ export
|
||||||
img
|
img
|
||||||
tmp
|
tmp
|
||||||
|
|
||||||
|
# marp
|
||||||
|
|
||||||
|
docs/workshop/README.html
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
.direnv
|
.direnv
|
||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
|
|
|
@ -97,7 +97,7 @@ Sensors can be build or bought:
|
||||||
|
|
||||||
# MQTT - Components
|
# MQTT - Components
|
||||||
|
|
||||||
* one message broker (Mosquito) and many clients
|
* one message broker (Mosquitto) and many clients
|
||||||
* broker receives published messages from clients
|
* broker receives published messages from clients
|
||||||
* routes them to subcribed clients
|
* routes them to subcribed clients
|
||||||
* clients subscribe to topic patterns
|
* clients subscribe to topic patterns
|
||||||
|
@ -142,7 +142,7 @@ Node-RED uses plugins:
|
||||||
|
|
||||||
* extend functionality (like dashboard)
|
* extend functionality (like dashboard)
|
||||||
* connectors (like influxdb)
|
* connectors (like influxdb)
|
||||||
* libraries (like aggregating watts and traosnform them to khw)
|
* libraries (like aggregating watts and transform them to khw)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -206,6 +206,6 @@ As a visualization tool, Grafana is a popular component in monitoring stacks, of
|
||||||
|
|
||||||
# Where can I find this presentation?
|
# Where can I find this presentation?
|
||||||
|
|
||||||
* https://code.curious.bio/curious.bio/iot-backend/src/branch/main/docs/workshop
|
|
||||||
|
|
||||||
![bg left](https://code.curious.bio/curious.bio/iot-backend/raw/branch/main/docs/workshop/images/qrcode.png)
|
![](https://code.curious.bio/curious.bio/iot-backend/raw/branch/main/docs/workshop/images/qrcode.png)
|
||||||
|
https://code.curious.bio/curious.bio/iot-backend/src/branch/main/docs/workshop
|
||||||
|
|
Loading…
Reference in a new issue