Lokinet Overview¶
Service Nodes on the Loki network will operate a low latency onion routing protocol, forming a fully decentralised overlay network, called Lokinet. Onion routing protocols allow for users to form tunnels or paths through a distributed network, using multiple nodes as hops to obfuscate the destination and origin of data packets.
The network does not rely on trusted authorities and its state is fully derived from the blockchain. Users can connect to individual Service Nodes and create bidirectional paths for packets to be routed through. The network can be used to access internally hosted services called SNApps. Users can utilise Service Nodes exit functionality to browse the external internet without their IP address being exposed.
Terms¶
Service Node: Full nodes on the Loki Network.
SNApps/Hidden Services: An anonymized IP endpoint.
LLARP: Low Latency Anonymous Routing Protocol.
Guides & Resources¶
Lokinet Public Testing Guide: Full Lokinet public testing guide.
LLARP Github: LLARP (low latency anonymous routing protocol), a layer 3 onion routing protocol.
Accessing SNApps: How to access different SNApps.
Hosting a SNApp: How to hose a SNApp
Setting Up A TestNet Relay: How to host a relay on the test network.
Developer Info: Protocol Specifications.
Concepts¶
Path: Bidirection Onion Routing Construct, (I2P tunnel / Tor circuit equiv.)