aldas / modbus-tcp-client

PHP client for Modbus TCP and Modbus RTU over TCP (can be used for serial)
Apache License 2.0
191 stars 55 forks source link

Modbus server Can it run on Linux #99

Closed leiwuhen1715 closed 2 years ago

leiwuhen1715 commented 2 years ago

Modbus server Can it run on Linux

aldas commented 2 years ago

This library is developed on Linux. It is being tested on Linux with CI flow https://github.com/aldas/modbus-tcp-client/actions/runs/919311467 I have 20+ Ubuntu installations running with it 24/7.

If you mean this example examples/example_response_server.php. This will also run on Linux.