blob: 66f30d1eca124bf6b4b66b2764be6b75f17512e3 [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
6# * EVERY INIVIDUAL PATTERN DESCRIPTION MUST BE SEPARATED BY ONE
7# OR MORE '#' CHARACTERS FOR THE TOOL TO DISTINGUISH THEM
8# INDIVIUDALLY
9# * THE FOLLOWING PARAMETERS MAY BE ADDED FOR EVERY TRAFFIC PATTERN
10# * (Mandatory) NEXT TO A PARAMETER MEANS EVERY PATTERN SHOULD HAVE
11# IT FOR BEING CONSIDERED VALID
12# (Optional) MEANS OTHERWISE
13# * ALSO PROVIDED ARE VALID VALUES POSSIBLE FOR EACH PARAMETER
14# * NNI STANDS FOR NON-NEGATIVE INTEGER
Spencer Leee7a5b742015-10-29 02:18:11 -070015# * RANGE OF POSSIBLE VALUES IS SPECIFIED IN []
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080016#
17#
Spencer Lee9a471232016-02-25 00:42:16 -070018# (Mandatory)
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080019#Name=NDN Name
20#
21#
Spencer Lee9a471232016-02-25 00:42:16 -070022# (Optional)
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080023#ContentType=NNI [>=0]
Spencer Lee9a471232016-02-25 00:42:16 -070024#FreshnessPeriod=NNI [milliseconds]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080025#ContentBytes=NNI [>0]
26#Content=String
Spencer Lee9a471232016-02-25 00:42:16 -070027#ContentDelay=NNI [milliseconds]
28#SigningInfo=String [examples below]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080029#
30#
31##########
32Name=/example/A
jeraldabraham473ef3d2014-03-06 12:40:35 -070033Content=AAAAAAAA
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080034##########
35Name=/example/B
jeraldabraham473ef3d2014-03-06 12:40:35 -070036Content=BBBBBBBB
Spencer Lee9a471232016-02-25 00:42:16 -070037SigningInfo=id:/my-identity
38##########
39Name=/example/C
40Content=CCCCCCCC
41SigningInfo=key:/my-identity/ksk-1450757659736
42##########
43Name=/example/D
44Content=DDDDDDDD
45SigningInfo=cert:/my-identity/KEY/3%F342%9C%E0R%CE/self/%FD%00%00%01%5EE%92%A8%2A
46##########
47Name=/example/E
48Content=EEEEEEEE
49SigningInfo=id:/localhost/identity/digest-sha256
50##########