Ethernet to I2C Converter Python Socket

Has anybody experience using the Ethernet to I2C Converter with python?

I have some I2C port expanders which I want to control using the Ethernet interface.
I could not find a good example how the protocol is working with using just a socket.

BR
Tom

Hi Tom,

We do not have samples for Python, however it is as simple as establishing a TCP client socket connection to the board from the Python application, then communicate via the I2C API.