Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
brf_entropy now uses bladerf_stream(), 20MB/s without optimisation.
Browse files Browse the repository at this point in the history
no changes to rtl_entropy
Time for a release!
  • Loading branch information
pwarren committed Jan 21, 2014
1 parent 7c1bf6d commit 0c007e9
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 145 deletions.
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ endif(LIBRTLSDR_FOUND)

if(LIBBLADERF_FOUND)
add_executable(brf_entropy brf_entropy.c)
add_executable(brf2 brf2.c)
target_link_libraries(brf_entropy rtlentropylib ${OPENSSL_LIBRARIES} ${LibCAP_LIBRARY} ${LIBBLADERF_LIBRARIES})
target_link_libraries(brf2 rtlentropylib ${OPENSSL_LIBRARIES} ${LIBBLADERF_LIBRARIES})
set(INSTALL_TARGETS brf_entropy)
endif(LIBBLADERF_FOUND)

Expand Down
Loading

0 comments on commit 0c007e9

Please sign in to comment.