tiagocoutinho / modbus-proxy

Connect multiple clients to modbus devices
Other
71 stars 13 forks source link

Support multiple bridges #6

Closed tiagocoutinho closed 2 years ago

tiagocoutinho commented 2 years ago

This PR adds the capability to proxy multiple modbus devices in a single modbus daemon.

For this to work, the bridge(s) should be defined in a configuration file.

Support for command line bridge is not dropped but in README the recommended way is to write a config file

--log-config-file is marked as deprecated since the new configuration file should be able to provide all configuration.