-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build examples? #24
Comments
Hi @nikolac. Unfortunately, I don't have easy answer for you. You could follow these options:
Also keep in mind that examples were tested with this reference of my OpenThread fork with MQTT-SN feature: https://github.com/kyberpunk/openthread/tree/ac5d8364a6d3cf479409d261efb162091e276dd0. It could work also with latest master, but OpenThread API may have changed slightly. |
Thanks for the info, solid options. I will play around and post an update for closure. |
Thanks will give it a go |
I've put some code to build a publication example in a fork here @kyberpunk. Am in the middle of soak testing but happy to provide a PR if you're interested https://github.com/DynamicDevices/openthread/tree/ajl/adding-examples |
Hi @ajlennon thanks, will check it. |
First of all, thank you for all of the great work you've done. Of all the Nordic sdk examples, other tutorials, your MQTTSN over docker is the only example that I've been able to get to working consistently.
I was hoping to explore your SED mqttsn cpp example, but I'm not exactly sure what the build and flash process is. For context, I'm using the NRF52840 dongles (PCA10059).
I tried a few shots in the dark: make/cmake from the openthread/src directory, gcc the .cpp, but the build references seem off. Not sure what the build context is supposed to be.
The text was updated successfully, but these errors were encountered: