Azure-Samples / MqttApplicationSamples

Samples implementing common PubSub patterns for Edge and Cloud Brokers
MIT License
25 stars 25 forks source link

Python : getting started sample #45

Closed olivakar closed 1 year ago

olivakar commented 1 year ago

Purpose

The first sample for python. Folder structure was changed as imports were causing an issue.

Some of the Paho Client Wrapper code is still unused. Hopefully as we write other samples I will have a better idea what functions are gonna be used.

Some codes are still commented 9like the certificates path) as the more complex samples need to be tested against that code path. Did not want to uncomment as I am not 100 percent sure.

Checklist

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

What to Check

Verify that the following are valid

Other Information

vishnureddy17 commented 1 year ago

I think this sample needs to subscribe to the sample/+ topic to align with the dotnet sample.