2020-02-24 20:06:04 +00:00
|
|
|
<html>
|
2020-12-30 04:53:22 +00:00
|
|
|
|
2020-02-24 20:06:04 +00:00
|
|
|
<head>
|
|
|
|
<title>FemtoStar</title>
|
|
|
|
<style>
|
|
|
|
html, body {
|
2020-07-31 21:29:05 +00:00
|
|
|
background-color: #00111d;
|
|
|
|
color: #ffffff;
|
2020-12-30 04:57:25 +00:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
|
|
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
|
|
|
|
"Helvetica Neue", sans-serif;
|
2020-02-24 20:06:04 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
margin-top: -0.8em;
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
width: 640px;
|
|
|
|
}
|
2020-07-31 21:32:01 +00:00
|
|
|
a:link {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2020-02-24 20:06:04 +00:00
|
|
|
</style>
|
2020-02-24 19:56:08 +00:00
|
|
|
</head>
|
2020-02-24 19:13:03 +00:00
|
|
|
<body>
|
2020-07-31 21:26:27 +00:00
|
|
|
<img src="femtostar_logo.png" width="240" height="240">
|
2020-07-31 21:37:10 +00:00
|
|
|
<h2>Satellite communications built for privacy.</h2>
|
2020-02-24 20:06:04 +00:00
|
|
|
<p>
|
2020-07-31 21:37:10 +00:00
|
|
|
The FemtoStar Project wants to develop a low-cost satellite network
|
|
|
|
for global communication, with end-to-end encryption, verifiable anonymity, geolocation-resistance by design,
|
|
|
|
and powered by free software, from the user terminal, to the spacecraft, to the ground
|
|
|
|
station. We've named our design FemtoStar, and written a <a href="femtostar.pdf">document
|
|
|
|
explaining the proposed system</a>.
|
2020-02-24 20:06:04 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2020-07-31 21:37:10 +00:00
|
|
|
We're a small team of developers and hardware guys, not a startup company, and we want
|
2020-02-24 20:06:04 +00:00
|
|
|
to involve the privacy community in every step of the process.
|
|
|
|
</p>
|
2020-05-06 01:53:41 +00:00
|
|
|
<p>
|
|
|
|
Questions? Comments? Want to chat about satellites?
|
|
|
|
Visit us on Matrix at <a href="https://matrix.to/#/!COEHOXujBzfAHAVzPG:matrix.org?via=matrix.org">#femtostar:matrix.org</a>.
|
2020-05-06 01:57:22 +00:00
|
|
|
Alternatively, shoot us a Reddit message at /u/FemtoStar, or email us
|
2020-07-31 21:22:33 +00:00
|
|
|
at [the name of this site/our satellite] at tutanota.com.
|
2020-02-24 20:06:04 +00:00
|
|
|
</p>
|
|
|
|
</body>
|
2020-05-06 01:53:41 +00:00
|
|
|
</html>
|