2017-05-02 06:36 AM
Hii!! i am using Ethernet as a server in my project(Made this project by following TCP Echo server exxample).
I am able to connect two devices at a time with my server and communicating with both the devices successfully.
Now my main question is that I want to know How many devices or PC's can we connect to Etherenet server...?
2017-05-02 08:36 AM
Would depend greatly on the specific implementation, settings, configuration and memory resources allocated.
I'd assume as you are posting here it is some STM32 implementation using LwIP, but your supplied context is incredibly vague. Review the notes/documentation related to the library being used.