g-oikonomou on develop
dev/radio: fix typo in doc for … dev/radio: fix doc about payloa… Merge pull request #1489 from d… (compare)
$ sudo ./tunslip6 -s /dev/tty.usbmodemL10001951 fd00::1
********SLIP started on ``/dev/tty.usbmodemL10001951''
opened tun device ``/dev/tun0''
ifconfig tun0 inet6 mtu 1500 up
ifconfig tun0 inet6 fd00::1 add
sysctl -w net.inet6.ip6.forwarding=1
net.inet6.ip6.forwarding: 1 -> 1
ifconfig tun0
tun0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::82e6:50ff:fe24:89e6%tun0 prefixlen 64 optimistic scopeid 0xf
inet6 fd00::1 prefixlen 64 tentative
nd6 options=201<PERFORMNUD,DAD>
open (pid 50276)
?[INFO: BR ] Waiting for prefix
*** Address:fd00::1 => fd00:0000:0000:0000
[INFO: BR ] Waiting for prefix
[INFO: BR ] Server IPv6 addresses:
[INFO: BR ] fd00::212:4b00:7b5:a183
[INFO: BR ] fe80::212:4b00:7b5:a183
$ ifconfig tun0
tun0: flags=8851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::82e6:50ff:fe24:89e6%tun0 prefixlen 64 scopeid 0xf
inet6 fd00::1 prefixlen 64
nd6 options=201<PERFORMNUD,DAD>
open (pid 50276)
$ ping6 -c1 fd00::212:4b00:7b5:a183
PING6(56=40+8+8 bytes) fd00::1 --> fd00::212:4b00:7b5:a183
16 bytes from fd00::212:4b00:7b5:a183, icmp_seq=0 hlim=64 time=11.045 ms
--- fd00::212:4b00:7b5:a183 ping6 statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 11.045/11.045/11.045/0.000 ms
Hi All,
I was wondering if there is an example project that shows how to use SPI instead of UART?
I want to connect an ESP32 and communicate with SPI with a CC1310 flashed with RPL-Border. I can get it to work with UART, but I can't find an example to make it work in SPI