Support for 4 simultaneous connections in Server


hello!

the web docs indicate web server can support 4 simultaneous connections - i'm wondering how can distinguish these? want maintain own data structure associated each connection, , need associate each connection instance - can rely on address of client object? or there other way identify client?

client client = server->available();

this may 1 of possibly 4 different connections - how know one?

is there example code dealing more 1 connection @ time? example have can deal one, docs indicate 4.

any appreciated.

many thanks.

b...

the client object instance of client class. encapsulates connection. need not being done?


Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Support for 4 simultaneous connections in Server


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums