TCP Socket bare-metal, can it be done?
Hi,
I am running a simple TCP server using the lwIP stack and no RTOS. I got help from the "Echo_Server" example offered in most ST eval board packages, everything works fine.
I need to accept a single socket connection from the outside and maybe also establish one as a client.
I understand that because sockets are sort of blocking, they are often implemented in a multi-thread environment. I am trying to not use any OS. Any type of the F series microC will do.
Has anyone ever implemeted lwIP sockets without any OS? Can it be done?
Thank you.
