]> the.earth.li Git - mqtt-arp.git/blob - debian/control
Add initial Debian packaging
[mqtt-arp.git] / debian / control
1 Source: mqtt-arp
2 Section: net
3 Priority: optional
4 Maintainer: Jonathan McDowell <noodles@earth.li>
5 Build-Depends: debhelper-compat (= 13),
6         libmosquitto-dev
7 Standards-Version: 4.5.1
8 Homepage: https://github.com/u1f35c/mqtt-arp
9 Rules-Requires-Root: no
10
11 Package: mqtt-arp
12 Architecture: any
13 Multi-Arch: foreign
14 Depends: ${misc:Depends}, ${shlibs:Depends}
15 Description: Simple tool to watch for ARP presence and report using MQTT
16  mqtt-arp is an imaginatively named program that uses the Linux kernel netlink
17  interface to watch for details of hosts making ARP requests. It uses these
18  requests to determine if a device is present and report that information via
19  MQTT.
20  .
21  It can, for example, be used with Home Assistant to provide details of
22  detected wifi devices for use with presence decisions.