emqx / emqx-coap

EMQX CoAP Gateway
https://www.emqx.com
Apache License 2.0
61 stars 34 forks source link

after coap plugin start,publish coap message report "WARN coap_network_read: unreachable" #165

Open yuqih opened 4 years ago

yuqih commented 4 years ago

exeute following steps: 1 install latest emqx image,and start 2 login Dashboard, start emqx_coap (4.0.5) 3 libcoap/examples/coap-client -m put -e 1234 "coap://127.0.0.1/mqtt/topic1?c=client1&u=tom&p=secret" then prompt "Mar 31 17:46:14.151 WARN coap_network_read: unreachable" can anybody help me? thanks advance.

HJianBo commented 4 years ago

The coap plugin listens on udp:5683 port. Do you expose the port out of the container?

HJianBo commented 4 years ago

Hi @yuqih Any updates for there?