rossmann-engineering / EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations
922 stars 396 forks source link

IpAddress Change is not represented in docs/samples #97

Open saifkatoutatcom opened 1 year ago

saifkatoutatcom commented 1 year ago

I tried to find how to change IP address property for the ModbusServer. In the samples I found this in the EasyModbusServerSimulator folder: image In the docs (http://easymodbustcp.net/en/net-modbusserver-properties) I found no mention of the IP address property. Please note that I did finally find out how to change the IP address by looking into the source code. Would gladly add the IP address into the EasyModbusServerSimulator sample or docs, if author's approval is given.