A Python-based project to simulate Modbus communication for testing and development purposes.
- Simulates Modbus server and client interactions
- Customizable registers and responses
- Useful for integration testing without real hardware
git clone https://github.com/SPECTERBLUE/fake_dada_modbus.git
cd fake_dada_modbus
pip install -r requirements.txtpython fake_modbus_server.pyConfigure client settings as needed to connect to the fake server.
Modify config.yaml or environment variables to set up registers and responses.
Pull requests are welcome. For major changes, please open an issue first.
This project is licensed under the MIT License.