summaryrefslogtreecommitdiff
path: root/network.html
blob: 7aa71caca57dd1f2435d16e441f349b4548936fe (plain)
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
<!DOCTYPE html>
<head>
<title>A Distributed Network Idea</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/>
<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/>
</head>
<body>
<div class="content">
<pre>
<!--
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
一二三四
-->--------------------------------------------------------------------------------

<a href="https://hairydiode.xyz">>HairyDiode</a>                                             

--------------------------------------------------------------------------------
<!--
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
一二三四-->A Distributed Network Idea                                              1-3-2018
--------------------------------------------------------------------------------
So recently I had this idea for a distributed network that i'm planning on
trying to build. To start off with I'm making my own SDR development device
called an Omnicom, which I'll write about later.
You can read about it <a href="https://hairydiode.xyz/network.pdf">here</a>, but I warn you it's not actually a
properly formatted LaTeX file, and it's mostly a rough outline of what I'm
doing. A more fleshed out copy should come sometime next week.
</pre>
</div>
<br>
<br>
</body>
<!-- 
if you're digging in the src you might be interested in how this site works
here: https://hairydiode.xyz/meta2 
-->