blob: e9ea390a7daceb03a978967b27300eace15662ab [file] [log] [blame]
Alexander Afanasyevc23d1942014-05-09 11:04:29 -07001Source: ndn-traffic-generator
Davide Pesavento44c0a3a2022-04-23 16:41:31 -04002Section: net
3Priority: optional
Alexander Afanasyevc23d1942014-05-09 11:04:29 -07004Maintainer: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
5Build-Depends: debhelper (>= 8.0.0),
Davide Pesavento97e35aa2022-04-23 15:45:26 -04006 python3 (>= 3.6.0),
Alexander Afanasyevc23d1942014-05-09 11:04:29 -07007 pkg-config (>= 0.26),
Alex Afanasyev513f7a62022-02-17 21:41:19 +00008 libndn-cxx-dev (>= 0.8.0)
Alexander Afanasyevc23d1942014-05-09 11:04:29 -07009Standards-Version: 3.9.2
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040010Homepage: https://github.com/named-data/ndn-traffic-generator
11Vcs-Browser: https://github.com/named-data/ndn-traffic-generator
12Vcs-Git: https://github.com/named-data/ndn-traffic-generator.git
Alexander Afanasyevc23d1942014-05-09 11:04:29 -070013
14Package: ndn-traffic-generator
Alexander Afanasyev0f2bf102017-01-26 05:27:27 +000015Architecture: i386 amd64 arm64 armel armhf ppc64el
Alexander Afanasyevec709c42018-02-23 15:59:13 +000016Depends: ${shlibs:Depends}, ${misc:Depends}, libndn-cxx, ndnsec
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040017Description: traffic generator for Named Data Networking (NDN)
Alexander Afanasyevc23d1942014-05-09 11:04:29 -070018 This tool is designed to generate Interest and Data traffic in an NDN network. The client
19 and server tool accept traffic configuration files which can be used to specify the
20 pattern of NDN traffic that is required to be generated. Sample configuration files are
21 provided which include instructions on how to configure various parameters.