Christian W. Zuckschwerdt
d233adf7de
Fix missing include
2018-12-19 19:13:54 +01:00
Christian W. Zuckschwerdt
1bed1426b4
Refactor csv_init to output_start
2018-12-19 11:56:34 +01:00
Christian W. Zuckschwerdt
82223bb91e
Add generic list type ( #929 )
...
* Add generic list
* Change output_handler to list_t
* Change dumper to list_t
* Change r_devs to list_t
* Change in_files to list_t
2018-12-19 08:47:29 +01:00
Christian W. Zuckschwerdt
0a8d7f863d
Fix rtl_433.h declarations
2018-12-17 18:45:25 +01:00
Christian W. Zuckschwerdt
edf19a393e
Refactor includes
2018-12-17 13:45:57 +01:00
Christian W. Zuckschwerdt
ee8594510a
Add typedef r_cfg_t
2018-12-17 09:11:32 +01:00
Christian W. Zuckschwerdt
7c07fa8cf4
Move app_cfg definition
2018-12-16 18:17:31 +01:00
winterrace
65e322f7e1
Fix hi-res timestamps and default search paths on Win using platform files ( #910 )
...
- hi-res timestamp reading on windows (cast to 64 bit before <<32)
- Default search paths regarding rtl_433 config files for Windows platform
2018-12-16 11:54:36 +01:00
Daniel Krueger
772252c82a
Add support for Bresser Weather Center 5-in-1
...
Signed-off-by: Daniel Krueger <palstek@users.noreply.github.com >
2018-12-09 18:21:52 +01:00
Benjamin Larsson
b707fe9ea2
Add the Biltema rain gauge protocol decoder, disabled by default
2018-12-09 12:21:28 +01:00
Benjamin Larsson
9f897ebff3
Add ESA 1000/2000 protocol decoder
...
The code quality is lacking so the decoder is disabled by default.
2018-12-09 02:11:17 +01:00
Benjamin Larsson
90cfc86708
Added support for Honeywell Wireless Doorbell
2018-12-07 19:00:29 +01:00
Benjamin Larsson
897239280b
Add Maverick et73
2018-12-04 23:12:29 +01:00
Christian W. Zuckschwerdt
c98d55ac3a
Fix file perms
2018-11-30 15:03:40 +01:00
Christian W. Zuckschwerdt
dba22bb4c5
Unify protocol state with r_device
2018-11-25 10:41:31 +01:00
Christian W. Zuckschwerdt
ee709c0508
Rename converted limits
2018-11-25 10:23:59 +01:00
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
931ed9aa99
Refactor local main vars to cfg
2018-11-19 13:59:17 +01:00
winterrace
4e0d5460f2
Print CSV header to selected output ( #867 )
2018-11-17 14:46:00 +01:00
Christian W. Zuckschwerdt
569b6bed7a
Update TFA 30.3211.02
2018-11-17 11:44:44 +01:00
Christian W. Zuckschwerdt
ec52c26d4d
Fix for add Emos TTX201
2018-11-17 10:58:42 +01:00
Christian W. Zuckschwerdt
6c327e834e
Reduce decoder includes
2018-11-16 07:23:27 +01:00
Christian W. Zuckschwerdt
9fbf28daa1
Fix memset to size_t for x86
2018-11-06 19:48:53 +01:00
Christian W. Zuckschwerdt
bba890bd9c
Add PMV-107J TPMS ( #825 )
2018-10-11 10:01:15 +02:00
Christian W. Zuckschwerdt
3c64a72ce7
Clean up stray tabs and spaces
2018-10-10 09:05:08 +02:00
Christian W. Zuckschwerdt
c85df0b3c1
Increase MAX_PROTOCOLS for WT0124
2018-09-06 20:43:58 +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
c64e974b41
Fix Sensible Living merge
2018-07-11 10:10:49 +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
4f3a679265
use actual max protocols
2018-04-01 12:45:28 +02:00
dtiller
1d954224dd
Added decoder for Dish Network UHF Remote 6.3 ( #700 )
2018-04-01 12:44:33 +02:00
Christian W. Zuckschwerdt
51d275cd08
fix Interlogix; style
2018-02-23 07:42:26 +01:00
Anthony Kava
e4aaa54b19
Adds x10_sec device for decoding X10 Security RF signals ( #671 )
2018-01-27 12:24:44 +01:00
Christian W. Zuckschwerdt
5c728b3f6e
remove PWM_TERNARY, use PWM_PRECISE for sync bits
2018-01-22 12:38:06 +01:00
Christian W. Zuckschwerdt
e45c77649e
rename CLOCK_BITS to DMC
2018-01-22 12:17:21 +01:00
Christian W. Zuckschwerdt
4d4482ffbe
enhance pwm_precise to cover raw and ternary cases
2018-01-22 09:18:01 +01:00
Christian W. Zuckschwerdt
83fb1ede8a
fold PWM_precise_parameters into r_device
2018-01-11 10:37:47 +01:00
Christian W. Zuckschwerdt
4a2f763a93
Clean up WIN32 include/ifdef ( #643 )
...
patch by @gvanem in #641
2017-12-07 17:27:52 +01:00
Christian W. Zuckschwerdt
f8dc923d3d
fix GE Color Effects Remote indent and MAX_PROTOCOLS
2017-12-04 00:04:43 +01:00
Christian W. Zuckschwerdt
4a640cf111
Merge branch 'thermopro_tp12' of https://github.com/tomfelker/rtl_433 into tomfelker-thermopro_tp12
2017-12-03 22:16:23 +01:00
Christian Braedstrup
4661854e1b
Add device NEXA LMST-606 magnetic sensor
2017-11-19 16:12:02 +01:00
William R Arcand
dd82659caf
Update rtl_433.h
...
Change the size of MAX_PROTOCOLS.
If you try to run rtl_433 -G you get the following error:
Max number of protocols reached 94
Increase MAX_PROTOCOLS and recompile
Correct value should be 95 now that new protocol has been added.
2017-11-14 20:13:16 +01:00
Chris Coffey
2e720e68c4
Add support for Philips outdoor temperature sensor
...
This sensor is used with various Philips clock radios.
2017-11-01 12:39:45 +01:00
ukshady
fb0073d3dc
Added support for Ford car remote.
2017-10-16 23:59:01 +02:00
George Hopkins
9f1dd49c78
Add support for FT-004-B
2017-10-13 07:28:25 +02:00