Skip to content

Commit

Permalink
Crosslink between MQTT and Weather pages
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinbalani committed May 25, 2024
1 parent dcb3810 commit 44ecad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions content/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Check out topics with these prefixes, which might have something fun to look at:
- `emf/bar/` -- live stats from the Robot Arms and Null Sector's Cybar. See the [Bar page](/bar/) for the full rundown of what's published here.
TL;DR: anything available over the websocket API is also going to be on MQTT.
- `emf/films/` -- EMF Films will be publishing "an unnecessary level of info" under here.
- `emf/weather/` -- live weather data from HQ. Full details on the [Weather](/weather/) page.

### Tips on topic naming, and wildcard subscriptions

Expand Down
2 changes: 1 addition & 1 deletion content/weather.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
There is a weather station attached to a mast at HQ.
Various sensor readings are pushed to MQTT topics listed below every ten seconds.

The broker is at `mqtt://mqtt.emf.camp`.
The broker is at `mqtt://mqtt.emf.camp` (more info on the [MQTT broker](/mqtt/) page).
The prefix for each topic is `emf/weather/`.

* `runtime`: Weather station runtime in seconds.
Expand Down

0 comments on commit 44ecad4

Please sign in to comment.