Skip to content

ThingsBoard IoT Gateway

Compare
Choose a tag to compare
@imbeacon imbeacon released this 30 Mar 07:33
· 2755 commits to master since this release

Minor release with the following improvements.

Main features:

  • [CAN Connector] Adding CAN bus connector, thanks to anonymous contributor;

Improvements:

  • [Modbus Converter] Improvements in processing data;
  • [Modbus Connector] Added more configuration parameters in the configuration file to increase flexibility (parity, bytesize, stopbits, strict mode activation (Use Inter char timeout for baudrates <= 19200)) #266 ;
  • [TB Client] Imrovements in connection to the ThingsBoard;
  • [Request Connector] Added feature of processing array in response(If response is an array of objects, each element will be processed as an independent object);

Bug fixes:

  • [Modbus Connector] Fix for #266 ;
  • [Installation] Fix for #265, Thanks for investigations to @pehedima;
  • [TB Gateway Service] Fix for deadlock on telemetry uploading;