bobs
Results
2
comments of
bobs
Even though the client connects to the server in local network that has no gateway, we should to specify gateway address to Ether.staticSetup()... So I just set the gateway as...
ether.staticSetup(myip, remoteip, 0, 0); still has some problem. When the client begins, without network connection, it fails to resolve arp (of course), but after connect cable into the device, it...