martin-ger / esp_mqtt

MQTT Broker/Bridge on the ESP8266
MIT License
297 stars 70 forks source link

How I subcribe a remote server. #65

Open lucasdeosantana opened 3 years ago

lucasdeosantana commented 3 years ago

I want clone the topics in remote server, or make a subscribe to publish in local server, is there a way to do it? Great for your help

martin-ger commented 3 years ago

Have a look at this script, guess it does, what you are looking for:

https://github.com/martin-ger/esp_mqtt/blob/master/scripts/script.bridge

Von: Lucas Santana @.*** Gesendet: Montag, 26. April 2021 01:38 An: martin-ger/esp_mqtt Cc: Subscribed Betreff: [martin-ger/esp_mqtt] How I subcribe a remote server. (#65)

I want clone the topics in remote server, or make a subscribe to publish in local server, is there a way to do it? Great for your help

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martin-ger/esp_mqtt/issues/65 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2UTC4BKD2F2DEYZ3GH753TKSRWJANCNFSM43RZIH2A . https://github.com/notifications/beacon/AF2UTC6ENEY3RNDZHH44MDDTKSRWJA5CNFSM43RZIH2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M5PSC2Q.gif

lucasdeosantana commented 3 years ago

Now i could the script work! This software is amazing!! Thanks for your help.