Skip to content

Commit 4d8a667

Browse files
authored
Updated README.md to mention the alternate branches (#12)
Signed-off-by: Frédéric Desbiens <frederic.desbiens@eclipse-foundation.org>
1 parent c30af5c commit 4d8a667

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,12 @@ If the WiFi is properly congiured, you will get the output below at application
150150
> ```
151151
152152
## 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.
154154
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!
156159
157160
158161
### Networking support
@@ -174,4 +177,4 @@ The mosquitto-clients package installs the `mosquitto_pub`and `mosquitto_sub` ut
174177
winget install --id=EclipseFoundation.Mosquitto
175178
```
176179
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

Comments
 (0)