Skip to content

A command-line utility to dump spectral data from a WiPry Clarity spectrum analyzer.

License

Notifications You must be signed in to change notification settings

intuitibits/wipry_raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

wipry_raw

A command-line utility to dump spectral data from an Oscium WiPry Clarity spectrum analyzer.

Usage: wipry_raw [options]
Options:
  -l, --list-ranges    List supported ranges.
  -r, --range RANGE    Use RANGE.
  -h, --help           Print this message and exit.

Requirements

Installation

# Install pre-requisites
sudo apt update
sudo apt install libusb-1.0-0

# Install wipry_raw
unzip wipry_raw-1.0.0_arm64.zip
sudo mv wipry_raw /usr/bin/

# Configure passwordless sudo
echo "%sudo ALL = (root) NOPASSWD: /usr/bin/wipry_raw" | sudo tee /etc/sudoers.d/wipry_raw
sudo chmod -x /etc/sudoers.d/wipry_raw

To report any issues please contact Intuitibits Support by emailing [email protected].

Oscium and WiPry are all registered trademarks of Dechnia, LLC.

About

A command-line utility to dump spectral data from a WiPry Clarity spectrum analyzer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published