blob: aadc9eb640164438593ba8b00c8d7f70f2425442 [file] [log] [blame]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08001#
Spencer Lee9a471232016-02-25 00:42:16 -07002# THIS IS A SAMPLE SERVER DATA TRAFFIC CONFIGURATION FILE
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08003#
4# * TO BE USED TO CONFIGURE RESPONSE TO INTERESTS
5# * MULTIPLE SERVER PREFIXES CAN BE CONFIGURED FOR BEING HANDLED
Davide Pesavento306e5bc2019-01-26 16:20:34 -05006# * EVERY INDIVIDUAL PATTERN DESCRIPTION MUST BE SEPARATED BY ONE
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08007# OR MORE '#' CHARACTERS FOR THE TOOL TO DISTINGUISH THEM
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08008# * THE FOLLOWING PARAMETERS MAY BE ADDED FOR EVERY TRAFFIC PATTERN
Davide Pesavento306e5bc2019-01-26 16:20:34 -05009# * 'Mandatory' ARE PARAMETERS THAT EVERY PATTERN MUST HAVE IN ORDER
10# TO BE CONSIDERED VALID
11# * 'Boolean' ACCEPTS EITHER 0/false/no/off OR 1/true/yes/on AS VALUE
12# * 'NNI' STANDS FOR NON-NEGATIVE INTEGER
Spencer Leee7a5b742015-10-29 02:18:11 -070013# * RANGE OF POSSIBLE VALUES IS SPECIFIED IN []
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080014#
Davide Pesavento306e5bc2019-01-26 16:20:34 -050015
Spencer Lee9a471232016-02-25 00:42:16 -070016# (Mandatory)
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080017#Name=NDN Name
18#
Spencer Lee9a471232016-02-25 00:42:16 -070019# (Optional)
Davide Pesavento306e5bc2019-01-26 16:20:34 -050020#ContentDelay=Milliseconds [>=0]
21#FreshnessPeriod=Milliseconds [>=0]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080022#ContentType=NNI [>=0]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080023#ContentBytes=NNI [>0]
24#Content=String
Spencer Lee9a471232016-02-25 00:42:16 -070025#SigningInfo=String [examples below]
Davide Pesavento912d2e82019-01-10 17:04:31 -050026
27##########
28# EXAMPLES
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080029##########
30Name=/example/A
jeraldabraham473ef3d2014-03-06 12:40:35 -070031Content=AAAAAAAA
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080032##########
33Name=/example/B
jeraldabraham473ef3d2014-03-06 12:40:35 -070034Content=BBBBBBBB
Spencer Lee9a471232016-02-25 00:42:16 -070035SigningInfo=id:/my-identity
36##########
37Name=/example/C
38Content=CCCCCCCC
39SigningInfo=key:/my-identity/ksk-1450757659736
40##########
41Name=/example/D
42Content=DDDDDDDD
43SigningInfo=cert:/my-identity/KEY/3%F342%9C%E0R%CE/self/%FD%00%00%01%5EE%92%A8%2A
44##########
45Name=/example/E
46Content=EEEEEEEE
47SigningInfo=id:/localhost/identity/digest-sha256
48##########