ACK Club

Your First Simulation

Create and run your initial network simulation using ACK Club's intuitive tools and APIs.

โš™๏ธ Start Simulation

๐Ÿ›  Configuration Process

1. Initialize Your Workspace

Use the ACK Club CLI to scaffold a new project structure with default configuration files.


< span class="text-green-700">ackclub init first-sim
cd first-sim

2. Edit Simulation Parameters

Configure network topology, device placement, and simulation duration in the config file.

{ "topology": "star", "nodes": 8, "duration": "300s", "protocols": ["OSPF"] }

Note: Protocols section is optional for basic simulations

3. Launch Simulation

Run your simulation with real-time metrics streaming and interactive visualization.


< span class="text-green-700">ackclub run -- --interactive

๐Ÿ“Š Simulation Results

Network Throughput

6.7 Gbps average across all connections

84% of theoretical max

Packet Loss

0.02% average loss between nodes

Excellent network stability

Latency

12.4 ms average round trip time

78% of SLA requirements

Where to Go Next?

Expand your skills with advanced simulations or refine your network topology with the ACK Club API.