You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,9 +150,12 @@ If the WiFi is properly congiured, you will get the output below at application
150
150
> ```
151
151
152
152
## Where to go from here
153
-
The starter application provided in this repository simply initiates the board and WiFi connectivity.
153
+
The starter application provided on the `main` branch simply initiates the board and WiFi connectivity.
154
154
155
-
We will eventually deliver updates showing how to access the sensors and publish data over MQTT and HTTP. Stay tuned!
155
+
Other branches bundle additional functionality on top of what the `main` branch provides.
156
+
- `telemetry`: Adds code to read the on-board sensors and print the output.
157
+
- `mqtt`: Adds code to publish the telemetry over MQTT. Also creates a second thread subscribing to an MQTT topic; the received messages will be printed.
158
+
- `arcade`: A collection of arcade games. Thanks to Sébastien Heurtematte for this contribution!
156
159
157
160
158
161
### Networking support
@@ -174,4 +177,4 @@ The mosquitto-clients package installs the `mosquitto_pub`and `mosquitto_sub` ut
174
177
winget install --id=EclipseFoundation.Mosquitto
175
178
```
176
179
177
-
The Windows installer provides the `mosquitto_pub`and `mosquitto_sub` utilities. The default installation directory is `Program Files\mosquittoC:\Program Files\mosquitto`.
180
+
The Windows installer provides the `mosquitto_pub`and `mosquitto_sub` utilities. The default installation directory is `Program Files\mosquittoC:\Program Files\mosquitto`.
0 commit comments