P2P Network

Monitor the NafqaX peer-to-peer network with real-time mobile and server peer connections.

P2P Network Status

Network Features

Mobile P2P

Native Support

NafqaX supports native mobile peer connections through Flutter applications, enabling decentralized networking directly from smartphones.

WebSocket Bridge

Real-time Communication

A WebSocket bridge connects mobile applications to the libp2p network, providing real-time messaging and data synchronization.

Gossipsub Protocol

Message Propagation

Uses libp2p's Gossipsub for efficient message broadcasting across the network with topic-based subscriptions.

Integrated Chat

P2P Messaging

Built-in peer-to-peer chat functionality allows users to communicate directly through the blockchain network.

Auto Discovery

Peer Finding

Automatic peer discovery helps nodes find and connect to other peers in the network without manual configuration.

Network Resilience

Fault Tolerance

The network maintains connectivity even when individual peers disconnect, ensuring continuous operation and data availability.

Technical Implementation

Network Stack

  • Transport: TCP/WebSocket hybrid for cross-platform support
  • Security: Built-in encryption and peer authentication
  • Discovery: DHT-based peer discovery with bootstrap nodes
  • Routing: Content-based routing for efficient message delivery

Mobile Integration

  • Flutter Bridge: Native Rust bridge for mobile applications
  • Battery Optimization: Efficient networking to preserve battery
  • Offline Support: Message queuing when disconnected
  • Background Sync: Maintains connection in background