mirror of https://github.com/drowe67/librtlsdr.git
add uninstall note to README.rtlsdr_rpc
parent
3be49cb927
commit
8a68ce1a51
|
@ -8,8 +8,12 @@ them. Also, it allows a developer to use the same API
|
||||||
no matter weither the dongle is local or distant.
|
no matter weither the dongle is local or distant.
|
||||||
|
|
||||||
To use it, one must compile and install the library
|
To use it, one must compile and install the library
|
||||||
with CMAKE the usual way. Then, a server (called rtl_rpcd)
|
with CMAKE the usual way. Note that you may need to
|
||||||
must be run on the remote location.
|
uninstall the existing librtlsdr, as people reported
|
||||||
|
runtime errors due to conflicting installs.
|
||||||
|
|
||||||
|
Then, a server (called rtl_rpcd) must be run on the
|
||||||
|
remote location.
|
||||||
|
|
||||||
In my case, the dongle is in a beagle bone black is
|
In my case, the dongle is in a beagle bone black is
|
||||||
at address 192.168.0.43:
|
at address 192.168.0.43:
|
||||||
|
|
Loading…
Reference in New Issue