Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSMB configuration file #28

Open
Anisbelakremi1993 opened this issue Apr 25, 2018 · 1 comment
Open

RSMB configuration file #28

Anisbelakremi1993 opened this issue Apr 25, 2018 · 1 comment

Comments

@Anisbelakremi1993
Copy link

Hello, I am trying to use the RSMB on virtualbox (Ubuntu as guest & windows as host because I couldn't run it with cygwin). When configuring the broker as mentioned by the tutorial, I keep getting "connect for bridge local_bridge_to_mosquitto address 127.0.0.1:1888 failed with TCP error code111"
Am I getting this error because I am using a virtual machine?
I would be grateful if someone can explain to me how to set the IP addresses in the configuration or give me a hint how to solve this.
Thanks in advance
The configuration file currently:
#to trace the output
trace_output protocol

#normal MQTT listener
listener 1887 INADDR_ANY mqtt

#MQTT-SN listener
listener 1886 INADDR_ANY mqtts

#MQTT-S outgoing local bridge
connection local_bridge_to_mosquitto
address 127.0.0.1:1888
topic #out

#MQTT-S outgoing remote bridge
connection remote_bridge_to_mosquitto
address 192.168.1.104:1889
topic #out

@icraggs
Copy link

icraggs commented Apr 25, 2018

Hi. Linux error code 111 is "connection refused". You could check the Mosquitto log for more information.

I assume you are using RSMB for the MQTT-SN support? Have you tried using the Paho MQTT-SN gateway?

(https://github.com/eclipse/paho.mqtt-sn.embedded-c/tree/master/MQTTSNGateway)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants