<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Can&amp;#39;t connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35419/can-t-connect-mqtt-subscriber-to-mqtt-broker-running-on-raspberrypi3</link><description>I can connect the board to the Pi and ping it with a globally valid IPv6. 
 When trying to connect with the MQTT broker, however, no package is sent from the Chip to the Pi. After many tests in debugging mode I found out, which probably prevents sending</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Jun 2018 09:23:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35419/can-t-connect-mqtt-subscriber-to-mqtt-broker-running-on-raspberrypi3" /><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136699?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 09:23:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29302edf-36ca-4b96-a8cb-a9497af23515</guid><dc:creator>Wolfshund</dc:creator><description>&lt;p&gt;I feared that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But many thanks for the help.&lt;/p&gt;
&lt;p&gt;I will keep trying. ;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;M. Uhlig&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136694?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 09:09:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4e03dc4-2fee-4023-9a75-5d597d66ba2e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Routing in IPv6 is not an easy topic, as you need to have a lot of knowledge about how both IPv6 works, and how networks work. What you are doing here is that you are making a router for bluetooth IPSP devices, and there is no automated process / script that performs all this for you, so it has to be manually set up.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s many ways to solve this, but you normally need to match everything up to your own network, and posts from other users might not match your specific setup, so taking their interface names and prefixes directly might give a conflict on your system. My recommendation is to start small, set up things locally on the RPi, then gradually expand piece-by-piece. Save commands that you use to setup the environment in a document or script.&lt;/p&gt;
&lt;p&gt;If your prefix is 2002::/64 (which it seems it is at your end), you write:&amp;nbsp;sudo route -A inet6 add 2002::/64 dev bt0.&lt;/p&gt;
&lt;p&gt;This should make the interface accessible between other interfaces.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In terms of the broker address set in firmware, this should match your broker address. If you have set up mosquitto on your RPi, it should point to the global IP you have on your eth0 (or wlan0). For simplicity, assign short IPs to your interfaces, like 2002::1, 2002::2 etc.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;H&amp;aring;kon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136684?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 08:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:685f876d-0a59-4c23-beb5-64938e814b09</guid><dc:creator>Wolfshund</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;you&amp;#39;re right, I&amp;nbsp;set BLE_6LOWPAN_LEGACY_MODE to 0 in the sdk.config&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I did not ran&amp;nbsp;&lt;span&gt;&amp;quot;sudo route -A inet6 add &amp;lt;insert prefix&amp;gt;/64 dev bt0&amp;quot;. What do I have to use for &amp;lt;insert prefix&amp;gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This brings me to a new question:&lt;br /&gt;Which ip address do I have to enter in the program code for the broker, with the setup from above?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have no experience with IPv6 over BLE routing and I can not find much information about it.&amp;nbsp;The few instructions in the forums also contradict each other.&lt;br /&gt;So I&amp;#39;m sure there&amp;#39;s a misstake in my configuration. The mqtt-subscriber example needs a global IPv6 as broker-address, right?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My broker is running on eth0, and now I see, that my eth0 has no global IPv6 with the current configuration.&lt;br /&gt;But&amp;nbsp;&amp;nbsp;if I assign this to him, what will the 6to4 bring me?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there no complete guide to this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;M. Uhlig&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136587?ContentTypeID=1</link><pubDate>Mon, 18 Jun 2018 14:16:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d5f51dc-ee2e-405a-b835-52df6c2e9ed1</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(int)0xFFFFFFFC = -4, which is:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;/** Routing problem. */&lt;/div&gt;
&lt;div&gt;ERR_RTE = -4,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Are you running the&amp;nbsp;mqtt broker on the RPi3? If yes, which interface is it binding to? I still suspect this issue is related to the routing on the RPi.&lt;/div&gt;
&lt;div&gt;Did you run &amp;quot;sudo route -A inet6 add &amp;lt;insert prefix&amp;gt;/64 dev bt0&amp;quot; ?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Since you are running with a fairly new kernel, did you set sdk_config.h::BLE_6LOWPAN_LEGACY_MODE to &amp;#39;0&amp;#39;? I suspect that you did this, as ping is working. Just need to verify.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Cheers,&lt;/div&gt;
&lt;div&gt;Håkon&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136384?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 13:29:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7b655ec-2a8a-422b-966a-4974d2554672</guid><dc:creator>Wolfshund</dc:creator><description>&lt;p&gt;I have followed the instructions from your link exactly and still come to the same error. :(&lt;/p&gt;
&lt;p&gt;I really hope somebody can help me, because I&amp;#39;m hanging on to the problem for a week and I&amp;#39;m running out of ideas.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here are all informations about my setup&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the nRF52840-Preview-DK running the example:&lt;br /&gt;SDK\nRF5_SDK_15.0.0_a53641a\examples\iot\mqtt\lwip\subscriber&lt;br /&gt;I only adapted the IPv6-Broker address and changed the output of the error code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried with two versions of Raspbian:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;stretch (Linux version 4.14.34-7v+)&lt;br /&gt;jessie (Linux version 4.9.35-v7+)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;Both on a Pi 3 Model B with the intern BLE&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m able to ping the BT device:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;root@raspberrypi:/home/pi# ping6 2002::65:24ff:fe54:dc25&lt;br /&gt;PING 2002::65:24ff:fe54:dc25(2002::65:24ff:fe54:dc25) 56 data bytes&lt;br /&gt;64 bytes from 2002::65:24ff:fe54:dc25: icmp_seq=1 ttl=255 time=256 ms&lt;br /&gt;64 bytes from 2002::65:24ff:fe54:dc25: icmp_seq=2 ttl=255 time=182 ms&lt;br /&gt;64 bytes from 2002::65:24ff:fe54:dc25: icmp_seq=3 ttl=255 time=157 ms&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;My radvd.conf looks like:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;interface bt0&lt;br /&gt;{&lt;br /&gt; AdvSendAdvert on;&lt;br /&gt; prefix 2002::/64&lt;br /&gt; {&lt;br /&gt; AdvOnLink off;&lt;br /&gt; AdvAutonomous on;&lt;br /&gt; AdvRouterAddr on;&lt;br /&gt; };&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;route -6 -n shows me:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;root@raspberrypi:/home/pi# route -6 -n&lt;br /&gt;Kernel IPv6 routing table&lt;br /&gt;Destination Next Hop Flag Met Ref Use If&lt;br /&gt;::/96 :: Un 256 2 1 6to4&lt;br /&gt;2001::/16 :: U 256 2 5 6to4&lt;br /&gt;2002::/64 :: U 256 2 6 bt0&lt;br /&gt;fe80::/64 :: U 256 1 0 eth0&lt;br /&gt;fe80::/64 :: U 256 1 0 bt0&lt;br /&gt;::/0 ::192.88.99.1 UG 1024 1 0 6to4&lt;br /&gt;::/0 :: !n -1 1 28 lo&lt;br /&gt;::1/128 :: Un 0 6 22 lo&lt;br /&gt;::10.160.8.14/128 :: Un 0 2 0 6to4&lt;br /&gt;2001::/128 :: Un 0 2 0 6to4&lt;br /&gt;2001:aa0:80e::1/128 :: Un 0 2 0 6to4&lt;br /&gt;2002::/128 :: Un 0 2 0 bt0&lt;br /&gt;2002::1/128 :: Un 0 4 7 bt0&lt;br /&gt;fe80::/128 :: Un 0 2 0 eth0&lt;br /&gt;fe80::/128 :: Un 0 2 0 bt0&lt;br /&gt;fe80::b827:ebff:fe36:c0bb/128 :: Un 0 4 2 bt0&lt;br /&gt;fe80::ba27:ebff:fe9c:6a11/128 :: Un 0 2 0 eth0&lt;br /&gt;ff00::/8 :: U 256 4 25 eth0&lt;br /&gt;ff00::/8 :: U 256 1 0 wlan0&lt;br /&gt;ff00::/8 :: U 256 5 34 bt0&lt;br /&gt;ff00::/8 :: U 256 1 0 6to4&lt;br /&gt;::/0 :: !n -1 1 28 lo&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;ifconfig shows me:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;root@raspberrypi:/home/pi# ifconfig&lt;br /&gt;6to4: flags=193&amp;lt;UP,RUNNING,NOARP&amp;gt; mtu 1480&lt;br /&gt; inet6 ::10.160.8.14 prefixlen 96 scopeid 0x80&amp;lt;compat,global&amp;gt;&lt;br /&gt; inet6 2001:aa0:80e::1 prefixlen 16 scopeid 0x0&amp;lt;global&amp;gt;&lt;br /&gt; sit txqueuelen 1000 (IPv6-in-IPv4)&lt;br /&gt; RX packets 0 bytes 0 (0.0 B)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 0 bytes 0 (0.0 B)&lt;br /&gt; TX errors 4 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;bt0: flags=4161&amp;lt;UP,RUNNING,MULTICAST&amp;gt; mtu 1280&lt;br /&gt; inet6 2002::1 prefixlen 64 scopeid 0x0&amp;lt;global&amp;gt;&lt;br /&gt; inet6 fe80::b827:ebff:fe36:c0bb prefixlen 64 scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt; unspec B8-27-EB-36-C0-BB-30-30-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)&lt;br /&gt; RX packets 13 bytes 805 (805.0 B)&lt;br /&gt; RX errors 0 dropped 2 overruns 0 frame 0&lt;br /&gt; TX packets 49 bytes 4595 (4.4 KiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;eth0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 1500&lt;br /&gt; inet 10.160.8.14 netmask 255.255.240.0 broadcast 10.160.15.255&lt;br /&gt; inet6 fe80::ba27:ebff:fe9c:6a11 prefixlen 64 scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt; ether b8:27:eb:9c:6a:11 txqueuelen 1000 (Ethernet)&lt;br /&gt; RX packets 71963 bytes 3975733 (3.7 MiB)&lt;br /&gt; RX errors 0 dropped 16 overruns 0 frame 0&lt;br /&gt; TX packets 127886 bytes 188319564 (179.5 MiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;lo: flags=73&amp;lt;UP,LOOPBACK,RUNNING&amp;gt; mtu 65536&lt;br /&gt; inet 127.0.0.1 netmask 255.0.0.0&lt;br /&gt; inet6 ::1 prefixlen 128 scopeid 0x10&amp;lt;host&amp;gt;&lt;br /&gt; loop txqueuelen 1000 (Local Loopback)&lt;br /&gt; RX packets 60 bytes 3000 (2.9 KiB)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 60 bytes 3000 (2.9 KiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;wlan0: flags=4099&amp;lt;UP,BROADCAST,MULTICAST&amp;gt; mtu 1500&lt;br /&gt; ether b8:27:eb:c9:3f:44 txqueuelen 1000 (Ethernet)&lt;br /&gt; RX packets 0 bytes 0 (0.0 B)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 0 bytes 0 (0.0 B)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;root@raspberrypi:/home/pi# service radvd restart&lt;br /&gt;root@raspberrypi:/home/pi# ifconfig&lt;br /&gt;6to4: flags=193&amp;lt;UP,RUNNING,NOARP&amp;gt; mtu 1480&lt;br /&gt; inet6 ::10.160.8.14 prefixlen 96 scopeid 0x80&amp;lt;compat,global&amp;gt;&lt;br /&gt; inet6 2001:aa0:80e::1 prefixlen 16 scopeid 0x0&amp;lt;global&amp;gt;&lt;br /&gt; sit txqueuelen 1000 (IPv6-in-IPv4)&lt;br /&gt; RX packets 0 bytes 0 (0.0 B)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 0 bytes 0 (0.0 B)&lt;br /&gt; TX errors 4 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;bt0: flags=4161&amp;lt;UP,RUNNING,MULTICAST&amp;gt; mtu 1280&lt;br /&gt; inet6 2002::1 prefixlen 64 scopeid 0x0&amp;lt;global&amp;gt;&lt;br /&gt; inet6 fe80::b827:ebff:fe36:c0bb prefixlen 64 scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt; unspec B8-27-EB-36-C0-BB-30-30-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC)&lt;br /&gt; RX packets 13 bytes 805 (805.0 B)&lt;br /&gt; RX errors 0 dropped 2 overruns 0 frame 0&lt;br /&gt; TX packets 51 bytes 4721 (4.6 KiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;eth0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt; mtu 1500&lt;br /&gt; inet 10.160.8.14 netmask 255.255.240.0 broadcast 10.160.15.255&lt;br /&gt; inet6 fe80::ba27:ebff:fe9c:6a11 prefixlen 64 scopeid 0x20&amp;lt;link&amp;gt;&lt;br /&gt; ether b8:27:eb:9c:6a:11 txqueuelen 1000 (Ethernet)&lt;br /&gt; RX packets 72190 bytes 4009629 (3.8 MiB)&lt;br /&gt; RX errors 0 dropped 17 overruns 0 frame 0&lt;br /&gt; TX packets 127918 bytes 188325380 (179.6 MiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;lo: flags=73&amp;lt;UP,LOOPBACK,RUNNING&amp;gt; mtu 65536&lt;br /&gt; inet 127.0.0.1 netmask 255.0.0.0&lt;br /&gt; inet6 ::1 prefixlen 128 scopeid 0x10&amp;lt;host&amp;gt;&lt;br /&gt; loop txqueuelen 1000 (Local Loopback)&lt;br /&gt; RX packets 60 bytes 3000 (2.9 KiB)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 60 bytes 3000 (2.9 KiB)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;wlan0: flags=4099&amp;lt;UP,BROADCAST,MULTICAST&amp;gt; mtu 1500&lt;br /&gt; ether b8:27:eb:c9:3f:44 txqueuelen 1000 (Ethernet)&lt;br /&gt; RX packets 0 bytes 0 (0.0 B)&lt;br /&gt; RX errors 0 dropped 0 overruns 0 frame 0&lt;br /&gt; TX packets 0 bytes 0 (0.0 B)&lt;br /&gt; TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And the nRF-subscriber tells me:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;[00]&amp;lt;info&amp;gt; app: Application started.&lt;br /&gt;&amp;lt;info&amp;gt; app: Physical layer in connectable mode.&lt;br /&gt;&amp;lt;info&amp;gt; app: Physical layer: connected.&lt;br /&gt;&amp;lt;info&amp;gt; app: IPv6 Interface Up.&lt;br /&gt;&amp;lt;info&amp;gt; app: mqtt: error FFFFFFFC&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The last line comes from me, as mentioned above.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't connect MQTT-subscriber to MQTT-broker running on RaspberryPi3</title><link>https://devzone.nordicsemi.com/thread/136266?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 07:24:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ed3b2e6-1228-496c-aa72-ca9c424d5e82</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How does your ifconfig and route -6 -n output look? You mention that you are able to ping the BT device, is this on the link-local or the global ip?&lt;/p&gt;
&lt;p&gt;In some cases, you might need to restart the radvd service in order to get the routes and global addresses to the bt0 interface.&lt;/p&gt;
&lt;p&gt;You can also add the route manually to make your device accessible in a larger network, as discussed here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/5481/making-ipv6-device-available-on-the-internet/19138#19138"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/5481/making-ipv6-device-available-on-the-internet/19138#19138&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>