[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


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



More information about the Tinyos-2-commits mailing list