osaether / otbr-mqtt-sn

Dockerfile for OpenThread Border Router with Paho MQTT-SN
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Otbr-web fails while running Docker image #10

Open nikhil1983 opened 2 years ago

nikhil1983 commented 2 years ago

Hello,

I am currently trying to run the docker image on Rpi4 with fresh raspbian os. I am connected to internet using wifi connectivity instead of LAN. I have attached nRF52840 as my RCP device.

When I try to run the mqtt-sn OTBR it continues to fail by giving an error unable to start otbr-web.

Before that it was giving error unable to get ipv6tables but I resolved that after googling it.

What could be the issue here ?

osaether commented 2 years ago

Hello @nikhil1983 I am not sure what the issue is. I will try to run it on RPI myself the coming weekend.

nikhil1983 commented 2 years ago

Hello @nikhil1983 I am not sure what the issue is. I will try to run it on RPI myself the coming weekend.

Okay @osaether thanks. Please check because I am facing issues with dhcpcd configuration (dhcpcd[] : wpan0 : IAID conflict with one assigned to wlan0) with the default border router image provided by Nordic.

So I am looking for a tried and tested border router solution compatible with the MQTT-SN example.

Also please let me know how I can change the broker IP address in the mqtt-sn gateway configuration file .

And if possible is there any documents available with you which you can share such as building the OTBR with RCP design and setting up MQTTSN gateway will be helpful.

nikhil30081995 commented 2 years ago

Hello @osaether below are the build and run log of the docker image for reference.

build_log.txt run_log.txt

nikhil30081995 commented 2 years ago

Hello @osaether any update ?

osaether commented 2 years ago

No, sorry I did not get time to look into it this weekend.

nikhil30081995 commented 2 years ago

No, sorry I did not get time to look into it this weekend.

When can i expect a update ? Is there any documentation available ?