8000 GitHub - axel-h/python-sdrewire: Python script to communicate with SDReWire
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

axel-h/python-sdrewire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python tools for SDReWire

This repository contains Python tools for SDReWire. Currently the command line utility sdrewirectl is the only utility.

Check if SDReWire devices are available:

$ sdrewire list
Found the following devices:
Device: 101, Manufacturer: SliwaIO, Product: SDReWire v1.0, Serial: SDRW00004
Device: 104, Manufacturer: SliwaIO, Product: SDReWire v1.0, Serial: SDRW00003

Muxing can be controlled using:

$ sdrewire --serial SDRW00003 sdmux --ts
$ sdrewire --serial SDRW00003 sdmux --status
SD mux connected to: TS
$ sdrewire --serial SDRW00003 sdmux --dut
$ sdrewire --serial SDRW00003 sdmux --status
SD mux connected to: DUT

About

Python script to communicate with SDReWire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0