embedded - Can Microchip TCP/IP stack implements two or more clients sockets at the same time? -


I need to communicate a device with 2 servers. Is this possible with microchip TCP / IP stack?

You should read the document (and it), or ask Microchip support

the stack , And shows that the configuration macros are MAX_SOCKETS (value 1 to 253) and MAX_UDP_SOCKETS (1-254), which is limited by the available RAM, so I would say implicitly; Yes , if you have enough available RAM.

You should read this fact completely to ensure that the stock will meet your needs before it starts. There is no substitute for RTFM when asked on stack overflow.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -