File: control

package info (click to toggle)
lowpan-tools 0.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,940 kB
  • ctags: 957
  • sloc: sh: 11,792; ansic: 2,825; python: 262; yacc: 162; lex: 83; makefile: 83
file content (45 lines) | stat: -rw-r--r-- 1,597 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: lowpan-tools
Section: net
Priority: extra
Maintainer: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Uploaders: Luca Bruno <lucab@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libnl-3-dev,
		libnl-genl-3-dev, bison, flex, pkg-config,
		python-all (>= 2.6.6-3~)
Standards-Version: 3.9.3
Homepage: http://linux-zigbee.sourceforge.net/
XS-Python-Version: all

Package: lowpan-test-tools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Replaces: lowpan-tools (<< 0.2)
Description: Testing programs for LoWPAN stack in Linux
 This package provides several programs for testing various aspects of
 Linux IEEE 802.15.4 stack.
 .
 Normal users don't need to install this package.

Package: lowpan-tools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Base programs for LoWPAN in Linux, the net-tools for LoWPAN
 This package provides all basic prorgrams needed for setting up, monitoring
 and tuning LoWPAN networks.
 .
 Notice that upstream still flags these tools as experimental software and
 says that there is still a number of known bugs and issues. The
 software is, however, in productive use at a number of sites and is
 working reliably.

Package: liblowpan-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends}
Description: Include files and examples for writing programming for LoWPAN
 This package contains several include files to help in development of new
 programs for LoWPAN.
 .
 Also it includes several examples of code using those headers.