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.
{
"slug": "adom-usb-sniffer-cdc",
"version": "0.1.0",
"type": "app",
"description": "adom-usb plugin: capture + decode USB CDC/ACM serial traffic to pcap.",
"dependencies": {},
"keywords": ["adom-usb-plugin", "sniffer", "usb", "cdc", "serial", "pcap"],
"license": "MIT",
"needs_sudo": false,
"scripts": { "install": "./install.sh", "uninstall": "./uninstall.sh" },
"files": ["adom-usb-sniffer-cdc", "plugin.json", "install.sh", "uninstall.sh", "package.json", "README.md"],
"adom_usb_plugin": {
"kind": "sniffer",
"entrypoint": "adom-usb-sniffer-cdc",
"matches": { "class": ["CDC serial"], "vid": ["*"], "pid": ["*"] },
"capture": "usbmon",
"decoders": ["cdc-acm", "at-commands"],
"api_version": "1"
}
}