monthop / pymodbus

Automatically exported from code.google.com/p/pymodbus
0 stars 0 forks source link

IPv6 support for ModbusTcpClient #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ModbusTcpClient does not support connections to IPv6 peers. I guess this is a 
rather uncommon setup, but since it's easy to support both IPv4 and IPv6 in 
parallel I suggest including the attached patch.

Unfortunately I don't know how to do the same for ModbusUdpClient.

Regards,
Ingo

Original issue reported on code.google.com by ingo.van...@gmail.com on 16 Jan 2012 at 3:47

Attachments:

GoogleCodeExporter commented 9 years ago
Sounds good to me.  I'll add the patch to the latest branch.

Original comment by Bashw...@gmail.com on 17 Jan 2012 at 5:19

GoogleCodeExporter commented 9 years ago

Original comment by Bashw...@gmail.com on 26 Feb 2012 at 3:45