Usage:
netsim [Options] <COMMAND>Options:
-v, --verbose: Set verbose mode-p, --port <PORT>: Set custom grpc port --vsock <VSOCK>: Set vsock cid:port pair-h, --help: Print help informationversion: Print Netsim version informationnetsim versionradio: Control the radio state of a devicenetsim radio <RADIO_TYPE> <STATUS> <NAME>move: Set the device locationnetsim move <NAME> <X> <Y> [Z]devices: Display device(s) informationnetsim devices [OPTIONS]-c, --continuous: Continuously print device(s) information every secondbeacon: A chip that sends advertisements at a set intervalnetsim beacon <COMMAND>create: Create a beaconnetsim beacon create <COMMAND>ble: Create a Bluetooth low-energy beaconnetsim beacon create ble [DEVICE_NAME | DEVICE_NAME CHIP_NAME] [OPTIONS]--advertise-mode <MODE>: Set the advertise mode which controls the duration between advertisementslow-powerbalancedlow-latency--tx-power-level <LEVEL>: Set the beacon's transmission power levelultra-lowlowmediumhigh--scannable: Set whether the beacon will respond to scan requests--timeout <MS>: Limit advertising to an amount of time given in milliseconds--include-device-name: Set whether the device name should be included in the advertise packet--include-tx-power-level: Set whether the transmit power level should be included in the advertise packet--manufacturer-data <DATA>: Add manufacturer specific data to the advertise packetpatch: Modify a beaconnetsim beacon patch <COMMAND>ble: Modify a Bluetooth low-energy beaconnetsim beacon patch ble <DEVICE_NAME> <CHIP_NAME> <OPTIONS>--advertise-mode <MODE>: Change the advertise mode which controls the duration between advertisementslow-powerbalancedlow-latency--tx-power-level <LEVEL>: Change the beacon's transmission power levelultra-lowlowmediumhigh--scannable: Change whether the beacon will respond to scan requests--timeout <MS>: Limit advertising to an amount of time given in milliseconds--include-device-name: Change whether the device name should be included in the advertise packet--include-tx-power-level: Change whether the transmit power level should be included in the advertise packet--manufacturer-data <DATA>: Change manufacturer specific data within the advertise packetremove: Remove a beaconnetsim beacon remove <DEVICE_NAME> [CHIP_NAME]reset: Reset Netsim device scenenetsim resetcapture: Control the packet capture functionalities with commands: list, patch, get [aliases: pcap]netsim capture <COMMAND>list: List currently available Captures (packet captures)netsim capture list [PATTERNS]...-c, --continuous: Continuously print Capture information every secondpatch: Patch a Capture source to turn packet capture on/offnetsim capture patch <STATE> [PATTERNS]...get: Download the packet capture contentnetsim capture get [OPTIONS] [PATTERNS]...-o, --location: Directory to store downloaded capture file(s)gui: Opens netsim Web UIartifact: Opens netsim artifacts directory (log, pcaps)help: Print this message or the help of the given subcommand(s)