Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTTS bridge configuration between rsmb and mosquitto

Something like this added to your config file:

connection 1885
    address 127.0.0.1:1885
    topic out #

There is a gettingstarted.htm configuration help file in the doc directory.  On the whole the configuration options are very similar to Mosquitto's -- unsurprisingly :-)

Ian

On 10/09/2014 02:29 PM, Mohammad Jamal Mohiuddin wrote:
Hello friends,

I have configured RSMB to be acting as MQTT-SN gateway with the following configuration:

trace_output protocol                       

# normal MQTT listener
listener 1883 INADDR_ANY   
       
# MQTT-S listener
listener 1884 INADDR_ANY mqtts   
advertise 2001::1:1884 30 34               
   
I am also running mosquitto acting as a broker which is running on the port 1885

I want help regarding bridging the MQTT-SN gateway to the Mosquitto broker.

Can anyone give an example for this configuration..??


Regards,
Md.Jamal
C-DAC

-------------------------------------------------------------------------------------------------------------------------------
[ C-DAC is on Social-Media too. Kindly follow us at:
Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ]

This e-mail is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies and the original message. Any unauthorized review, use,
disclosure, dissemination, forwarding, printing or copying of this email
is strictly prohibited and appropriate legal action will be taken.
-------------------------------------------------------------------------------------------------------------------------------

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto


Back to the top