From 94ddda584d1aadfae7b6f73d35460b4039a077f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=B1=AA=20=7C=20Jacob=20Chen?= <547884940@qq.com> Date: Tue, 10 Feb 2015 14:55:37 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b247d44..beab358 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ pyhackrf-ctypes ============== pyhackrf-ctypes is a Python wrapper for libhackrf.
-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.So I choose to use ctypes . +I create this project because I want a simple Python interface to my hackrf board and pyusb is too slow for hackrf. # Dependencies