aignacio / mqtt-sn-contiki_example

Example of MQTT-SN with Contiki-OS for blog.aignacio.com
Apache License 2.0
8 stars 18 forks source link

Configuration File? #1

Closed iamxg closed 5 years ago

iamxg commented 5 years ago

Hi, I want to learn MQTT-SN protocol by using your example. But I don't know how to write the configure file config.mqtt. Can you help me? https://blog.aignacio.com/2017/06/25/6lowpan-mqtt-and-contiki-os/

Best Regards, Xian

aignacio commented 5 years ago

Hello @iamxg When you clone this repo, you should download a zip file (mosquitto.rsmb.zip) that contains the config.mqtt mqtt-sn-contiki_example/tools/mosquitto.rsmb/rsmb/src/config.mqtt

iamxg commented 5 years ago

Hi, There is no any file in the folder “examples/tools/mosquitto.rsmb/rsmb/” after I download. I installed rsmb from https://github.com/eclipse/mosquitto.rsmb. I don't know why? Best Regards, Xian

aignacio commented 5 years ago

It's strange that you couldn't be able to download, so I'll upload here for you... mosquitto.rsmb.zip

iamxg commented 5 years ago

Thank you very much! Have a good day! I will test it. Thank you!

iamxg commented 5 years ago

I am so soryy! I also faced this problem. My system is also x86 architecture. image

aignacio commented 5 years ago

So you'll need to run in a x64 architecture this broker

syed-nadeem commented 4 years ago

Hello I want to learn MQTT-SN protocol by your example. But when i open simulation file simulation_mqtt_sn.csc It shows error IMG20200209173418 Can you help please

aignacio commented 4 years ago

Please follow https://blog.aignacio.com/6lowpan-mqtt-and-contiki-os/