Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Week10_Bridge_connection_local_to_cloud_broker/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5 lines (3 sloc)
356 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to handle a local MQTT broker (edge broker) which connects to a cloud broker | |
Using a client to republish the messages gives you far more control over what is sent between the edge broker and the cloud and doesn’t require any broker changes/administration. | |
How can we create a variety of python client bridges with varying degrees of functionality? |