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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: faifa
Section: net
Priority: extra
Maintainer: Damien Raude-Morvan <drazzib@debian.org>
Uploaders: Florian Fainelli <florian@openwrt.org>
Build-Depends: debhelper (>= 7.0.50~), autoconf,
libpcap0.8-dev, libssl-dev (>= 0.9.7)
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/collab-maint/faifa.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/faifa.git
Homepage: https://dev.open-plc.org/
Package: faifa
Depends: ${shlibs:Depends}, ${misc:Depends}
Architecture: any
Description: manage HomePlug 1.0/AV devices via ethernet frames
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa tool.
Package: libfaifa-dev
Section: libdevel
Architecture: any
Depends: libfaifa0 (= ${binary:Version}), ${misc:Depends}
Description: manage HomePlug 1.0/AV devices via ethernet frames - devel library
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa library headers.
Package: libfaifa0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: manage HomePlug 1.0/AV devices via ethernet frames - library
Faifa is a network tool to remotely manage HomePlug 1.0 and HomePlug AV
devices.
.
HomePlug 1.0 and HomePlug AV are specifications of Power Line Communication
(PLC). PLC is a system for carrying data - network packets - over power line.
<http://www.homeplug.org/>
.
This tool can configure, flash and collect statistics on thoses devices
using private and public Ethernet frames.
.
This package contains Faifa shared library.
|