Commit 77390760 authored by JuiceboxSingularity's avatar JuiceboxSingularity

CONFIG FILES

parent c1ed262a
{
"localConfiguration" : {
"installationPath" : "/bin",
"libraryPath" : "/lib",
"logPath" : "/var/log",
"consolePort" : 32766
},
"applicationToDIFMappings" : [ {
"encodedAppName" : "rina.utils.apps.echo.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.echo.client-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.client-1--",
"difName" : "normal.DIF"
}],
"ipcProcessesToCreate" : [ {
"type" : "shim-eth-vlan",
"apName" : "test-eth-vlan",
"apInstance" : "1",
"difName" : "100"
}, {
"type" : "normal-ipc",
"apName" : "test1.IRATI",
"apInstance" : "1",
"difName" : "normal.DIF",
"difsToRegisterAt" : ["100"]
} ],
"difConfigurations" : [ {
"difName" : "100",
"difType" : "shim-eth-vlan",
"configParameters" : {
"interface-name" : "tap0"
}
}, {
"difName" : "normal.DIF",
"difType" : "normal-ipc",
"dataTransferConstants" : {
"addressLength" : 2,
"cepIdLength" : 2,
"lengthLength" : 2,
"portIdLength" : 2,
"qosIdLength" : 2,
"sequenceNumberLength" : 4,
"maxPduSize" : 10000,
"maxPduLifetime" : 60000
},
"qosCubes" : [ {
"name" : "unreliablewithflowcontrol",
"id" : 1,
"partialDelivery" : false,
"orderedDelivery" : true,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : false,
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
}, {
"name" : "reliablewithflowcontrol",
"id" : 2,
"partialDelivery" : false,
"orderedDelivery" : true,
"maxAllowableGap": 0,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : true,
"rtxControlConfig" : {
"dataRxmsNmax" : 5,
"initialRtxTime" : 1000
},
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
} ],
"knownIPCProcessAddresses" : [ {
"apName" : "test1.IRATI",
"apInstance" : "1",
"address" : 16
}, {
"apName" : "test2.IRATI",
"apInstance" : "1",
"address" : 17
}, {
"apName" : "test3.IRATI",
"apInstance" : "1",
"address" : 18
} ],
"addressPrefixes" : [ {
"addressPrefix" : 0,
"organization" : "N.Bourbaki"
}, {
"addressPrefix" : 16,
"organization" : "IRATI"
} ],
"pdufTableGeneratorConfiguration" : {
"pduFtGeneratorPolicy" : {
"name" : "LinkState",
"version" : "0"
},
"linkStateRoutingConfiguration" : {
"objectMaximumAge" : 10000,
"waitUntilReadCDAP" : 5001,
"waitUntilError" : 5001,
"waitUntilPDUFTComputation" : 103,
"waitUntilFSODBPropagation" : 101,
"waitUntilAgeIncrement" : 997,
"routingAlgorithm" : "Dijkstra"
}
},
"enrollmentTaskConfiguration" : {
"enrollTimeoutInMs" : 10000,
"watchdogPeriodInMs" : 30000,
"declaredDeadIntervalInMs" : 120000,
"neighborsEnrollerPeriodInMs" : 30000,
"maxEnrollmentRetries" : 3
},
"policySets" : {
"security-manager" : "default",
"flow-allocator" : "default",
"namespace-manager" : "default",
"routing" : "link-state",
"resource-allocator" : "default"
}
} ]
}
{
"localConfiguration" : {
"installationPath" : "/bin",
"libraryPath" : "/lib",
"logPath" : "/var/log",
"consolePort" : 32766
},
"applicationToDIFMappings" : [ {
"encodedAppName" : "rina.utils.apps.echo.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.echo.client-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.client-1--",
"difName" : "normal.DIF"
}],
"ipcProcessesToCreate" : [ {
"type" : "shim-eth-vlan",
"apName" : "test-eth-vlan",
"apInstance" : "1",
"difName" : "100"
}, {
"type" : "shim-eth-vlan",
"apName" : "test-eth-vlan2",
"apInstance" : "1",
"difName" : "101"
}, {
"type" : "normal-ipc",
"apName" : "test2.IRATI",
"apInstance" : "1",
"difName" : "normal.DIF",
"difsToRegisterAt" : ["100","101"]
} ],
"difConfigurations" : [ {
"difName" : "100",
"difType" : "shim-eth-vlan",
"configParameters" : {
"interface-name" : "tap0"
}
}, {
"difName" : "101",
"difType" : "shim-eth-vlan",
"configParameters" : {
"interface-name" : "tap0"
}
}, {
"difName" : "normal.DIF",
"difType" : "normal-ipc",
"dataTransferConstants" : {
"addressLength" : 2,
"cepIdLength" : 2,
"lengthLength" : 2,
"portIdLength" : 2,
"qosIdLength" : 2,
"sequenceNumberLength" : 4,
"maxPduSize" : 10000,
"maxPduLifetime" : 60000
},
"qosCubes" : [ {
"name" : "unreliablewithflowcontrol",
"id" : 1,
"partialDelivery" : false,
"orderedDelivery" : true,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : false,
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
}, {
"name" : "reliablewithflowcontrol",
"id" : 2,
"partialDelivery" : false,
"orderedDelivery" : true,
"maxAllowableGap": 0,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : true,
"rtxControlConfig" : {
"dataRxmsNmax" : 5,
"initialRtxTime" : 1000
},
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
} ],
"knownIPCProcessAddresses" : [ {
"apName" : "test1.IRATI",
"apInstance" : "1",
"address" : 16
}, {
"apName" : "test2.IRATI",
"apInstance" : "1",
"address" : 17
}, {
"apName" : "test3.IRATI",
"apInstance" : "1",
"address" : 18
} ],
"addressPrefixes" : [ {
"addressPrefix" : 0,
"organization" : "N.Bourbaki"
}, {
"addressPrefix" : 16,
"organization" : "IRATI"
} ],
"pdufTableGeneratorConfiguration" : {
"pduFtGeneratorPolicy" : {
"name" : "LinkState",
"version" : "0"
},
"linkStateRoutingConfiguration" : {
"objectMaximumAge" : 10000,
"waitUntilReadCDAP" : 5001,
"waitUntilError" : 5001,
"waitUntilPDUFTComputation" : 103,
"waitUntilFSODBPropagation" : 101,
"waitUntilAgeIncrement" : 997,
"routingAlgorithm" : "Dijkstra"
}
},
"enrollmentTaskConfiguration" : {
"enrollTimeoutInMs" : 10000,
"watchdogPeriodInMs" : 30000,
"declaredDeadIntervalInMs" : 120000,
"neighborsEnrollerPeriodInMs" : 30000,
"maxEnrollmentRetries" : 3
},
"policySets" : {
"security-manager" : "default",
"flow-allocator" : "default",
"namespace-manager" : "default",
"routing" : "link-state",
"resource-allocator" : "default"
}
} ]
}
{
"localConfiguration" : {
"installationPath" : "/bin",
"libraryPath" : "/lib",
"logPath" : "/var/log",
"consolePort" : 32766
},
"applicationToDIFMappings" : [ {
"encodedAppName" : "rina.utils.apps.echo.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.echo.client-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.server-1--",
"difName" : "normal.DIF"
}, {
"encodedAppName" : "rina.utils.apps.rinaperf.client-1--",
"difName" : "normal.DIF"
}],
"ipcProcessesToCreate" : [ {
"type" : "shim-eth-vlan",
"apName" : "test-eth-vlan",
"apInstance" : "1",
"difName" : "101"
}, {
"type" : "normal-ipc",
"apName" : "test3.IRATI",
"apInstance" : "1",
"difName" : "normal.DIF",
"difsToRegisterAt" : ["101"]
} ],
"difConfigurations" : [ {
"difName" : "101",
"difType" : "shim-eth-vlan",
"configParameters" : {
"interface-name" : "tap0"
}
}, {
"difName" : "normal.DIF",
"difType" : "normal-ipc",
"dataTransferConstants" : {
"addressLength" : 2,
"cepIdLength" : 2,
"lengthLength" : 2,
"portIdLength" : 2,
"qosIdLength" : 2,
"sequenceNumberLength" : 4,
"maxPduSize" : 10000,
"maxPduLifetime" : 60000
},
"qosCubes" : [ {
"name" : "unreliablewithflowcontrol",
"id" : 1,
"partialDelivery" : false,
"orderedDelivery" : true,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : false,
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
}, {
"name" : "reliablewithflowcontrol",
"id" : 2,
"partialDelivery" : false,
"orderedDelivery" : true,
"maxAllowableGap": 0,
"efcpPolicies" : {
"initialATimer" : 300,
"dtcpPresent" : true,
"dtcpConfiguration" : {
"rtxControl" : true,
"rtxControlConfig" : {
"dataRxmsNmax" : 5,
"initialRtxTime" : 1000
},
"flowControl" : true,
"flowControlConfig" : {
"rateBased" : false,
"windowBased" : true,
"windowBasedConfig" : {
"maxClosedWindowQueueLength" : 50,
"initialCredit" : 50
}
}
}
}
} ],
"knownIPCProcessAddresses" : [ {
"apName" : "test1.IRATI",
"apInstance" : "1",
"address" : 16
}, {
"apName" : "test2.IRATI",
"apInstance" : "1",
"address" : 17
}, {
"apName" : "test3.IRATI",
"apInstance" : "1",
"address" : 18
} ],
"addressPrefixes" : [ {
"addressPrefix" : 0,
"organization" : "N.Bourbaki"
}, {
"addressPrefix" : 16,
"organization" : "IRATI"
} ],
"pdufTableGeneratorConfiguration" : {
"pduFtGeneratorPolicy" : {
"name" : "LinkState",
"version" : "0"
},
"linkStateRoutingConfiguration" : {
"objectMaximumAge" : 10000,
"waitUntilReadCDAP" : 5001,
"waitUntilError" : 5001,
"waitUntilPDUFTComputation" : 103,
"waitUntilFSODBPropagation" : 101,
"waitUntilAgeIncrement" : 997,
"routingAlgorithm" : "Dijkstra"
}
},
"enrollmentTaskConfiguration" : {
"enrollTimeoutInMs" : 10000,
"watchdogPeriodInMs" : 30000,
"declaredDeadIntervalInMs" : 120000,
"neighborsEnrollerPeriodInMs" : 30000,
"maxEnrollmentRetries" : 3
},
"policySets" : {
"security-manager" : "default",
"flow-allocator" : "default",
"namespace-manager" : "default",
"routing" : "link-state",
"resource-allocator" : "default"
}
} ]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment