Configuring Nucleo-F767ZI as a server to send commands (Ethernet & LwIP)
Hello community,
I have configured the Nucleo-F767ZI LwiP (no RTOS) and Ethernet through CubeMx. I have also setup the echo_server configuration on the board. I can successfully ping and send a receive back messages from the board (using python on another machine) with an assigned IP and port number.
Since I have configured the board to operate as a server, I want to send commands (such as strings if possible from the python end) and toggle LEDs on the board for example.
I am new to TCP/IP protocol and I would gladly appreciate any input and resource.
My project will utilize ethernet communication as a primary protocol. I will not use HTTP server.
Thank you,
Michael T.