X-Git-Url: https://the.earth.li/gitweb/?p=mqtt-arp.git;a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=4f9d461c4ae4e7c8d7be3153fc9914834e8b19d7;hp=0000000000000000000000000000000000000000;hb=020e1e071547f1acc368676e7f805892159c84cd;hpb=b6535c2473dcc4ffb2defb3af099ae8519eff1d0 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4f9d461 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: mqtt-arp +Section: net +Priority: optional +Maintainer: Jonathan McDowell +Build-Depends: debhelper-compat (= 13), + libmosquitto-dev +Standards-Version: 4.5.1 +Homepage: https://github.com/u1f35c/mqtt-arp +Rules-Requires-Root: no + +Package: mqtt-arp +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Simple tool to watch for ARP presence and report using MQTT + mqtt-arp is an imaginatively named program that uses the Linux kernel netlink + interface to watch for details of hosts making ARP requests. It uses these + requests to determine if a device is present and report that information via + MQTT. + . + It can, for example, be used with Home Assistant to provide details of + detected wifi devices for use with presence decisions.