Stefan Wahren 3381d1b41d test cases for invalid telegrams
- too short fixed data length (invalid_length2.hex)
- premature end of record at data (premature_end_of_data1.hex,
premature_end_of_data2.hex)
- premature end of record at DIF (premature_end_of_dif1.hex,
premature_end_of_dif2.hex)
- premature end of record at variable length VIF
(premature_end_of_var_vif1.hex)
- premature end of record at VIF (premature_end_of_vif1.hex)
- too long variable length VIF (too_long_var_vif.hex)
- too many DIFE (too_many_dife.hex)
- too many VIFE (too_many_vife.hex)
- too short variable header (too_short_header.hex)
2013-06-21 08:45:22 +02:00
2012-12-25 11:49:20 +02:00
2013-06-21 08:45:22 +02:00
2012-04-28 13:52:23 +02:00
2012-04-22 22:24:47 +02:00
2012-07-19 22:34:03 +02:00

libmbus: M-bus Library from Raditex Control (http://www.rscada.se)

libmbus is an open source library for the M-bus (Meter-Bus) protocol. The Meter-Bus is a standard for reading out meter data from electricity meters, heat meters, gas meters, etc. The M-bus standard deals with both the electrical signals on the M-Bus, and the protocol and data format used in transmissions on the M-Bus. The role of libmbus is to decode/encode M-bus data, and to handle the communication with M-Bus devices.

For more information see http://www.rscada.se/libmbus

Description
No description provided
Readme 1.3 MiB
Languages
C 95.8%
Shell 1.8%
Makefile 1.5%
XSLT 0.5%
M4 0.3%