zmstone 51c8173174 feat(bridge): add is_template flag to bridge config fields 1 yıl önce
..
src 51c8173174 feat(bridge): add is_template flag to bridge config fields 1 yıl önce
test 46877e979b chore: update copyright-year 2 yıl önce
README.md 1c2719236c chore(mqttbridge): add README 2 yıl önce
rebar.config 06117c3a33 Merge remote-tracking branch 'upstream/release-54' into 0105-sync-r54 2 yıl önce

README.md

EMQX MQTT Broker Bridge

This application connects EMQX to virtually any MQTT broker adhering to either MQTTv3 or MQTTv5 standard. The connection is facilitated through the MQTT bridge abstraction, allowing for the flow of data in both directions: from the remote broker to EMQX (ingress) and from EMQX to the remote broker (egress).

User can create a rule and easily ingest into a remote MQTT broker by leveraging EMQX Rules.

Documentation

  • Refer to Bridge Data into MQTT Broker for how to use EMQX dashboard to set up ingress or egress bridge, or even both at the same time.

  • Refer to EMQX Rules for the EMQX rules engine introduction.

HTTP APIs

Several APIs are provided for bridge management, refer to API Docs - Bridges for more detailed information.

Contributing

Please see our contributing guide.

License

Apache License 2.0, see LICENSE.