♻️
Boson Network
GitHubJoin the community
  • Welcome to Boson Network
  • Getting Started
    • The Overview
    • Kademlia DHT
    • Boson Protocol
      • Nodes
      • Values
      • Peers
    • Boson Services
      • Web Gateway
      • Active Proxy
      • Messaging Relay
      • Swarm Storage
      • Chord Identifier
    • The Practices
      • Deploying Super Node
      • Leveraging Active Proxy
      • The shell command
  • In-depth Tech
    • Protocols
  • Developer Kits
    • Java
    • C/C++
  • Operations
    • Super Nodes
    • pc2.net
  • Resources
    • FAQ
    • Trouble shootings
    • Links
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started

Boson Protocol

PreviousKademlia DHTNextNodes

Last updated 1 year ago

Was this helpful?

The boson network stands as a fully decentralized, peer-to-peer encrypted communication platform, with Kademlia DHT serving as its underlying network. A meticulously implemented suite of protocols is designed to facilitate seamless communication among nodes. These primitive protocols listed below cover the addressing and propagation of nodes, values, and peer entities throughout the entire network, which are outlined in the initial standard specification:

  • find_node

  • store_value

  • find_value

  • announce_peer

  • find_peer

Related Links:

Nodes
Values
Peers