Custom control over WIZ550web

Hello,
Is it possible to control the I/Os through ethernet without accessing the web page?
Such as sending commands over the ethernet using TCP? is there an API?
Thanks
Reviv

Hi.

wiz550web is using web control. and I/O control is possible to web Server.

And using TCP. API is opensource hardware (iolibrary) refer to below URL.

wiz550web example code = github.com/Wiznet/WIZ550web

WIZnet library = github.com/Wiznet/ioLibrary_Driver

Thank you