Commit Graph

1927 Commits

Author SHA1 Message Date
Christian W. Zuckschwerdt
65f33acaa2 Clean up Acurite 986 2018-09-06 11:29:43 +02:00
Christian W. Zuckschwerdt
ae93b8cd20 Change MC demod to reject syncs if tolerance is set 2018-09-06 11:08:41 +02:00
Benjamin Larsson
b9ddaa631e Add description, fix reset limit, add checksum check, fix channel 2018-09-05 23:55:34 +02:00
Benjamin Larsson
c1537c101b Verify the bitstream 2018-09-05 15:25:03 +02:00
Benjamin Larsson
76d6b5fc1a Add mic 2018-09-05 15:25:03 +02:00
Benjamin Larsson
538bd138c3 Add WT0124 Pool Thermometer 2018-09-05 08:06:07 +02:00
Benjamin Larsson
c3493293c0 Fix includes 2018-09-03 11:59:19 +02:00
Christian W. Zuckschwerdt
b6d52dcd3b Add data_add() function (#787) 2018-08-27 09:06:55 +02:00
Christian W. Zuckschwerdt
40ad636fb5 Fix last commit 2018-08-27 09:04:41 +02:00
Andreas Markussen
eaeeb84d7f Adding default case to suppress maybe-uninitialized Warning from GCC (#784) 2018-08-27 09:03:02 +02:00
winterrace
423e2f5d9f This change was forgotten in commit eb02ef4 ("Add CS16 input and output (#773)") (#796) 2018-08-27 08:58:40 +02:00
Christian W. Zuckschwerdt
a60c603544 Update README 2018-08-22 11:02:35 +02:00
GHPS
9ba9838bca Clarified and expanded description of device (#791) 2018-08-22 10:57:53 +02:00
Christian W. Zuckschwerdt
b49d2991d7 Clean up copyright notes 2018-08-06 09:51:15 +02:00
Christian W. Zuckschwerdt
68462f9998 Change flex to more robust opt arg parse 2018-08-05 12:47:52 +02:00
Christian W. Zuckschwerdt
016d8d2834 Fix bitbuffer_parse to be sane about empty row specs 2018-08-04 16:14:23 +02:00
Christian W. Zuckschwerdt
9a76ea3eae Tweak timings for Kerui 2018-08-04 09:00:35 +02:00
guek
2e52a17072 Fill id string for Bresser device. 2018-08-03 18:54:45 +02:00
Christian W. Zuckschwerdt
d869eef4c5 Add battery event for Kerui 2018-08-03 10:41:17 +02:00
Christian W. Zuckschwerdt
90fc4e17cc Update style for chuango 2018-08-02 19:00:24 +02:00
Christian W. Zuckschwerdt
8fc536c424 Update style for akhan 2018-08-02 18:51:21 +02:00
Christian W. Zuckschwerdt
618d5fa6e8 Update style and add cmds to Kerui 2018-08-02 17:52:31 +02:00
Christian W. Zuckschwerdt
a3a9a4cedb Update code style for wssensor 2018-07-28 18:35:39 +02:00
Koumes
5236e535c9 Add Hyundai WS SENZOR (#779) 2018-07-28 18:24:15 +02:00
Christian W. Zuckschwerdt
3ae62ac94b Add fix for TEK377E, issue #776 2018-07-28 16:57:18 +02:00
Christian W. Zuckschwerdt
a1895d1894 Fix Makefile devices to match CMakeLists 2018-07-28 14:07:55 +02:00
Christian W. Zuckschwerdt
eb02ef4bab Add CS16 input and output (#773) 2018-07-25 10:26:17 +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
d6017e4fc4 Fix for Autotools 2018-07-25 09:32:48 +02:00
Christian W. Zuckschwerdt
3628c2ac2d Rewrite debug_mode to load_mode and dump_mode 2018-07-17 14:07:13 +02:00
Christian W. Zuckschwerdt
0f5caf4e5c Fix typo 2018-07-17 13:03:26 +02:00
Christian W. Zuckschwerdt
1e4d993af1 Fix indents 2018-07-17 13:02:42 +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
192e22e12b Rewrite ambient_weather for robustness and style 2018-07-15 16:56:29 +02:00
Christian W. Zuckschwerdt
d4a9e09497 Remove some unwanted BITBUF_COLS uses 2018-07-15 14:09:39 +02:00
Christian W. Zuckschwerdt
95585ff64c Change radiohead to unify the applications 2018-07-11 11:13:52 +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
4987f94ad8 Fix SOCKET(_TYPE) for syslog 2018-07-11 08:59:19 +02:00
Gisle Vanem
afed3d9eb3 Win32 syslog client patches (#762)
Added macros for more streamlined code:
*)  perror() -> prints WSAGetLastError()
*)  close() -> closesocket()
*)  Winsock uses unsigned sockets. Other no not. So define SOCKET_TYPE and INVALID_SOCKET 
    for non-Winsock.
*) MSVC do not have gmtime_r(). Not sure all MinGW do have it.
*) Need to call WSAStartup().
2018-07-11 08:56:18 +02:00
Gisle Vanem
e9502e60e1 Make printout aligned (#761)
Align the printout of a bitbuffer_t with columns aligned
2018-07-11 08:40:25 +02:00
Gisle Vanem
45e0f64540 Make the frequency setting clearer. (#760) 2018-07-11 08:39:48 +02:00
Christian W. Zuckschwerdt
c66627ae22 Add real protocol number to startup output (#744) 2018-07-11 08:37:36 +02:00
Christian W. Zuckschwerdt
e8e9558726 Convert intertechno to data_make (#726) 2018-07-11 08:35:02 +02:00
Christian W. Zuckschwerdt
856d415079 see #755 2018-07-11 08:30:23 +02:00
vestom
5fe4103bf6 FineOffset WH0530: Add battery low detection, correct rain factor (#765) 2018-07-11 08:27:39 +02:00
Gisle Vanem
28837a0049 Add prototype for 'nice_freq()' (#759) 2018-07-04 09:51:37 +02:00
Gisle Vanem
55977e68f9 Add a "pretty-printer" of a frequency (#758)
A message like 'Tuned to 434.100MHz' or more readable than 'Tuned to 434100000 Hz'.
Use this for 'rtlsdr_get_center_freq()'.
2018-07-04 09:51:22 +02:00
Gisle Vanem
72915cb319 No "Variable Length Arrays" for MSVC (#755)
Use 'alloca()' instead.
2018-06-30 20:19:58 +02:00
Gisle Vanem
9964368d40 Remove <strings.h> (#756)
<strings.h> is now conditionally included in "data.h".
2018-06-30 20:17:33 +02:00