Vít Holásek

Results 17 comments of Vít Holásek

Hi @Pawlicho , thank you for noticing. there was a bug in entrypoint script which is fixed now. https://github.com/kyberpunk/paho-mqtt-sn-docker/commit/f38feb7e924d63e99d08fdd52ab21255e413ce9c. I will also release new docker images (1.0.3). My entrypoint script...

Also please try this image instead, paho6 repository is not maintained, now it is under one: https://hub.docker.com/layers/kyberpunk/paho/udp6/images/sha256-a83b84a08593ca2be6e8b40aad0683c824747ee4260f599a36b130ff50f914c6?context=repo

@Pawlicho you are right, I see, they have changed these options: https://github.com/eclipse/paho.mqtt-sn.embedded-c/commit/5fb4312aad43799921abd88743344a157a0e3221. So it may look this way, I will test it myself in the evening: ``` GatewayIPv6PortNo=10000 MulticastIPv6PortNo=1883 MulticastIPv6=ff03::1...

@Pawlicho I'm not sure if I get the question correctly. Do you use OpenThread CLI example app or do you have some other client? `MulticastIPv6If=wpan0` means that Gateway will bind...

Hi @L1amaGod , I will check it today. My quick assumption is, that client didn't se to correctly connect message. What client code do you use? Is it my OpenThread...

Gateway log output should contain CONNECT and CONACK message. Did you see `connected` output in client CLI (if you use cli?)? It it also possible that gateway was restarted afterwards,...

@L1amaGod Second screenshot you sent seems to be related to restart, since PINGREQ is received after startup of the gateway. But you are right, the first case seems that upstream...

I think that mosquitto log just shows the docker client which just sends publish message and disconnects immediately, that's correct behavior. Ping messages are also ok, that's for keeping the...

Also MQTT-SN sleep example should be added for project demonstration.

Hi @nikolac. Unfortunately, I don't have easy answer for you. You could follow these options: * Take referenced OpenThread [fork](https://github.com/kyberpunk/openthread/tree/ac5d8364a6d3cf479409d261efb162091e276dd0) and replace [examples/apps/cli/main.c](https://github.com/kyberpunk/openthread/blob/ac5d8364a6d3cf479409d261efb162091e276dd0/examples/apps/cli/main.c) code with example code. Then build OpenThread...