miweber67 / spyserver_client

CLI spyserver client to provide basic rtl_sdr and rtl_power-like outputs from an Airspy spyserver.
GNU General Public License v3.0
25 stars 1 forks source link

How to find the "spyserver protocol" document #1

Closed BlueRhino closed 4 years ago

BlueRhino commented 4 years ago

Hello, I want to write a spyserver Python client, how to find the protocol documentation for spyserver

kevinelliott commented 4 years ago

@BlueRhino Any luck? I want the same.

miweber67 commented 4 years ago

I am not aware that any such document exists. The closest you are going to get is the spyserver protocol header file. As far as for handling the state machine aspects; you can either port the code from C, or call the client as a subprocess.