bristlemouth / bm_protocol

Primary Bristlemouth firmware repository
https://www.bristlemouth.org/
Apache License 2.0
10 stars 7 forks source link

Feature/pub sub examples #148

Closed russelldeguzman closed 3 weeks ago

russelldeguzman commented 3 weeks ago

Adding a pub and sub example applications for bm_pub/sub

Publisher console:

Published message to network: [31154 ms] Hello World!
Published message to network: [32154 ms] Hello World!
Published message to network: [33154 ms] Hello World!
Published message to network: [34154 ms] Hello World!

Subscriber console:

Received message from node 2f58e75e9f6554b5 on topic pubsub_example: "[98154 ms] Hello World!"
Received message from node 2f58e75e9f6554b5 on topic pubsub_example: "[99154 ms] Hello World!"
Received message from node 2f58e75e9f6554b5 on topic pubsub_example: "[100154 ms] Hello World!"