-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
232 lines (128 loc) · 7.74 KB
/
index.html
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="OTI Work Blog" />
<meta property="og:description" content="A place for OTI to put shorter updates on the projects we're working on." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://opentechinstitute.github.io/" />
<meta property="og:updated_time" content="2017-11-01T17:00:08+00:00"/>
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="OTI Work Blog"/>
<meta name="twitter:description" content="A place for OTI to put shorter updates on the projects we're working on."/>
<meta name="twitter:site" content="@OTI"/>
<meta name="generator" content="Hugo 0.30.2" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Blog",
"headline": "OTI Work Blog",
"url" : "https://opentechinstitute.github.io/",
"author": {
"@type": "Person",
"name": "OTI"
},
"dateModified": "2017-11-01T17:00:08+00:00",
"keywords": "m-lab,measurement-kit,raspberry-pi,resin.io,",
"description": "A place for OTI to put shorter updates on the projects we're working on."
}
</script>
<link rel="canonical" href="https://opentechinstitute.github.io/">
<title>OTI Work Blog</title>
<!-- combined, minified CSS -->
<link href="https://opentechinstitute.github.io/css/style.css" rel="stylesheet" integrity="sha384-zYRhIy0/Yl1e5lW9cimY1AugfdkHChXyCbs2NKFaLTgeQjVfj/CMPIUdjXm/JPWV" crossorigin="anonymous">
<!-- RSS 2.0 feed -->
<link href="https://opentechinstitute.github.io/index.xml" rel="alternate" type="application/rss+xml" title="OTI Work Blog" />
</head>
<body>
<div class="blog-masthead">
<div class="container">
<nav class="nav blog-nav">
<a class="nav-link active" href="https://opentechinstitute.github.io/">Home</a>
<a class="nav-link" href="https://opentechinstitute.github.io/concept/concept/">Concept</a>
</nav>
</div>
</div>
<header class="blog-header">
<div class="container">
<h1 class="blog-title"><a href="https://opentechinstitute.github.io/" rel="home">OTI Work Blog</a></h1>
<p class="lead blog-description">A place for OTI to put shorter updates on the projects we’re working on.</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
<article class="blog-post">
<header>
<h2 class="blog-post-title"><a href="https://opentechinstitute.github.io/2017/11/matrix-and-oti-at-mozfest/">Matrix and OTI at Mozfest</a></h2>
<p class="blog-post-meta"><time datetime="2017-11-01T17:00:08Z">Wed Nov 01, 2017</time> by Ross Schulman</p>
</header>
At last weekend’s Mozilla Festival (Mozfest for short), the annual open web/internet freedom conference/party, OTI facilitated an astonishing number of sessions. Within the Decentralization space, we organized a local and portable chat server, using Matrix, that was available to attendees as an alternative to platforms like Slack or Google Hangouts. In this context, the community retains control over the Matrix service because it lives on a box that they can hold in their hands.
<a href='https://opentechinstitute.github.io/2017/11/matrix-and-oti-at-mozfest/'>Read more →</a>
</article>
<article class="blog-post">
<header>
<h2 class="blog-post-title"><a href="https://opentechinstitute.github.io/2017/10/deploying-and-managing-a-fleet-of-measurement-kit-devices/">Deploying and Managing a Fleet of Measurement Kit Devices</a></h2>
<p class="blog-post-meta"><time datetime="2017-10-31T10:02:53-04:00">Tue Oct 31, 2017</time> by Chris Ritzo in
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/tags/m-lab" rel="tag">M-Lab</a>, <a href="/tags/resin.io" rel="tag">Resin.io</a>, <a href="/tags/measurement-kit" rel="tag">Measurement Kit</a>
</p>
</header>
In our pilot project, Measuring Broadband in Schools, we used small Odroid computers running the Network Diagnostic Tool (NDT) to measure internet health in public school classrooms in Alexandria, Virginia. Installing and running code on these computers was done manually and managing them was a bit of a headache. The project was a prototype, intended to be short-term, so while setup and management was manual a more sustainable next stage solution had to be devised.
<a href='https://opentechinstitute.github.io/2017/10/deploying-and-managing-a-fleet-of-measurement-kit-devices/'>Read more →</a>
</article>
<article class="blog-post">
<header>
<h2 class="blog-post-title"><a href="https://opentechinstitute.github.io/2017/10/building-raspberry-pi-m-lab-autotester/">Building Raspberry Pi M Lab Autotester</a></h2>
<p class="blog-post-meta"><time datetime="2017-10-24T10:02:53-04:00">Tue Oct 24, 2017</time> by Chris Ritzo in
<i class="fa fa-tag" aria-hidden="true"></i> <a href="/tags/m-lab" rel="tag">M-Lab</a>, <a href="/tags/raspberry-pi" rel="tag">Raspberry Pi</a>, <a href="/tags/measurement-kit" rel="tag">Measurement Kit</a>
</p>
</header>
As anyone who has run a network measurement test more than once will tell you, a single measurement is not as good as the trend of test results over time. Measurement Lab’s (M-Lab) extension for Google Chrome lets you schedule tests and see trends over time, but you have to leave Chrome open all the time to get the benefit. Other measurement initiatives like RIPE Atlas, OONI, and others, have developed a small, dedicated testing device that’s connected to a network which runs tests automatically.
<a href='https://opentechinstitute.github.io/2017/10/building-raspberry-pi-m-lab-autotester/'>Read more →</a>
</article>
</div> <!-- /.blog-main -->
<aside class="col-sm-3 ml-auto blog-sidebar">
<section class="sidebar-module sidebar-module-inset">
<h4>About</h4>
<p>Follow OTI’s work progress on tech projects here!</p>
</section>
<section class="sidebar-module">
<h4>Recent Posts</h4>
<ol class="list-unstyled">
<li><a href="/2017/11/matrix-and-oti-at-mozfest/">Matrix and OTI at Mozfest</a></li>
<li><a href="/2017/10/deploying-and-managing-a-fleet-of-measurement-kit-devices/">Deploying and Managing a Fleet of Measurement Kit Devices</a></li>
<li><a href="/2017/10/building-raspberry-pi-m-lab-autotester/">Building Raspberry Pi M Lab Autotester</a></li>
</ol>
</section>
<section class="sidebar-module">
<h4>Links</h4>
<ol class="list-unstyled">
<li><a href="https://github.com/opentechinstitute/">OTI Github</a></li>
<li><a href="https://opentechnologyinstitute.org">Open Technology Institute</a></li>
</ol>
</section>
</aside>
</div> <!-- /.row -->
</div> <!-- /.container -->
<footer class="blog-footer">
<p>
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
</p>
<p>
<a href="#">Back to top</a>
</p>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.opentechinstitute.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</footer>
</body>
</html>