Benjamin Larsson
3f066b0c70
Merge pull request #51 from zerog2k/a5n1
...
support for acurite5n1
2014-09-08 08:26:48 +02:00
Jens Jensen
c224d05232
fixing display output for acurite
2014-09-07 19:23:49 -05:00
Jens Jensen
c1adeeddfd
fixing acurite detection timings
2014-09-07 19:19:04 -05:00
Jens Jensen
5c5e5fcc23
support for acurite5n1
2014-09-07 18:59:58 -05:00
Benjamin Larsson
7526eda07e
Merge pull request #32 from jules69350/patch-1
...
Support Steffen remote switch
2014-05-11 16:16:31 +02:00
jules69350
cc531932ac
Support Steffen remote switch
2014-05-11 16:07:19 +02:00
Benjamin Larsson
05b472706d
Merge pull request #31 from iNem0o/master
...
Fix typo in installation instructions
2014-05-08 13:24:11 +02:00
iNem0o
9906e59ed4
Fix typo in installation instructions
2014-05-08 13:19:01 +02:00
Benjamin Larsson
00569b55a7
Merge pull request #28 from sonic74/master
...
Makefile.am, formatting
2014-03-27 21:54:36 +01:00
Sven Killig
4beb8ea41d
added rtl_433
2014-03-27 03:27:05 +01:00
Sven Killig
5e44eb6fac
Merge branch 'master' of https://github.com/merbanan/rtl_433
2014-03-22 00:46:07 +01:00
Sven Killig
3667110bfc
indentation
2014-03-22 00:44:25 +01:00
Trueffelwurm
89823e435f
Better message validation in prologue_callback()
...
Validate the last two bytes of the the first and second received message to confirm message integrity. (Dataset is usually send in 4 - 8 identical messages).
2014-02-17 18:12:02 +01:00
roppert
c328c96250
Silently detach kernel driver. This is needed in case
...
the device is detected as input device which blocks the
libusb_claim_interface call.
For example the Trekstor DVB-T Stick Terres 2.0 is
detected as a mouse.
Ref. https://www.linuxquestions.org/questions/programming-9/libusb-error-claim-device-6-a-887499/
2014-01-26 14:22:54 +01:00
Benjamin Larsson
aa2b2c316b
Merge pull request #16 from sonic74/master
...
msvc support
2013-07-23 07:22:50 -07:00
Sven Killig
e277f3293c
Make compilable with Visual C++
2013-07-23 15:52:15 +02:00
Sven Killig
ad1fff6340
Merge remote-tracking branch 'upstream/master'
2013-07-23 15:50:45 +02:00
Benjamin Larsson
3b4592d45c
Add overrides for analyze mode
2013-06-07 22:24:00 +02:00
Benjamin Larsson
f18b1f3a8d
Force classification at the end of short files
2013-04-24 22:48:01 +02:00
Benjamin Larsson
bc418eddb8
Better error handling
2013-04-23 23:20:02 +02:00
Benjamin Larsson
61cfde3cd9
Better error handling.
2013-04-23 23:07:11 +02:00
Martin Hauke
465d78f2f1
Fix comment typos
2013-04-23 22:49:38 +02:00
Martin Hauke
3681948d36
Fix compiler warnings
2013-04-23 22:49:32 +02:00
Jakob Flierl
6511019415
Add rtl_433 to make install target.
2013-04-23 22:47:21 +02:00
Benjamin Larsson
b6478197a9
Write pulses detected per signal
2013-04-23 22:47:21 +02:00
Benjamin Larsson
205b788354
Reduce sample rate
2013-04-23 22:47:21 +02:00
Benjamin Larsson
5a46c4cb1d
Fix debug output types and change some debug output
2013-04-23 22:47:21 +02:00
Benjamin Larsson
1a27b43664
Disable some debug output
2013-04-23 22:47:21 +02:00
Benjamin Larsson
049c3a6f6d
Better debug output of the bit buffer
2013-04-23 22:47:21 +02:00
Benjamin Larsson
217965800c
Decode bits directly in analyze mode
2013-04-23 22:47:21 +02:00
Benjamin Larsson
7319cf6bce
Workaround to make classification work better
2013-04-23 22:47:21 +02:00
Benjamin Larsson
9526b8b79a
Classify distance data
2013-04-23 22:47:21 +02:00
Sven Killig
e544fc288f
Frequency hopping: #defines
2013-04-23 22:47:21 +02:00
Sven Killig
abd41fad7a
EM 1000: cleanup
2013-04-23 22:47:21 +02:00
Sven Killig
bcdfa22fdf
Frequency hopping "-f" can be given multiple times, e.g. "-f 433761931 -f 868198412". After 2 successfull decodings or 10 minutes, whichever happens earlier, the program tunes to the next frequency. This way, both ISM bands can be decoded with 1 stick.
2013-04-23 22:47:21 +02:00
Sven Killig
52ee2d50eb
Fix sample rate handling The former DEFAULT_SAMPLE_RATE 48000 was upped by librtlsdr to 1024000. Now it's possible with "-s 250000" to reduce the CPU load to a quarter.
2013-04-23 22:47:21 +02:00
Sven Killig
e50c150c5b
Added ELV WS 2000 weather station sensors
2013-04-23 22:47:21 +02:00
Benjamin Larsson
2ee8d8c2b3
Add signal classifier in analyze mode
2013-04-23 22:47:21 +02:00
Sven Killig
4cca43c746
Removed debug output
2013-04-23 22:47:21 +02:00
Sven Killig
7df72545ff
Check and combine the 3 repetitions
2013-04-23 22:47:21 +02:00
Benjamin Larsson
ae50b33afc
Add event debug output (-D)
2013-04-23 22:47:21 +02:00
Benjamin Larsson
5796ac4b86
Add usage description for -t
2013-04-23 22:47:21 +02:00
Benjamin Larsson
75a2086130
Fix auto saving of signals (-a -t)
2013-04-23 22:47:20 +02:00
Benjamin Larsson
3347884fbf
Make waveman detection more unique
2013-04-23 22:47:20 +02:00
Benjamin Larsson
936209b955
Add Waveman Switch transmitter
2013-04-23 22:47:20 +02:00
Benjamin Larsson
a838c25cf6
Add automatic signal recorder option
2013-04-23 22:47:20 +02:00
Benjamin Larsson
76bb3de5eb
Remove white spaces
2013-04-23 22:47:20 +02:00
Sven
52fac94206
Removed superfluous output
2013-04-23 22:47:20 +02:00
Sven
8436001320
Added ELV EM 1000 energy monitor sensors
2013-04-23 22:47:20 +02:00
Benjamin Larsson
4dfb608efc
Add support for decoding raw files (raw 16 bit files)
2013-04-23 22:47:20 +02:00