File: control

package info (click to toggle)
batctl 2019.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: ansic: 9,478; makefile: 139; sh: 21
file content (34 lines) | stat: -rw-r--r-- 1,294 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
Source: batctl
Section: net
Priority: optional
Maintainer: Simon Wunderlich <sw@simonwunderlich.de>
Uploaders:
 Sven Eckelmann <sven@narfation.org>,
Standards-Version: 4.2.1
Homepage: https://www.open-mesh.org/
Vcs-Git: https://salsa.debian.org/ecsv-guest/batctl.git
Vcs-Browser: https://salsa.debian.org/ecsv-guest/batctl
Build-Depends:
 debhelper (>= 10),
 dpkg-dev (>= 1.16.1.1),
 libnl-3-dev,
 libnl-genl-3-dev,
 pkg-config,

Package: batctl
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: B.A.T.M.A.N. advanced control and management tool
 This package contains batctl, which serves as configuration utility,
 monitoring and debugging application. It allows one to modify the module
 parameters, reading the logfiles and tables, decapsulate embedded packets on
 the fly, traceroute to and ping mac addresses, generate sequence number graphs
 for the Layer 2 Mesh B.A.T.M.A.N.
 .
 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is a new routing
 protocol for multi-hop ad-hoc mesh networks. B.A.T.M.A.N.-advanced is the
 implementation of this protocol on ISO/OSI Layer 2, allowing mesh networks to
 be used as a virtual switch. With this approach, LANs and WANs can be easily
 integrated, and more protocols (like DHCP, IPv6) are supported.