wmbusmeters/src
Fredrik Öhrström f5ff15af2c Use librtlsdr to detect rtl-sdr dongle. 2020-09-27 19:40:05 +02:00
..
admin.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00
aes.cc Add aescmac for more security modes. 2020-01-28 16:15:11 +01:00
aes.h Moved sources into src. 2019-02-23 13:53:52 +01:00
aescmac.cc Add aescmac for more security modes. 2020-01-28 16:15:11 +01:00
aescmac.h Add aescmac for more security modes. 2020-01-28 16:15:11 +01:00
cmdline.cc Added resetafter, regular reset. 2020-09-25 23:56:50 +02:00
cmdline.h Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
config.cc Added resetafter, regular reset. 2020-09-25 23:56:50 +02:00
config.h Added resetafter, regular reset. 2020-09-25 23:56:50 +02:00
crc.cc Moved sources into src. 2019-02-23 13:53:52 +01:00
dvparser.cc added extractDVuint32 2020-09-24 13:10:34 +02:00
dvparser.h added extractDVuint32 (copy of extractDVuint24) 2020-09-24 13:29:25 +02:00
fuzz.cc Added fuzzying of dvparser. 2019-03-15 21:49:18 +01:00
main.cc Use librtlsdr to detect rtl-sdr dongle. 2020-09-27 19:40:05 +02:00
manufacturers.h Added inital support for meter MK Radio 3. 2019-04-27 13:31:13 +02:00
meter_amiplus.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_apator08.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_apator162.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_cma12w.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_compact5.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_ebzwmbe.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_ehzp.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_em24.cc Make a distinction between not yet opened and not working serial devices. 2020-09-25 16:38:40 +02:00
meter_esyswm.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_eurisii.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_fhkvdataiii.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_hydrodigit.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_hydrus.cc Add errno.h for macosx build. 2020-09-27 11:44:24 +02:00
meter_iperl.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_izar.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_izar3.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_lansendw.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_lansenpu.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_lansensm.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_lansenth.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_mkradio3.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_multical21.cc Remove unused bus variable. 2020-09-25 18:13:43 +02:00
meter_multical302.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_multical403.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_multical603.cc Extract multical603 total kwh properly. 2020-09-26 09:14:26 +02:00
meter_omnipower.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_q400.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_qcaloric.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_rfmamb.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_rfmtx1.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_supercom587.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_topaseskr.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_vario451.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meter_waterstarm.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
meters.cc Print id for ignored telegrams when verbose logging. 2020-09-25 19:14:34 +02:00
meters.h Add errno.h for macosx build. 2020-09-27 11:44:24 +02:00
meters_common_implementation.h Print id for ignored telegrams when verbose logging. 2020-09-25 19:14:34 +02:00
printer.cc Now simulations work. 2020-09-08 14:55:01 +02:00
printer.h Now simulations work. 2020-09-08 14:55:01 +02:00
serial.cc Use librtlsdr to detect rtl-sdr dongle. 2020-09-27 19:40:05 +02:00
serial.h Use librtlsdr to detect rtl-sdr dongle. 2020-09-27 19:40:05 +02:00
shell.cc Alarm test work again. 2020-09-18 20:05:59 +02:00
shell.h Alarm test work again. 2020-09-18 20:05:59 +02:00
testinternals.cc Partially removed reopenafter. 2020-09-25 22:27:34 +02:00
threads.cc Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
threads.h Added tracing of semaphore. 2020-09-27 12:05:08 +02:00
timings.h Alarm test work again. 2020-09-18 20:05:59 +02:00
ui.cc Add files. 2020-08-30 21:47:47 +02:00
ui.h Add files. 2020-08-30 21:47:47 +02:00
units.cc Added meter code for Multical 403 2020-08-18 18:20:30 +02:00
units.h Added Apparent Power to interface and meter 2020-09-24 21:23:06 +02:00
util.cc Added --listmeters and --listmeters=water 2020-09-13 13:24:46 +02:00
util.h Rewrote locking from scratch switch to shared_ptr. 2020-09-21 21:55:21 +02:00
wmbus.cc Add errno.h for macosx build. 2020-09-27 11:44:24 +02:00
wmbus.h Add errno.h for macosx build. 2020-09-27 11:44:24 +02:00
wmbus_amb8465.cc Replaced sem_post/sem_wait with pthread_cond_signal_timedwait 2020-09-27 11:35:57 +02:00
wmbus_amb8465.h Moved sources into src. 2019-02-23 13:53:52 +01:00
wmbus_cul.cc Replaced sem_post/sem_wait with pthread_cond_signal_timedwait 2020-09-27 11:35:57 +02:00
wmbus_cul.h adding support for CUL devices 2019-11-22 18:50:55 +01:00
wmbus_d1tc.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00
wmbus_im871a.cc Replaced sem_post/sem_wait with pthread_cond_signal_timedwait 2020-09-27 11:35:57 +02:00
wmbus_im871a.h Add support for listening to S1 and S1-m telegrams. 2019-05-21 10:34:09 +02:00
wmbus_rawtty.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00
wmbus_rc1180.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00
wmbus_rtl433.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00
wmbus_rtlwmbus.cc Use librtlsdr to detect rtl-sdr dongle. 2020-09-27 19:40:05 +02:00
wmbus_simulator.cc Moved listenTo/onDissapear to common implementation. 2020-09-25 21:58:09 +02:00
wmbus_utils.cc Now simulations work. 2020-09-08 14:55:01 +02:00
wmbus_utils.h Replaced sem_post/sem_wait with pthread_cond_signal_timedwait 2020-09-27 11:35:57 +02:00
wmbus_wmb13u.cc Add partial support for RC1180. 2020-09-26 13:52:24 +02:00