matlab-simulate-wireless-network

Installation
SKILL.md

Wireless Network Simulation Fundamentals

Foundation patterns for system-level wireless simulation. Technology-specific skills build on these for node creation, connection configuration, and KPI extraction.

When to Use

  • Creating system-level wireless network simulations with wirelessNetworkSimulator
  • Adding traffic sources (networkTrafficOnOff, networkTrafficFTP, networkTrafficVoIP, networkTrafficVideoConference)
  • Configuring node mobility (random waypoint, custom models)
  • Logging events or IQ samples with wirelessNetworkEventTracer or IQ logger
  • Visualizing traffic with wirelessTrafficViewer and network layout with wirelessNetworkViewer
  • Scheduling actions during simulation with scheduleAction
  • Running parametric sweeps over simulation parameters
  • Writing PCAP files with pcapWriter or technology-specific PCAP writers
  • Creating custom nodes by subclassing wnet.Node
  • Registering event callbacks on wireless nodes

When Not to Use

Installs
12
GitHub Stars
692
First Seen
Jun 8, 2026
matlab-simulate-wireless-network — matlab/matlab-agentic-toolkit