-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (138 loc) · 6.46 KB
/
index.html
File metadata and controls
145 lines (138 loc) · 6.46 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
layout: default
---
<main role="main">
<section class="hero is-primary is-medium" id="top-banner">
<div class="hero-body">
<div class="container">
<h1 class="title has-text-weight-bold">An Open, Encrypted Network by the People</h1>
<h2 class="subtitle">Mass Mesh is a community of networking enthusiasts focused on enabling highly secure
communications between people and servers.</h2>
</div>
</div>
<div class="hero-foot has-background-dark">
<div class="container">
<p><span class="has-text-weight-bold">* Not living in Massachusetts?</span> Find your nearest community-owned
network at <a class="has-text-link" href="https://jointhemesh.net">jointhemesh.net</a>.</p>
</div>
</div>
</section>
<div class="container">
<section class="section" id="CallToAction">
<div class="content has-text-centered has-text-weight-bold">
<p class="is-size-5">If you care about the Internet,
<span class="has-text-weight-bold">we need your help!</span>
</p>
<br>
<div class="level is-medium">
<div class="level-item has-text-centered">
<a class="link" href="https://github.com/massmesh/">
<div class="">
<p class="heading">Contribute Code</p>
<p class="title"><span class="icon has-text-dark">
<ion-icon name="logo-github"></ion-icon>
</span></p>
</div>
</a>
</div>
<div class="level-item has-text-centered">
<a class="link" href="https://riot.im/app/#/group/+massmesh:matrix.org">
<div class="">
<p class="heading">Chat With Us</p>
<p class="title"><span class="icon has-text-dark">
<ion-icon name="chatbubbles"></ion-icon>
</span></p>
</div>
</a>
</div>
<div class="level-item has-text-centered">
<a class="link" href="https://massmesh.org/wiki/index.php?title=Contact_and_Meeting_Info">
<div class="">
<p class="heading">Attend An Event</p>
<p class="title"><span class="icon has-text-dark">
<ion-icon name="calendar"></ion-icon>
</span></p>
</div>
</a>
</div>
</div>
</section>
<section class="section">
<h1 class="title is-1">Join Our Open Network</h1>
<p class="is-size-6">Anyone can join our <a href="https://github.com/MassMesh/governance/blob/main/ncl.md">open
network</a>. Just follow the <a href="https://massmesh.org/wiki/index.php?title=Node_Setup">DIY Mesh Node</a>
guide. Having trouble with your mesh node? Have a cool idea to share? Join us on <a
href="https://riot.im/app/#/group/+massmesh:matrix.org">Matrix
chat</a>!</p>
<br>
<div class="content">
<h1 class="title is-4">The Protocol</h1>
<p class="is-size-6">Right now, the network is 100% <a
href="https://yggdrasil-network.github.io/">Yggdrasil</a>. If you would like to bridge another network onto
ours, that's your right! Please just be mindful of the <a
href="https://github.com/MassMesh/governance/blob/main/ncl.md">Network Commons License</a>.</p>
<p class="is-size-6">Because we're using Yggdrasil, our network has the following attributes (taken from the Yggdrasil project pages):</p>
<ul>
<li>End-to-end encryption for all traffic across the network</li>
<li>Decentralised routing information shared using a DHT</li>
<li>Cryptographically-bound IPv6 addresses</li>
<li>Node is aware of its relative location to other nodes</li>
<li>IPv6 address remains with the device even if moved</li>
<li>Topology extends gracefully across different mediums, i.e. mesh</li>
</ul>
<h1 class="title is-4">The Rules</h1>
<p class="is-size-6">Our network has some rules, which you can find in the <a
href="https://github.com/MassMesh/governance/blob/main/ncl.md">Network Commons License</a>, and they boil
down to roughly the following:</p>
<ul>
<li>Participants are free to use the network for any purpose that does not limit the freedom of others to do
the
same.</li>
<li>Participants are free to know how the network and its components function.</li>
<li>Participants are free to offer and accept services on the network on their own terms.</li>
<li>You have the right to join the network, and the obligation to extend this set of rights to anyone
according
to the
same conditions.</li>
</ul>
</div>
<div style="position: relative; height: 500px;">
{% include map.html %}
</div>
</section>
<section class="section">
<div class="columns">
<div class="column">
<h1 class="title">Contribute To Our Technology</h1>
<div class="level">
<div class="level-item">
<figure class="image is-128x128">
<a href="https://yggdrasil-network.github.io"><img src="images/yggdrasil-network-logo-black.png"
alt="Yggdrasil Network" class=""></img></a>
</figure>
</div>
<div class="level-item">
<figure class="image is-128x128">
<a href="https://openwrt.org/"><img src="images/openwrt-logo-dark-blue.png" alt="Open Wrt"></a>
</figure>
</div>
<div class="level-item">
<figure class="image is-128x128">
<a href="https://python.org/"><img src="images/python-logo.png" alt="Python"></a>
</figure>
</div>
<div class="level-item">
<figure class="image is-128x128">
<a href="https://golang.org/"><img src="images/go-logo.png" alt="Golang"></a>
</figure>
</div>
</div>
<p class="is-size-5">If you would like to get involved with the technology team, please join us on <a
href="https://riot.im/app/#/group/+massmesh:matrix.org">Matrix
chat</a> and introduce yourself! You can also
browse all of our source code on our <a href="https://github.com/massmesh/">Github</a>.</p>
</div>
</div>
</section>
</div>
</main>