ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple server error

pask86 opened this issue · comments

i have two server:
EthernetServer server = EthernetServer(1001);
EthernetServer server_web = EthernetServer(80);

Unfortunately the software is confusion between the two connections : data sent on a port 1001 are received on the 80 and viceversa

i've posted a similar one - see "Two uipservers problem #127 opened on 29 Sep".
Still no idea how to solve it.

can someone hel us??? pls