Updated documentation for 0.2 release
[mtetherd] / debian / control
1 Source: mtetherd
2 Section: user/system
3 Priority: optional
4 Maintainer: Gregor Riepl <onitake@gmail.com>
5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.7.2
7
8 Package: mtetherd
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends} iptables (>= 1.4.6), bluetooth-dun (>= 1.1), dnsmasq (>= 2.45)
11 Description: Enable tethering via USB and Bluetooth
12  mtetherd allows you to use your N900 as an Internet gateway.
13  Just connect to your device via USB or Bluetooth, and networking and
14  routing will be set up automatically through DHCP.
15  You can also use mtetherd to configure network interfaces for development.
16  .
17  USB networking is not activated by default, but a button is provided
18  in the status menu that shows networking status and toggles it.
19  .
20  IP addressing:
21  Each network interface gets a /30 IP range from 192.168.255.0/24.
22  The first device will be configured as follows:
23  N900: 192.168.255.1
24  Netmask: 255.255.255.252
25  Address assigned through DHCP: 192.168.255.2
26  The second device gets 192.168.255.5, and so on.