aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-11-03 08:00:19 +0100
committert3sserakt <t3ss@posteo.de>2023-11-03 08:00:19 +0100
commit38f574202b2ec2a24729e7db56fcfd66133cce96 (patch)
treec15edec04bfb5081e3ff11c2cc15a8fdd1bfcde7
parent5aa0624fe59aabfacdad37a4342f4b86321ec07a (diff)
downloadwww-38f574202b2ec2a24729e7db56fcfd66133cce96.tar.gz
www-38f574202b2ec2a24729e7db56fcfd66133cce96.zip
added L2O milestone 9 page and new project page Probnat.
-rw-r--r--template/l2o/index.html.j22
-rw-r--r--template/probnat/index.html.j230
2 files changed, 22 insertions, 10 deletions
diff --git a/template/l2o/index.html.j2 b/template/l2o/index.html.j2
index 9bccae22..9ce82969 100644
--- a/template/l2o/index.html.j2
+++ b/template/l2o/index.html.j2
@@ -260,7 +260,7 @@ time being, extensive manual testing and certainly bug fixing is necessary.
260 <h4>Deliverable</h4><br/> 260 <h4>Deliverable</h4><br/>
261 <p> 261 <p>
262 {% trans %} 262 {% trans %}
263 GNUnet release running with new API. 263 GNUnet release running with new API. More <a href="mile9.html">Details</a>.
264 {% endtrans %} 264 {% endtrans %}
265 </p><br/> 265 </p><br/>
266 </section> 266 </section>
diff --git a/template/probnat/index.html.j2 b/template/probnat/index.html.j2
index 077543e3..2daffb1f 100644
--- a/template/probnat/index.html.j2
+++ b/template/probnat/index.html.j2
@@ -171,35 +171,47 @@ stack. Man pages for the cli applications. First release of all the implementati
171 </p><br/> 171 </p><br/>
172 </section> 172 </section>
173 173
174 <h3><a name="milestone6" class="subnav-anchor"></a>{{ _("Milestone 6 Port Range Optimization") }}</h3><br/> 174 <h3><a name="milestone6" class="subnav-anchor"></a>{{ _("Milestone 6 Android Test Infrastructure") }}</h3><br/>
175 <section> 175 <section>
176 <p> 176 <p>
177 {% trans %} 177 {% trans %}
178 Detect likely port ranges (peers exchanging lists of 'working' IP+Port combinations). 178 In this milestone the test framework will be enhanced to run a headless android studio emulator on a namespace node. With this emulator an android device running on that node shall be emulated. Two devices running on different nodes should reach each other via the test framework network. For doing the network connection an app should run on each device. This app should do the networking with a small c library. With this c library we like to test if networking and file access is possible with a c library running using the NDK of Android.
179 {% endtrans %} 179 {% endtrans %}
180 </p><br/> 180 </p><br/>
181 <h4>Deliverable</h4><br/> 181 <h4>Deliverable</h4><br/>
182 <p> 182 <p>
183 {% trans %} 183 {% trans %}
184 Test case with setup using specific port ranges testing use of port subset. First 184 The deliverable of this milestone is twofold: the scripts for automation and the automated tests themselves, and a report on the outcome of these tests. If the test case starting an Android app on two nodes doing network communication between those two apps and each app accessing its own filesystem will not work as expected, the task includes an overview of potential approaches for achieving the desired outcomes in other ways.
185optimization release.
186 {% endtrans %} 185 {% endtrans %}
187 </p><br/> 186 </p><br/>
188 </section> 187 </section>
189 188
190 <h3><a name="milestone6" class="subnav-anchor"></a>{{ _("Milestone 7 Optimization") }}</h3><br/> 189 <h3><a name="milestone6" class="subnav-anchor"></a>{{ _("Milestone 7 GNUnet event loop on Android") }}</h3><br/>
191 <section> 190 <section>
192 <p> 191 <p>
193 {% trans %} 192 {% trans %}
194 Prioritize likely working IP addresses (no point in trying to go from 10.x to 192.168.x). There might 193 The c library should also start the GNUnet event loop. Therefore the library will be enhanced by a minimal part of the GNUnet stack to start the event loop. The testing code will be enhanced to use the event loop.
195be optimization we do not know anything about yet.
196 {% endtrans %} 194 {% endtrans %}
197 </p><br/> 195 </p><br/>
198 <h4>Deliverable</h4><br/> 196 <h4>Deliverable</h4><br/>
199 <p> 197 <p>
200 {% trans %} 198 {% trans %}
201 Test case with setup using specific IP addresses testing if not all available IP addresses 199 The deliverable of this milestone is twofold: the scripts for automation and the automated tests themselves, and a report on the outcome of these tests. If the test case testing the same functionality as in milestone 6, but using the GNUnet event loop, will not work as expected, the task includes an overview of potential approaches for achieving the desired outcomes in other ways.
202are used. Test cases testing general optimization. Second optimization release. 200 {% endtrans %}
201 </p><br/>
202 </section>
203
204 <h3><a name="milestone6" class="subnav-anchor"></a>{{ _("Milestone 8 Enhance GNUnet stack on Android") }}</h3><br/>
205 <section>
206 <p>
207 {% trans %}
208 The working test cases of milestone 6 and 7 are prerequisites to tackle this milestone! The library will be enhanced to incorporate the parts of the GNUnet stack necessary to run the test case implemented in the milestones 1 -4.
209 {% endtrans %}
210 </p><br/>
211 <h4>Deliverable</h4><br/>
212 <p>
213 {% trans %}
214 Test case testing the same functionality as in milestone 1 - 4 running on Android.
203 {% endtrans %} 215 {% endtrans %}
204 </p><br/> 216 </p><br/>
205 </section> 217 </section>