Skip to content

Releases: v-zhuravlev/libzbxmodbus

Bulk data collection support

New datatypes: SIGNED INT32, DOUBLE, UINT64. Support for 4 type of endianess: BE,LE,MLE,MBE.

01 Sep 20:11
1faf536
Compare
Choose a tag to compare
v0.8

 implemented 32bit float for all 4 types of endianess: LE, BE, MBE, M…

libzbxmodbus 0.7: Added experimental support for 64bit datatypes

05 Oct 07:44
Compare
Choose a tag to compare

Added 64bit datatypes:

  • SIGNED INT64 type - 'S'
  • FLOAT64 type - 'd'
  • UNSIGNED INT64 use capital 'I' and Numeric(Unsigned) in Zabbix
    see README for more details.

libzbxmodbus 0.6

01 Jun 11:56
Compare
Choose a tag to compare
  • Encapsulated Modbus (RTU over TCP) support. define such connection with 'enc://' prefix like 'enc://192.168.0.1'
  • TCP port can be set for the connection: like '192.168.0.1:5005'
  • Improved locking for multiple resources
  • libmodbus 3.1.4 as nested module
  • introduced shorter alias name for modbus_read_registers : modbus_read
    See README for more details.

libzbxmodbus 0.5

01 Nov 07:02
Compare
Choose a tag to compare

Timeout from zabbix config file is now used for setting modbus timeouts

libzbxmodbus 0.4

05 Oct 14:30
Compare
Choose a tag to compare
  • Zabbix 3.2 support. Use ./configure --enable-zabbix-3.2
  • small fixes in configure.ac

libzbxmodbus 0.3: Zabbix 3.0 support

29 Feb 10:08
Compare
Choose a tag to compare
  • Zabbix 3.0 support
  • New signed integer data type support