[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip Makefile, NONE, 1.1 serial_tun.conf, NONE, 1.1
sdhsdh
sdhsdh at users.sourceforge.net
Mon Jan 19 16:28:16 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip/shell - New directory
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/driver Makefile, NONE, 1.1 config.c, NONE, 1.1 config.h, NONE, 1.1 hashtable.c, NONE, 1.1 hashtable.h, NONE, 1.1 hashtable_private.h, NONE, 1.1 logging.c, NONE, 1.1 logging.h, NONE, 1.1 nwstate.c, NONE, 1.1 nwstate.h, NONE, 1.1 radvd-wrapper.c, NONE, 1.1 routing.c, NONE, 1.1 routing.h, NONE, 1.1 serial_tun.c, NONE, 1.1 tun_dev.c, NONE, 1.1 tun_dev.h, NONE, 1.1 tunnel.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c/blip
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6583/support/sdk/c/blip
Added Files:
Makefile serial_tun.conf
Log Message:
- initial commit of blip (berkeley low-power ip) stack
--- NEW FILE: Makefile ---
all:
cd lib6lowpan && make
cp lib6lowpan/lib6lowpan.a .
cd driver && make
cp driver/ip-driver .
clean:
cd lib6lowpan && make clean
cd driver && make clean
rm lib6lowpan.a ip-driver
--- NEW FILE: serial_tun.conf ---
# Before you can run the adaptation layer and router, you must
# configure the address your router will advertise to the subnet, and
# which network interface to proxy neighbor advertisements on.
#
# set the debug level of the output
# choices are DEBUG, INFO, WARN, ERROR, and FATAL
# log DEBUG
# set the address of the router's 802.15.4 interface. The interface
# ID must be a 16-bit short identifier.
addr 2001:470:1f04:56d::64
# the router can proxy neighbor IPv6 neighbor discovery on another
# interface so that other machines on the subnet can discover hosts
# routing through this router. This specifies which interface to proxy
# the NDP on.
proxy eth1
# which 802.15.4 channel to operate on. valid choices are 11-26.
channel 15
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip/shell - New directory
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/driver Makefile, NONE, 1.1 config.c, NONE, 1.1 config.h, NONE, 1.1 hashtable.c, NONE, 1.1 hashtable.h, NONE, 1.1 hashtable_private.h, NONE, 1.1 logging.c, NONE, 1.1 logging.h, NONE, 1.1 nwstate.c, NONE, 1.1 nwstate.h, NONE, 1.1 radvd-wrapper.c, NONE, 1.1 routing.c, NONE, 1.1 routing.h, NONE, 1.1 serial_tun.c, NONE, 1.1 tun_dev.c, NONE, 1.1 tun_dev.h, NONE, 1.1 tunnel.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list