index
:
rustl-sdr
master
wip
A pure Rust implementation of the RTL-SDR driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-04-18
Implement set_sample_rate()
HEAD
master
Yuval Adam
2021-04-17
Start moving handle around
Yuval Adam
2021-04-17
Start refactoring out handle and implementing rtl_test
Yuval Adam
2021-04-17
Add rustl_test binary
Yuval Adam
2021-04-17
Internalize tuner init
Yuval Adam
2021-04-17
Fix borked test
Yuval Adam
2021-04-17
Fix tuner probing logic
Yuval Adam
2021-04-17
Add env logging
Yuval Adam
2021-04-17
Move into utils/ directory
Yuval Adam
2021-04-17
Initial binary skeleton
Yuval Adam
2021-04-17
Cleanup deinit and document lifecycle
v0.2
Yuval Adam
2021-04-17
Dynamic dispatch of tuner
Yuval Adam
2021-04-17
Implement search_tuner()
Yuval Adam
2021-04-17
Device open logic works
Yuval Adam
2021-04-17
Pass handle as reference to tuner and implement Drop
Yuval Adam
2021-04-17
Initial rusb version that actually compiles!
Yuval Adam
2021-04-17
Remove useless mut
Yuval Adam
2018-08-03
Add device methods
Yuval Adam
2018-08-03
Implement r820t init
Yuval Adam
2018-08-03
Disable multi dongle support for now
Yuval Adam
2018-08-02
Refactor out USB function
Yuval Adam
2018-07-30
Implement deinit_baseband()
Yuval Adam
2018-07-30
Duplicate all teh codez
Yuval Adam
2018-07-29
Refactor DeviceInfo struct and impls
Yuval Adam
2018-07-29
Add --nocapture flag to test in README
Yuval Adam
2018-07-29
Lower case fields in Device struct
Yuval Adam
2018-07-29
Extract devices into separate files
Yuval Adam
2018-07-29
Cleanup DEVICES array
Yuval Adam
2018-07-28
Successfully detect R820T and FC0013 dongles
Yuval Adam
2018-07-28
Implement set_i2c_repeater()
Yuval Adam
2018-07-28
Cleanup some warnings
Yuval Adam
2018-07-28
Set the FIR coefficients using magic values
Yuval Adam
2018-07-28
Proper implementation of set_fir() doesn't work
Yuval Adam
2018-07-28
Continue init_baseband()
Yuval Adam
2018-07-28
Start implementing init_baseband()
Yuval Adam
2018-07-28
Cleanup write_reg()
Yuval Adam
2018-07-28
Cleanup warnings
Yuval Adam
2018-07-26
Successfully perform a dummy write
Yuval Adam
2018-07-26
Extract libusb context to a longer living lifetime
Yuval Adam
2018-07-23
Lifetime problems with opening the device
Yuval Adam
2018-07-23
Refactor structs
Yuval Adam
2018-07-23
Cleanup new()
Yuval Adam
2018-07-23
Add basic USB device discovery
Yuval Adam
2018-07-23
Initial RtlSdr struct and impl
Yuval Adam
2018-07-23
Add basic USB device enumeration
Yuval Adam
2018-07-23
Add basic Dongle struct
Yuval Adam
2018-07-23
Initial cargo library files
Yuval Adam