All Projects → mwarning → Kadnode

mwarning / Kadnode

Licence: mit
P2P DNS with content key, crypto key and PKI support. DynDNS alternative.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kadnode

Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-83.01%)
Mutual labels:  dht, p2p, decentralized
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (-74.93%)
Mutual labels:  decentralized, p2p, dht
Bitchatclient
Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
Stars: ✭ 111 (-69.08%)
Mutual labels:  dht, p2p, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+1896.94%)
Mutual labels:  dht, p2p, decentralized
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-93.31%)
Mutual labels:  decentralized, p2p, dht
Spotweb
Decentralized community
Stars: ✭ 341 (-5.01%)
Mutual labels:  p2p, decentralized
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+2238.44%)
Mutual labels:  dns, tls
Bluntly
serverless, encrypted, NAT-breaking p2p connections - DEPRECATED
Stars: ✭ 270 (-24.79%)
Mutual labels:  dht, p2p
Certificates
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
Stars: ✭ 3,693 (+928.69%)
Mutual labels:  tls, pki
bitcoin-kit-android
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
Stars: ✭ 102 (-71.59%)
Mutual labels:  decentralized, p2p
Axe
decentralized cryptocurrency
Stars: ✭ 273 (-23.96%)
Mutual labels:  p2p, decentralized
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-22.84%)
Mutual labels:  dht, p2p
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (-79.39%)
Mutual labels:  decentralized, dht
lokinet
Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
Stars: ✭ 796 (+121.73%)
Mutual labels:  decentralized, dht
awesome-orbitdb
Useful resources for using OrbitDB and building projects on it
Stars: ✭ 87 (-75.77%)
Mutual labels:  decentralized, p2p
Zeronet Kivy
Android client for ZeroNet
Stars: ✭ 279 (-22.28%)
Mutual labels:  p2p, decentralized
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+4698.61%)
Mutual labels:  p2p, decentralized
Yjs
Shared data types for building collaborative software
Stars: ✭ 5,894 (+1541.78%)
Mutual labels:  p2p, decentralized
Firestr
The Grass Computing Platform
Stars: ✭ 329 (-8.36%)
Mutual labels:  p2p, decentralized
field-manual
The Offical User's Guide to OrbitDB
Stars: ✭ 178 (-50.42%)
Mutual labels:  decentralized, p2p

KadNode

KadNode finds the IP address of other instances on the Internet or local network. It is used like DNS, but is based on the decentralized BitTorrent network.

KadNode intercepts .p2p domain queries on the systems level and resolves them using a decentralized DHT network. TLS authentication can be used to make sure the correct IP address was found. If successful, the IP address is passed to the application making the request.

Features:

  • Support for two kinds of domains:
    1. public key domains as <public-hex-key>.p2p
      • No need to exchange any further keys/certificates
      • Uses secp256r1 ECC key pairs
    2. named domains like yourdomain.com.p2p
      • Needs pre-shared certifcates (self signed root certificates or e.g. "Let's Encrypt")
      • Uses TLS session handshake for authentication
  • IPv4/IPv6 support
  • UPnP/NAT-PMP support
  • Local peer discovery
  • Small size / ~100KB depending on features / ~50KB compressed
  • Command line control program
  • NSS support through /etc/nsswitch.conf
  • DNS server interface and DNS proxy
    • Handles A, AAAA, and SRV requests
  • Packages for ArchLinux/Debian/FreeBSD/MacOSX/OpenWrt/Windows
  • Peer file import/export on startup/shutdown and every 24h
  • Uses sha256 hash method

Documentation

License

MIT/X11

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].