contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.71k stars 2.58k forks source link

can't connect broker by ipv6 link local #2367

Open vio-tom opened 6 years ago

vio-tom commented 6 years ago

Hi there,

I'm try to use mosquitto subscribe by ipv6 in openwrt. when I use mosquitto broker by link-local ipv6 to connect itself by follow:

mosquitto_sub -p 1883 -t foo -h fe80::76da:daff:fe6d:4aff

I receive the error message follow:

Error: Invalid argument

but I ping6 my mosquitto broker link-local it's OK, and my mosquitto version is 1.4.14, my mosquitto broker config is follow:

user root
listener 1883

listener 8883

Anything I wrong?

ivan-alekhin commented 6 years ago

Could you please explain why do you ask that here? How is your question related to contiki?