This commit is contained in:
wzyy2 2014-12-25 17:27:06 +08:00
parent d42e13152b
commit 7bb0f1ae9d

View file

@ -2,8 +2,7 @@ pyhackrf-ctypes
==============
pyhackrf-ctypes is a Python wrapper for libhackrf.<br>
I create this project because i want a simple Python interface to my hackrf board.
At First I use pyusb to directly get the data from HackRF, then I found pyusb can only move data at a rate of 5MiB/S, too slow for HackRF.<br>
So finally i choose ctypes .
At First I use pyusb to directly get the data from HackRF, then I found pyusb can only move data at a rate of 5MiB/S, too slow for HackRF.So I choose to use ctypes .
# Dependencies