nes-proj/tools/stm32w/wpcapslip6
David Kopf c699ccbe30 Add higher baud rates, fix occasional buffer overflow 2011-07-10 10:23:45 -04:00
..
Makefile wpcapslip6 now works on Windows XP too (not only Vista or 7). 2011-05-28 12:50:06 +02:00
README.txt Added new options that make wpcapslip6 work also with the rpl-border-router. 2011-01-17 09:16:55 +00:00
contiki-conf.h Added tools for STM32W. 2010-10-25 10:42:40 +00:00
fakeuip.c wpcapslip6 now works on Windows XP too (not only Vista or 7). 2011-05-28 12:50:06 +02:00
ip-process.c wpcapslip6 now works on Windows XP too (not only Vista or 7). 2011-05-28 12:50:06 +02:00
ip-process.h wpcapslip6 now works on Windows XP too (not only Vista or 7). 2011-05-28 12:50:06 +02:00
rtimer-arch.h Header file moved to the correct folder. 2010-11-11 08:37:53 +00:00
showhiddendevices.bat Added tools for STM32W. 2010-10-25 10:42:40 +00:00
wpcap6.c Removed static modifier. 2010-11-25 10:59:44 +00:00
wpcapslip6.c Add higher baud rates, fix occasional buffer overflow 2011-07-10 10:23:45 -04:00
wpcapslip6.exe Added warning messages. 2011-05-28 12:50:08 +02:00

README.txt

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 aaaa:: -a aaaa: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 aaaa:1::1/128 can be omitted if an IP address is already set
to the network adapter.