Releases: ganehag/open-modbusgateway
Summer Breeze
Test of build system
v0.2.0.1 Added TRB build toolchain
Let it go!
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
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
Attempt at building using OpenWRT build system.
Automake
Feature complete v0.1?
First public release