Commit Graph

342 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
72487f7869 Optimization use ints for limits in demod 2018-11-25 10:18:50 +01:00
Christian W. Zuckschwerdt
8a014ae436 Remove start_bit logic (superseded by sync) and demod_arg 2018-11-24 21:51:42 +01:00
Christian W. Zuckschwerdt
d8b2fa3ab6 Clarify librtlsdr defaults 2018-11-24 18:15:37 +01:00
Christian W. Zuckschwerdt
48631bc807 Add Ambient Weather WH31E (#882) 2018-11-23 09:53:15 +01:00
Christian W. Zuckschwerdt
dfc1d79479 Add option for output tagging 2018-11-23 09:49:51 +01:00
Christian W. Zuckschwerdt
4d5761830d Refactor digest into util 2018-11-22 19:38:04 +01:00
Christian W. Zuckschwerdt
0daff858e8 Add a conf file parser (#790) 2018-11-21 08:06:36 +01:00
Christian W. Zuckschwerdt
4e16269734 Fix csv output by initializing the fields after protocol options 2018-11-20 13:24:22 +01:00
Christian W. Zuckschwerdt
931ed9aa99 Refactor local main vars to cfg 2018-11-19 13:59:17 +01:00
Christian W. Zuckschwerdt
7362c80af2 Add data_retain reference counting 2018-11-18 11:00:42 +01:00
winterrace
4e0d5460f2 Print CSV header to selected output (#867) 2018-11-17 14:46:00 +01:00
Christian W. Zuckschwerdt
bff9907b60 Add bitbuffer_debug, bitrow_print, bitrow_debug 2018-11-17 13:37:25 +01:00
Christian W. Zuckschwerdt
9f9532440b Rename TFA 30.3211.02 to Ambient Weather TX-8300 (see #846) 2018-11-17 12:30:56 +01:00
Christian W. Zuckschwerdt
569b6bed7a Update TFA 30.3211.02 2018-11-17 11:44:44 +01:00
ionum
95f3381f81 Add support for TFA 30.3211.02 (#831) 2018-11-17 11:17:54 +01:00
Christian W. Zuckschwerdt
ec52c26d4d Fix for add Emos TTX201 2018-11-17 10:58:42 +01:00
Koumes
aecca4fbcb Add Emos TTX201 (#782) 2018-11-17 10:49:28 +01:00
Christian W. Zuckschwerdt
6c327e834e Reduce decoder includes 2018-11-16 07:23:27 +01:00
Christian W. Zuckschwerdt
f0ae3a8316 Simplify decoder includes 2018-11-16 07:06:38 +01:00
Christian W. Zuckschwerdt
68330b85d4 Add Freq/RSSI/SNR output to data_acquired_handler (#865) 2018-11-15 12:32:05 +01:00
Christian W. Zuckschwerdt
4700479b35 Fix file ext in signal grabber 2018-11-15 12:13:05 +01:00
Christian W. Zuckschwerdt
dca74de232 Lift out AM analyzer 2018-11-15 12:07:02 +01:00
Christian W. Zuckschwerdt
9fbf28daa1 Fix memset to size_t for x86 2018-11-06 19:48:53 +01:00
Christian W. Zuckschwerdt
d596f6aa8e Add SoapySDR support (#842) 2018-11-01 17:53:14 +01:00
Christian W. Zuckschwerdt
20f9f2105b Add CRC-4 util function 2018-10-30 20:15:14 +01:00
Christian W. Zuckschwerdt
bba890bd9c Add PMV-107J TPMS (#825) 2018-10-11 10:01:15 +02:00
Christian W. Zuckschwerdt
9b2e0df07d Refactor out rtlsdr calls (#824) 2018-10-11 09:45:13 +02:00
Christian W. Zuckschwerdt
1026e86631 Replace intmax_t with int64_t 2018-10-10 16:59:10 +02:00
Christian W. Zuckschwerdt
3c64a72ce7 Clean up stray tabs and spaces 2018-10-10 09:05:08 +02:00
Christian W. Zuckschwerdt
23f51e6206 Move out_file to dump_info 2018-10-08 12:03:17 +02:00
Christian W. Zuckschwerdt
33d8aed920 Add file info detection #815 2018-10-08 12:00:47 +02:00
Christian W. Zuckschwerdt
d151d821e1 Add VCD and SR output (#800)
* Add VCD output

* Add sigrok pulseview converter

* Add f32 output modes
2018-09-30 12:52:28 +02:00
Christian W. Zuckschwerdt
6a22054b3c Clean up XC0400 duplicate 2018-09-13 09:04:49 +02:00
Christian W. Zuckschwerdt
c85df0b3c1 Increase MAX_PROTOCOLS for WT0124 2018-09-06 20:43:58 +02:00
winterrace
a6d5e8f216 Fixes and example project to compile using MS Visual Studio 2015 (#789) 2018-09-06 15:41:19 +02:00
Benjamin Larsson
538bd138c3 Add WT0124 Pool Thermometer 2018-09-05 08:06:07 +02:00
Christian W. Zuckschwerdt
b6d52dcd3b Add data_add() function (#787) 2018-08-27 09:06:55 +02:00
Koumes
5236e535c9 Add Hyundai WS SENZOR (#779) 2018-07-28 18:24:15 +02:00
vestom
5b098cea03 Add device: M-Bus (EN 13757-4) - Data Link layer (#768) 2018-07-25 10:19:53 +02:00
Christian W. Zuckschwerdt
30c798498c Clean up baseband, optimize FM, add baseband-test (#770) 2018-07-17 10:02:09 +02:00
Christian W. Zuckschwerdt
c64e974b41 Fix Sensible Living merge 2018-07-11 10:10:49 +02:00
Exscotticus
39c32a0fb7 Sensible Living protocol added. (#742) 2018-07-11 09:58:58 +02:00
Christian W. Zuckschwerdt
c66627ae22 Add real protocol number to startup output (#744) 2018-07-11 08:37:36 +02:00
Gisle Vanem
28837a0049 Add prototype for 'nice_freq()' (#759) 2018-07-04 09:51:37 +02:00
Gisle Vanem
f997c5efd1 [MSVC] patch include/data.h (#753)
The rationale behind these patches are pretty much in the source comments. MSVC issues with:
*) "Variable Length Arrays"
*) 'restrict` keyword. 
*) And '<strings.h>'.
2018-06-30 17:48:43 +02:00
Gisle Vanem
6f4d9756be Include <stdlib.h> (#752)
This is a simple fix for MSVC where I get this warning:

stdlib.h(1300): warning C4005: 'max': macro redefinition
RTL_433\include\util.h(20): note: see previous definition of 'max'
stdlib.h(1301): warning C4005: 'min': macro redefinition
RTL_433\include\util.h(23): note: see previous definition of 'min'
2018-06-30 17:42:42 +02:00
Christian W. Zuckschwerdt
2a56042796 Add Pacific PMV-C210 TMPS support (#717) 2018-05-19 11:59:59 +02:00
uuacallis
332d615a9f SimpliSafe Sensor (#721) 2018-05-19 11:13:48 +02:00
Christian W. Zuckschwerdt
d01a1c6427 Add PiWM decoding (#724) 2018-05-19 11:12:02 +02:00
Christian W. Zuckschwerdt
11246199fc Add conversion hPA/inHG, kPa/PSI (#711)
* Add conversion hPA/inHG, kPa/PSI
* Minor style updates
2018-05-01 14:52:34 +02:00