aboutsummaryrefslogtreecommitdiff
path: root/template/dev_pages/t3sserakt.html.j2
blob: 3a4116a34ff8915374a31d5d298668146ab28b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{% extends "common/base.j2" %}
{% block body_content %}
<main id="maincontent">
<!-- Jumbotron -->
<div>
  <div class="container">
    <div class="row">
      <div class="container text-center">
        <h1>{{ _("Developer page: t3sserakt") }}</h1>
      </div>
    </div>

    <div class="container text-center">
      <img src="{{ url_static('images/t3sserakt.jpg') }}"  alt="t3sserakt" />
    </div>
  </div>
</div>
<div class="container-fluid greybox">
  <div class="container">
    <div class="row">
      <div class="col-lg-2"></div>
      <div class="col-lg-6">
        <section>
        <h2>{{ _("Current Work") }}</h2>
        <p>
        {% trans %}
	     Today consumer devices are behind a NAT quite often, restricting internet connectivity. There are several methods to reach peers being
behind a NAT, but there are as many reasons those existing methods might fail. We will implement a new way of NAT traversal that we
think of being independent from the existing network configuration, and does not require a third party which is not natted helping two
peers to connect to each other. For details have a look on the <a href="../probnat/">project page</a>
     	  {% endtrans %}
        </p>
        </section>
      </div>
    </div>
  </div>
</div>
<div class="container-fluid">
  <div class="container">
      <div class="row">
      <div class="col-lg-2"></div>
      <div class="col-lg-6">
      <section>
        <h2>{{ _("Past Project") }}</h2>

	<h3>{{ _("Transport Next Generation") }}</h3>
	<p>
	  {% trans %}
          The current GNUnet TRANSPORT architecture with its pluggable transport mechanism (TCP, UDP, HTTP(S) and other protocols) together with the ATS subsystem for bandwidth allocation and choosing plugins has several issues with its design. With the Layer-2-Overlay project we like to implement the design goals of the future GNUnet TRANSPORT Next Generation (TNG) subsystem. For details have a look on the <a href="../l2o/">project page</a>.
      {% endtrans %}
	</p>
        </section>
      </div>
    </div>
  </div>
</div>
<div class="container-fluid greybox">
  <div class="container">
      <div class="row">
      <div class="col-lg-2"></div>
      <div class="col-lg-6">
      <section>
        <h2>{{ _("Voluntary Work") }}</h2>
        <p>
          {% trans %}
            In the past I have tried to help making the vision of the <a href="http://secushare.org">secushare</a> project a reality. To achieve this the GNUnet framework was the perfect match for a solution to fullfill the privacy preserving part of that vision, and we could concentrate to build a tool for social communication that deserves its name. While trying to use GNUnet, we found and fixed bugs. For example there was one <a href="https://bugs.gnunet.org/view.php?id=5822">bug</a> in CADET which prevented the re-establishment of a connection after a communication partner suddenly stopped communicating. From our perspective there is no alternativ to GNUnet, which led us to first bring the parts of GNUnet needed by secushare to a state that they can be used prouctively.
          {% endtrans %}
        </p>
        </section>
      </div>
    </div>
  </div>
</div>
<div class="container-fluid">
  <div class="container">
      <div class="row">
      <div class="col-lg-2"></div>
      <div class="col-lg-6">
      <section>
        <h2>{{ _("Contact Information") }}</h2>
        <p>
	  <div class="container">
	    <div class="row">
	      <div class="col-lg-2">Mail:</div>
      	      <div class="col-lg-6">t3sserakt@gnunet.org</div>
	    </div>
	    <div class="row">
	      <div class="col-lg-2">Mastodon:</div>
      	      <div class="col-lg-6"><a rel="me" href="https://c3d2.social/@t3sserakt">@t3sserakt@c3d2.social</a></div>
	    </div>
	    <div class="row">
	      <div class="col-lg-2">Matrix:</div>
      	      <div class="col-lg-6">@t3sserakt:tchncs.de</div>
	    </div>
	    <div class="row">
	      <div class="col-lg-2">PGP:</div>
      	      <div class="col-lg-6"><a href="https://keyoxide.org/hkp/34156165BAC792A688C990CFC9A2D9D808FF308D">keyoxide</a></div>
	    </div>
	  </div>
        </p>
        </section>
      </div>
    </div>
  </div>
</div>
{% endblock body_content %}