contiki/tools/stm32w/wpcapslip6
2016-03-07 17:47:44 +01:00
..
contiki-conf.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
fakeuip.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
ip-process.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
ip-process.h Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories. 2012-02-21 08:33:25 -05:00
Makefile wpcapslip6 now works on Windows XP too (not only Vista or 7). 2011-05-28 12:50:06 +02:00
README.md Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
rtimer-arch.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
showhiddendevices.bat Added tools for STM32W. 2010-10-25 10:42:40 +00:00
wpcap6.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
wpcapslip6.c Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
wpcapslip6.exe Correcting wait behavior for wpcapslip tool 2012-12-02 11:10:24 -08:00

wpcapslip6

This software needs a working network adapter. You can install a Microsoft Loopback adapter. (remeber to reboot after the installation procedure).

In order to install this kind of device in Windows 7, use devcon utility (you can download it from Microsoft website).

devcon.exe install %windir%\inf\netloop.inf *msloop

This utility can be used in conjunction with the uip6-bridge or the rpl-border-router (the latter on Windows Vista and later only).

An example of usage with the RPL border router:

wpcapslip6 -s COMXX -b fd00:: -a fd00:1::1/128 02-00-00-00-00-01

where 02-00-00-00-00-01 is the MAC address of the local network adapter.

-a fd00:1::1/128 can be omitted if an IP address is already set to the network adapter.