app
Adom USB
Public Unreviewedby John Lauer
See every USB device across the entire Adom ecosystem — laptop, WSL2, cloud container, Azure VM, workcells — in one dashboard, and mount / unmount / reset / test / force-class / sniff any of them. USB/IP slingshot for the whole mesh.
adom-usb-sniffer-cdc
Reference adom-usb sniffer plugin — captures and decodes USB CDC/ACM serial traffic to a pcap. Copy this directory as the starting point for your own plugin.
adompkg install adom-usb-sniffer-cdc # or: ./install.sh from a clone
Once installed, adom-usb discovers it automatically (it scans
~/.adom/usb-plugins/*/plugin.json) and routes the Sniff action for any
CDC-serial device to this plugin. See the adom-usb wiki page → "Writing a
packet-sniffer plugin" for the full plugin API.
# adom-usb-sniffer-cdc
Reference **adom-usb sniffer plugin** — captures and decodes USB CDC/ACM serial
traffic to a pcap. Copy this directory as the starting point for your own plugin.
```bash
adompkg install adom-usb-sniffer-cdc # or: ./install.sh from a clone
```
Once installed, `adom-usb` discovers it automatically (it scans
`~/.adom/usb-plugins/*/plugin.json`) and routes the **Sniff** action for any
CDC-serial device to this plugin. See the adom-usb wiki page → "Writing a
packet-sniffer plugin" for the full plugin API.