mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Moneropedia: clarify Garlic Routing, add I2PControl
Referencing: - monero-project/kovri#256 - monero-project/monero-site#155
This commit is contained in:
parent
1af1de0801
commit
2681940c7e
3 changed files with 21 additions and 5 deletions
|
@ -10,11 +10,11 @@ summary: "Routing technology as implemented in Kovri"
|
|||
|
||||
The term *Garlic Routing* has a diverse history of varying interpretations.
|
||||
|
||||
As it currently stands, Monero defines *Garlic Routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of internet peers.
|
||||
As it currently stands, Monero defines *Garlic Routing* as the method in which @Kovri and @I2P create a @message-based anonymous overlay network of internet peers. The @layered-encryption of Garlic Routing is similar to the @layered-encryption of [Onion Routing](https://en.wikipedia.org/wiki/Onion_routing).
|
||||
|
||||
### History
|
||||
|
||||
In written form, the term *Garlic Routing* can be seen as early as June of 2000 in Roger Dingledine's [Free Haven Master's thesis](http://www.freehaven.net/papers.html) (Section 8.1.1) as derived from the term [Onion Routing](https://en.wikipedia.org/wiki/Onion_routing).
|
||||
In written form, the term *Garlic Routing* can be seen as early as June of 2000 in Roger Dingledine's [Free Haven Master's thesis](http://www.freehaven.net/papers.html) (Section 8.1.1) as derived from the term Onion Routing.
|
||||
|
||||
As recent as October of 2016, [#tor-dev](https://oftc.net/WebChat/) has offered insight into the creation of the term *Garlic Routing*:
|
||||
|
||||
|
|
17
knowledge-base/moneropedia/i2pcontrol.md
Normal file
17
knowledge-base/moneropedia/i2pcontrol.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: moneropedia
|
||||
entry: "I2PControl"
|
||||
tags: ["kovri"]
|
||||
terms: ["i2pcontrol", "I2PControl"]
|
||||
summary: "TODO(anonimal): finish"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
TODO(anonimal): finish
|
||||
|
||||
https://github.com/EinMByte/qtoopie
|
||||
|
||||
### In-depth information
|
||||
|
||||
TODO(anonimal): finish
|
|
@ -36,6 +36,8 @@ TODO(anonimal): finish
|
|||
|
||||
@garlic-routing
|
||||
|
||||
@I2PControl
|
||||
|
||||
@i2np
|
||||
|
||||
@i2p
|
||||
|
@ -71,6 +73,3 @@ TODO(anonimal): finish
|
|||
@transports
|
||||
|
||||
@tunnel
|
||||
|
||||
- Kovri I2PControl (links to API, clients + qtoopie)
|
||||
- ...more/what else?
|
||||
|
|
Loading…
Reference in a new issue