From afb4ce2c2a266338d5760038e1f6de41521adc63 Mon Sep 17 00:00:00 2001 From: t3serakt Date: Tue, 12 Mar 2024 09:26:52 +0100 Subject: Added milestone 9 for L2O and milestone 1 for ProbNat --- template/probnat/mile1.html.j2 | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 template/probnat/mile1.html.j2 (limited to 'template/probnat/mile1.html.j2') diff --git a/template/probnat/mile1.html.j2 b/template/probnat/mile1.html.j2 new file mode 100644 index 00000000..8499fec3 --- /dev/null +++ b/template/probnat/mile1.html.j2 @@ -0,0 +1,84 @@ +{% extends "common/base.j2" %} +{% block body_content %} +
+
+ +
+

{{ _("NGI Assure project: Probabilistic NAT Traversal") }}

+
+ +
+ +
+ +

Implementation details milestone 1

+ +
+

{{ _("See revision 4b2303a on branch dev/t3ss/probnat") }}

+

+ {% trans %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
src/service/transport/nat_router.shTest framework router component to fake kernel behavior to keep a port of an outgoing connection open.
scripts/netjail/nat_node_test.shTest script to just send test messages to another node to open up a port.
scripts/netjail/getmsg.shTest script to receive test messages from nat_node_test.sh.
est_transport_plugin_cmd_nat_mapping.cTestcase to start the script which sends test messages to open up ports.
test_transport_nat_mapping_topo.confConfiguration for the test case.
test_transport_nat_mapping.shScript to start the test case.
scripts/Makefile.amAdded nat_node_test.sh and getmsg.sh.
scripts/netjail/netjail_start.shAdded node nummber parameter to node start script, and make the script run in background.
scripts/netjail/netjail_stop.shAdded node nummber parameter to node stop script.
src/service/testing/testing_api_cmd_exec_bash_script.cBugfixing the script that was initially implemented to do explorative testing of transport integrsation, and which is now also used to start the script which sends test messages.
src/service/transport/Makefile.amAdded test_transport_plugin_cmd_nat_mapping.c
+ {% endtrans %} +

+
+ + +
+
+ +
+{% endblock body_content %} -- cgit v1.2.3