summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAge
* Some silly TX debuggingDominic Spill2016-06-07
* Add generic TX functionDominic Spill2016-06-07
* Specific functions for reading and writing CC2400 FIFODominic Spill2016-06-07
* Add experimental RX_GENERIC modeDominic Spill2016-06-06
* Add modulation "none" modeDominic Spill2016-06-05
* Clean up build warningsDominic Spill2016-06-03
* implement a Bluetooth BR simulator that transmits bluetooth access codes usin...Hannes Ellinger2016-06-03
* rename access_code to syncwordHannes Ellinger2016-06-03
* Add bulk register read functionDominic Spill2016-05-27
* Add function to set multiple registers simultaneouslyDominic Spill2016-05-25
* support multiple Ubertooth sticks in ubertooth-specan-uiHannes Ellinger2016-05-25
* Correct File type to FILEDominic Spill2016-05-24
* Cleaner output for scripting, etcDominic Spill2016-05-24
* Merge pull request #191 from elli89/optimizeDominic Spill2016-05-13
|\
| * support optimize level -O2Hannes Ellinger2016-05-12
* | Fix for #59: kismet-ubertooth double frees in ubertooth::pollOlivier Medoc2016-05-13
|/
* Add range hint to LED specan usageDominic Spill2016-05-12
* use -dBm as input parameter for rssi threshold since cc2400 has an rssi range...Hannes Ellinger2016-05-12
* add command line argument to ubertooth-rx for selecting a fixed BT channel.Hannes Ellinger2016-05-12
* Don't kill the program when pressing CTRL+C. Just tell Ubertooth to stop. Thi...Hannes Ellinger2016-05-11
* Leave clk100ns untrimmed when in survey modeHannes Ellinger2016-05-11
* Disable timeout or channel sweeping by default when entering survey mode. Bot...Hannes Ellinger2016-05-11
* Merge branch 'fix-follow' of https://github.com/elli89/ubertooth into elli89-...Dominic Spill2016-05-04
|\
| * fix: also enable clkn in specan modeHannes Ellinger2016-03-24
| * automatically trim clk100nsHannes Ellinger2016-03-24
* | Add LPC1756 part serial number to USB descriptorsDominic Spill2016-04-07
* | Make ubertooth-dfu output more readableDominic Spill2016-04-07
|/
* update usage message of ubertooth-utilHannes Ellinger2016-03-17
* support multiple ubertooth devices in kismet plugin.Hannes Ellinger2016-03-16
* Prevent segfault when running ubertooth-dfu without Ubertooth attachedHannes Ellinger2016-03-16
* Bump SO version for releaseDominic Spill2016-03-12
* Remove unnecessary PCAP checksDominic Spill2016-03-12
* Prevent segfault when running without Ubertooth attachedDominic Spill2016-03-12
* host: exit on ctrl-c for every command except ubertooth-scanMike Ryan2016-03-12
* Don't require an Ubertooth when loading data from an input fileDominic Spill2016-03-11
* Move packet processing to BEFORE packet loggingDominic Spill2016-03-11
* Remove PCAP_ENABLE check from ubertooth-btleDominic Spill2016-03-10
* Remove ENABLE_PCAP checksDominic Spill2016-03-10
* Declare return value ints to fix buildDominic Spill2016-03-10
* api version: include a note when firmware is newer than host codeMike Ryan2016-03-04
* long-needed API version in firmware and host toolsMike Ryan2016-03-04
* interface: remove duplicated ping function declarationMike Ryan2016-03-04
* also handle stop_ubertooth correctly in stream_rx_usb()Hannes Ellinger2016-02-26
* Print scan results when ubertooth-scan is terminated via CTRL+CHannes Ellinger2016-02-26
* rx: autoflush stdout for wrapper toolsMike Ryan2016-02-21
* fix dumpfile supportHannes Ellinger2016-02-13
* Fix typo - thanks to Zero_ChaosDominic Spill2016-02-12
* Fix linking to libBTBB/libUSB on non-Linux hostsDominic Spill2016-02-11
* Add survey mode to ubertooth-rxDominic Spill2016-02-10
* move callback functions to ubertooth_callback.cHannes Ellinger2016-02-08