Replies: 1 comment 1 reply
-
The branch https://github.com/makerforgetech/modular-biped/tree/feature/messaging_service has been created for this change. A Currently the pubsub functionality works, but mqtt still needs some work. The only real changes are that the subscribe calls must be outside of init methods, and that the names of the calls and arg positions have changed slightly to support both protocols.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something that I'd like to improve is the use of PyPubSub within the project and the posibility of building a wrapper to allow the library or protocol to be changed depending on requirements.
There is an option to, rather than directly utilise pypubsub in each module, reference a local module that changes the protocol used depending on the configuration. For example, MQTT could be used to interface other frameworks more easily, or for async processing of topic messages etc.
I'd be interested to find out more about the options available and the advantages of each.
Beta Was this translation helpful? Give feedback.
All reactions