summaryrefslogtreecommitdiffstats
path: root/rules/unstrung.in
blob: 61b87a99f6ddf500d52fa340277085dd5861b56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=networking

menuconfig UNSTRUNG
	tristate
	prompt "unstrung                      "
	select BOOST
	select LIBPCAP
	select LIBUSB
	help
	  Unstrung is an implementation of the IETF ROLL Working Group's RPL
	  RFC6550 routing protocol. RPL is pronounced Ripple. RPL is an IETF
	  protocol that provides connectivity among nodes that can not all
	  hear each other, but rather have to form a multihop mesh-like
	  network.

if UNSTRUNG

config UNSTRUNG_TESTING
	bool
	prompt "testing tools"
	help
	  If enabled testing programs peck, senddio, senddao will be builed and
	  installed.

endif