oasis-project.pub
This commit is contained in:
parent
8080b8be65
commit
c9bf099c29
184 changed files with 244310 additions and 0 deletions
235
subdirectorios/technologies.html
Normal file
235
subdirectorios/technologies.html
Normal file
|
|
@ -0,0 +1,235 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Technologies - OASIS</title>
|
||||
<link rel="stylesheet" href="technologies.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section class="screen technologies">
|
||||
<div class="content wide">
|
||||
<h1>TECHNOLOGIES</h1>
|
||||
|
||||
|
||||
|
||||
<!-- SECTION 0: SOLARNETHUB -->
|
||||
<h2>SOLARNETHUB</h2>
|
||||
<div class="card-group">
|
||||
<div class="card-double">
|
||||
<h3>THE KIT</h3>
|
||||
<p>Not only a Network, made of software, also a hardware Kit! Resilient, sustainable, portable to survive and connect everywere! </p>
|
||||
<p>You can make it yourself or support oasis-project and buy it here </p>
|
||||
<div class="buttons">
|
||||
<a href="https://wiki.solarnethub.com/stock/submit_request" class="btn">I WANT IT!</a>
|
||||
<a href="https://code.solarnethub.com/" class="btn">DIY</a>
|
||||
</div>
|
||||
<div class="extra-info">
|
||||
<p>You can make it yourself or support oasis-project and buy it here </p>
|
||||
<a href="https://wiki.solarnethub.com/stock/submit_request"><img src="../images/kit.webp" /></a>
|
||||
<p>You can make it yourself or support oasis-project and buy it here </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SECTION 1: SELF HOSTED Y ENCRIPTED -->
|
||||
<h2>SELF HOSTED & ENCRIPTED</h2>
|
||||
<div class="card-group">
|
||||
<div class="card">
|
||||
<h3>Local Activation</h3>
|
||||
<p>OASIS runs directly on your Linux system. When started, it launches your browser into a locally hosted node interface.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/javascript.webp" alt="Local activation diagram" class="code-image" />
|
||||
<pre><code>Hack the planet</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Markdown-Based Frontend</h3>
|
||||
<p>The entire user interface is based on Markdown rendering, making it one of the most auditable, minimal and secure UIs.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/markdown.webp" alt="Markdown frontend" class="code-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Offline & Replication Recovery</h3>
|
||||
<p>Each user replicates content they support. If your node is lost, you can recover your content through trusted peers.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/offline_recovery.webp" alt="Replication model" class="code-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Cryptographic Feed Integrity</h3>
|
||||
<p>All the content is signed using Ed25519. Every post, connection or interaction is verifiable and immutable.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/cubitos.webp" alt="Encryption schema" class="code-image" />
|
||||
<pre><code>HACK THE PLANET</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SECTION 2: DECENTRALIZED & FEDERATED -->
|
||||
<h2>DECENTRALIZED & DISTRIBUTED</h2>
|
||||
<div class="card-group">
|
||||
<div class="card">
|
||||
<h3>Scuttlebutt Protocol</h3>
|
||||
<p>Based on append-only logs, where each peer maintains a personal chain of content replicated via trust.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/scuttlebut_logoo.webp" alt="SSB architecture" class="code-image" />
|
||||
<p>Scuttlebut was released in 2017 and presented in the CCC</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Gossip Communication</h3>
|
||||
<p>Data propagates peer-to-peer through the Gossip protocol, ensuring high fault-tolerance and antifragility.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/3dnodos1.webp" alt="gossip" class="code-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Modular Plugin Architecture</h3>
|
||||
<p>Extendable via plugins such as torrents, WebRTC video calls, PDF renderers and more. All using secure JavaScript modules.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/modularized.webp" alt="modularized" class="code-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Non-indexed Trustnet</h3>
|
||||
<p>There is no search engine to find every user, you can only view the habitants you support</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/support.webp" alt="nontrustedindex" class="code-image" />
|
||||
<p>PUBs act as community mirrors with HTTPS frontends, making content accessible from the clearnet while preserving protoco>
|
||||
<p>Each PUB is a sovereign node. Federation exists only as a convenience layer, not a point of control.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SECTION 3: BLOCKCHAIN FOR THE PEOPLE -->
|
||||
<h2>BLOCKCHAIN FOR THE PEOPLE</h2>
|
||||
<div class="card-group">
|
||||
<div class="card">
|
||||
<h3>Unmutable Data</h3>
|
||||
<p>Replicability enabled by blockchain ensures that once data is recorded, it remains consistent and available across all nodes, making tampering virtually impossible.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/inmutable.webp" alt="unmutable" class="code-image" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3>Ecoin</h3>
|
||||
<p>ECOin is a crypto-currency with the goal of providing a long-term energy-efficient digital economy strategy.</p>
|
||||
<div class="extra-info">
|
||||
<img src="../images/0ASIS_WEB_PEN/ecoin.webp" alt="ecoin" class="code-image" />
|
||||
<p>It uses -SCRYPT algorithm- and implements 3 different mining systems.</p>
|
||||
<p>Proof-Of-Work <br /> Proof-Of-Stake <br />Proof-Of-Transaction <br></br>
|
||||
There is no maximum number of coins, through the estimated coinbase size will be roughly 225 million ECO.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<h2>OSI LAYERS</h2>
|
||||
|
||||
<section class="screen screen-overview">
|
||||
<table class="layered-cubes">
|
||||
<colgroup>
|
||||
<col class="c1">
|
||||
<col class="c2">
|
||||
<col class="c3">
|
||||
<col class="c4">
|
||||
<col class="c5">
|
||||
<col class="c6">
|
||||
<col class="c7">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Physical_layer" target="_blank">PHYSYCAL</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Data_link_layer" target="_blank">DATA LINK</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Network_layer" target="_blank">NETWORK</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Transport_layer" target="_blank">TRANSPORT</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Session_layer" target="_blank">SESSION</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Presentation_layer" target="_blank">PRESENTATION</a></th>
|
||||
<th><a href="https://en.wikipedia.org/wiki/Application_layer" target="_blank">APPLICATION</a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://awesome-selfhosted.net/" target="_blank">SELF HOSTED</a></td>
|
||||
<td colspan="2"><a href="https://www.geeksforgeeks.org/system-design/gossip-protocol-in-disrtibuted-systems/" target="_blank">GOSSIP<br>COMMUNICATION</a></td>
|
||||
<td colspan="2"><a href="https://en.wikipedia.org/wiki/Secure_Hash_Algorithms" target="_blank">CRYPTOGRAPHIC<br>FEED INTEGRITY</a></td>
|
||||
<td><a href="https://en.wikipedia.org/wiki/Markdown" target="_blank">MARKDOWN<br>FRONTEND</a></td>
|
||||
<td><a href="https://wiki.solarnethub.com/socialnet/overview" target="_blank">SOCIAL NETWORK</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="2"><a href="https://en.wikipedia.org/wiki/Data_replication" target="_blank">OFFLINE REPLICATION</a></td>
|
||||
<td></td>
|
||||
<td><a href="https://en.wikipedia.org/wiki/Social_network_centralization" target="_blank">NON INDEXED<br>TRUSTNET</a></td>
|
||||
<td></td>
|
||||
<td><a href="https://wiki.solarnethub.com/socialnet/overview" target="_blank">MARKET</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="https://en.wikipedia.org/wiki/Blockchain" target="_blank">IMMUTABLE</a></td>
|
||||
<td colspan="3"><a href="https://en.wikipedia.org/wiki/Scuttlebutt" target="_blank">SCUTTLEBUTT</a></td>
|
||||
<td></td>
|
||||
<td><a href="https://code.03c8.net/epsylon/ecoin/" target="_blank">ECOIN</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="7"><a href="https://wiki.solarnethub.com/stock/submit_request" target="_blank">KIT</a></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!-- COMPARATIVE TABLE -->
|
||||
<h2>CAPABILITY COMPARISON</h2>
|
||||
<h3>Oasis added to the secushare capability comparation table </h3>
|
||||
<table class="comparison-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Requirement</th>
|
||||
<th><img src="../images/logos/oasis.svg" width="34" alt="OASIS" /></th>
|
||||
<th><img src="../images/logos/facebook.svg" width="24" alt="Facebook" /></th>
|
||||
<th><img src="../images/logos/xmpp.png" width="24" alt="XMPP" /></th>
|
||||
<th>SVPN</th>
|
||||
<th><img src="../images/logos/mastodon.svg" width="24" alt="Mastodon" /></th>
|
||||
<th><img src="../images/logos/tor.png" width="24" alt="Tor" /></th>
|
||||
<th><img src="../images/logos/ssb_tor.png" width="24" alt="SSB+Tor" /></th>
|
||||
<th><img src="../images/logos/retroshare.png" width="24" alt="Retroshare" /></th>
|
||||
<th><img src="../images/logos/retroshare_tor.png" width="24" alt="Retroshare+Tor" /></th>
|
||||
<th><img src="../images/logos/nightweb.png" width="24" alt="Nightweb" /></th>
|
||||
<th><img src="../images/secushare-0444.png" width="24" alt="Secushare" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>Link Encryption</td><td>✓</td><td>✓</td><td>⊕</td><td>⊕</td><td>⊕</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr>
|
||||
<tr><td>Forward Secrecy</td><td>✓</td><td>⊝</td><td>⊝</td><td>⊙</td><td>⊝</td><td>⊕</td><td>✓</td><td>⊝</td><td>✓</td><td>✓</td><td>⊕</td></tr>
|
||||
<tr><td>E2E Encryption</td><td>✓</td><td>––</td><td>✗</td><td>⊙</td><td>––</td><td>––</td><td>✓</td><td>✓</td><td>✓</td><td>⊙</td><td>✓</td></tr>
|
||||
<tr><td>No Strangers</td><td>⊝</td><td>––</td><td>✗</td><td>✗</td><td>✗</td><td>✖</td><td>––</td><td>✓</td><td>✓</td><td>✓</td><td>✓</td></tr>
|
||||
<tr><td>Secret Friends</td><td>✓</td><td>––</td><td>––</td><td>⊕</td><td>––</td><td>✖</td><td>––</td><td>✗</td><td>✓</td><td>✓</td><td>⊕</td></tr>
|
||||
<tr><td>Untraceability</td><td>✓</td><td>––</td><td>––</td><td>––</td><td>––</td><td>✖</td><td>⊕</td><td>––</td><td>⊕</td><td>⊕</td><td>⊕</td></tr>
|
||||
<tr><td>Unobservability</td><td>✓</td><td>––</td><td>––</td><td>⊙</td><td>––</td><td>✖</td><td>⊕</td><td>––</td><td>⊕</td><td>✓</td><td>✓</td></tr>
|
||||
<tr><td>Post Deniability</td><td>✓</td><td>✗</td><td>––</td><td>––</td><td>––</td><td>✗</td><td>✗</td><td>✗</td><td>⊝</td><td>⊙</td><td>⊙</td></tr>
|
||||
<tr><td>Lightweight</td><td>✓</td><td>✓</td><td>✓</td><td>⊙</td><td>––</td><td>✓</td><td>✗</td><td>⊝</td><td>⊕</td><td>✗</td><td>⊕</td></tr>
|
||||
<tr><td>Group Encryption</td><td>✓</td><td>––</td><td>✗</td><td>––</td><td>––</td><td>✗</td><td>✗</td><td>✓</td><td>✓</td><td>⊙</td><td>⊕</td></tr>
|
||||
<tr><td>Distribution</td><td>✓</td><td>✓</td><td>✗</td><td>––</td><td>––</td><td>––</td><td>⊕</td><td>⊕</td><td>⊕</td><td>⊕</td><td>⊕</td></tr>
|
||||
<tr><td>Relay Backbone</td><td>✓</td><td>✓</td><td>⊝</td><td>⊝</td><td>⊝</td><td>⊕</td><td>✓</td><td>⊝</td><td>⊝</td><td>⊝</td><td>⊕</td></tr>
|
||||
<tr><td>Usability</td><td>⊝</td><td>⊕</td><td>✗</td><td>⊙</td><td>⊕</td><td>⊕</td><td>✓</td><td>✗</td><td>✗</td><td>⊙</td><td>⊝</td></tr>
|
||||
<tr><td>Features</td><td>✓</td><td>✓</td><td>✓</td><td>✗</td><td>✓</td><td>✓</td><td>⊕</td><td>⊝</td><td>⊝</td><td>⊝</td><td>⊝</td></tr>
|
||||
</tbody>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue