Skip to content

Releases: ganehag/open-modbusgateway

Summer Breeze

22 Jun 08:36
Compare
Choose a tag to compare

Changed the name of the binary and configuration files. ommg -> openmmg

⛱️

Test of build system

22 Feb 19:19
Compare
Choose a tag to compare
v0.2.0.1

Added TRB build toolchain

Let it go!

09 Feb 10:15
Compare
Choose a tag to compare

This release makes it so that this software is no longer a drop-in replacement for the Teltonika modbusgateway.

As a result, it comes with several improvements;

  • TLS support
  • Filtering of request messages (blocking)
  • Configuration moved to a file instead of command line parameters

Bugfixes

11 Mar 17:48
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

This should work release.

Somewhat tested on a RUT900.

Binaries for both RUT9XX and TRBXXX can be found bellow.

To install on RUT9XX (ar71xx)

Copy files to /tmp on the RUT. Then execute;

opkg install libmodbus_3.1.4-1_ar71xx.ipk
opkg install --force-overwrite open-modbusgateway_0.1.3-1_ar71xx.ipk

To install on TRBXX (arm_cortex-a7_neon-vfpv4)

Copy files to /tmp on the RUT. Then execute;

opkg install libmodbus_3.1.4-1_arm_cortex-a7_neon-vfpv4.ipk
opkg install --force-overwrite open-modbusgateway_0.1.3-1_arm_cortex-a7_neon-vfpv4.ipk

The --force-overwrite flag is necessary to replace the existing modbusgateway binaries and config files.

OpenWRT package

08 Mar 16:11
Compare
Choose a tag to compare
OpenWRT package Pre-release
Pre-release

Attempt at building using OpenWRT build system.

Automake

28 Feb 13:25
Compare
Choose a tag to compare
Automake Pre-release
Pre-release

Added automake build system

Feature complete v0.1?

14 Feb 16:57
Compare
Choose a tag to compare
Pre-release

First public release