blob: b01e88a07a45bc1aa3c7db2e368af581ff52b220 [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),
Davide Pesavento981841f2022-04-24 15:31:51 -04007 pkg-config (>= 0.29),
8 libboost-all-dev (>= 1.65.1),
Alex Afanasyev513f7a62022-02-17 21:41:19 +00009 libndn-cxx-dev (>= 0.8.0)
Alexander Afanasyevc23d1942014-05-09 11:04:29 -070010Standards-Version: 3.9.2
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040011Homepage: https://github.com/named-data/ndn-traffic-generator
12Vcs-Browser: https://github.com/named-data/ndn-traffic-generator
13Vcs-Git: https://github.com/named-data/ndn-traffic-generator.git
Alexander Afanasyevc23d1942014-05-09 11:04:29 -070014
15Package: ndn-traffic-generator
Alexander Afanasyev0f2bf102017-01-26 05:27:27 +000016Architecture: i386 amd64 arm64 armel armhf ppc64el
Davide Pesaventoc70a1952022-04-24 21:46:42 -040017Depends: ${shlibs:Depends}, ${misc:Depends}
Davide Pesavento44c0a3a2022-04-23 16:41:31 -040018Description: traffic generator for Named Data Networking (NDN)
Alexander Afanasyevc23d1942014-05-09 11:04:29 -070019 This tool is designed to generate Interest and Data traffic in an NDN network. The client
20 and server tool accept traffic configuration files which can be used to specify the
21 pattern of NDN traffic that is required to be generated. Sample configuration files are
22 provided which include instructions on how to configure various parameters.