From bf542c2ee4ea3c9c56e50823a8755f200161e1c6 Mon Sep 17 00:00:00 2001 From: wzyy2 <547884940@qq.com> Date: Fri, 26 Dec 2014 20:28:58 +0800 Subject: [PATCH] License --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0342a6..0792ce4 100644 --- a/README.md +++ b/README.md @@ -1,7 +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. +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 . # Dependencies @@ -44,4 +44,4 @@ hackrf.start_rx_mode(callback_fun) There are a few remaining functions in libhackrf haven't been wrapped. # License -All of the code contained here is licensed by the GNU General Public License v3. +Do What The Fuck You Want To Public License.