Skip to content
taylor edited this page May 10, 2019 · 1 revision

IPv6

The IPv6 Branch.

For WIZnet Ethernet Library - IPv6 Branch.

WIZnet Ethernet Library

The IPv6 Branch require WIZnet Ethernet Library IPv6 branch.

Download

Go to the WIZnet arduino-mqtt Github and choose the IPv6 branch.

WIZnet arduino-mqtt IPv6

If you don't want to use any git client, you can choose Download ZIP.

No sign-in required and no sign-up required.

Extract

Copy arduino-mqtt-IPv6.zip downloaded and paste to Arduino User Library directory.

Extract arduino-mqtt-IPv6.zip and rename to arduino-mqtt. The directory name must be arduino-mqtt.

The following is tree view after extracted and renamed.

Run

Now you can run the Arduino IDE and just Choose File -> Examples -> MQTT -> W6100EthernetShield.

You can see the W6100EthernetShield of WIZnet arduino-mqtt.

After Upload, you can see the network information messages via Serial Monitor.

This W6100EthernetShield example connects to test.mosquitto.org via IPv6. And it publishes to topic of W6100. It also subscribes topic of W6100.

HIVEMQ Web Socket Client

Run web browser and access HIVEMQ Web Socket Client.

Set Connection Host, Port

  • Host : test.mosquitto.org
  • Port : 8080

And Connect

Finally, you can subscribe W6100 topic.

And you can see the message from test.mosquitto.org which W6100EthernetShield published.

Clone this wiki locally