icom-wlan-node
Version:
Icom WLAN (CI‑V, audio) protocol implementation for Node.js/TypeScript.
13 lines (12 loc) • 364 B
TypeScript
/**
* Integration test against a real Icom WLAN radio.
*
* This test is skipped unless these env vars are present:
* - ICOM_IP: radio IP
* - ICOM_PORT: radio control UDP port (e.g., 50001)
* - ICOM_USER: username
* - ICOM_PASS: password
* Optional:
* - ICOM_TEST_PTT=true to exercise PTT and short audio TX (be careful: this keys TX!)
*/
export {};