network-simulate
Description
I need to run a network simulation scenario to test QuDAG's P2P networking, routing, and dark addressing features.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for ruvnet/QuDAG, shared by 10 entries
in this directory. It describes the repository, not this entry specifically.
network-simulate
I need to run a network simulation scenario to test QuDAG's P2P networking, routing, and dark addressing features.
Simulation Parameters
**Scenario**: [Specify one of: basic_connectivity, partition, latency, byzantine, sybil_attack, routing_attack, dark_address_discovery, onion_routing, high_load, network_churn]
**Configuration**:
- Node count: [Default: 10, specify if different]
- Duration: [Default: 60 seconds, specify if different]
- Attack parameters (for adversarial scenarios):
- Attacker ratio: [Fraction of malicious nodes, e.g., 0.3]
- Attack intensity: [0-1 scale]
- Target nodes: [Specific nodes to attack]
- Network conditions:
- Base latency: [milliseconds, e.g., 50ms]
- Packet loss rate: [0-1 scale, e.g., 0.01]
- Partition probability: [For partition scenarios]
Scenario Descriptions
Basic Connectivity
Test fundamental P2P connectivity and message propagation. Verify that nodes can discover peers, establish connections, and route messages efficiently.
Dark Address Discovery
Validate the dark addressing system where nodes use cryptographic addresses for anonymity. Test address resolution, anonymity preservation, and lookup performance.
Onion Routing
Simulate multi-layer encrypted routing where messages traverse through multiple relay nodes. Measure routing overhead, anonymity set size, and circuit construction time.
Sybil Attack
Test network resilience against Sybil attacks where adversaries create multiple fake identities. Monitor consensus integrity and network fragmentation.
Routing Attack
Simulate routing manipulation attacks where malicious nodes attempt to intercept or redirect messages. Evaluate routing accuracy and path diversity.
Performance Targets
The simulation should validate:
- Throughput: 10,000+ messages/second across the network
- Latency (p99): < 1000ms for message delivery
- Memory usage: < 100MB per node
- Scalability: Linear performance with node count
Expected Metrics
Monitor and report:
- Network Topology: P2P connections, dark addresses, routing diversity
- Performance: Throughput, latency percentiles, delivery rate
- Security: Anonymity set size, attack detection, resilience score
- Resources: Memory, CPU, bandwidth usage per node
Analysis Focus
Based on the scenario, I should analyze:
- Connection stability and peer discovery efficiency
- Message propagation patterns and delivery guarantees
- Anonymity preservation in dark addressing and onion routing
- Network behavior under adversarial conditions
- Resource consumption and scalability limits
Please execute the network simulation in the QuDAG simulator and provide comprehensive results including topology analysis, performance metrics, security evaluation, and optimization recommendations.
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing