net module #601
Replies: 4 comments
-
Posted at 2016-07-18 by @gfwilliams Are you running these two bits of code on the same Espruino, or two different Espruinos? If it's two different Espruinos you don't seem to have set up ethernet on the client... I guess it's possible that WIZnet can't connect to itself - the connect call is blocking on the existing WIZnet driver, so then it wouldn't be able to hand control over to the server so that it could accept the connection. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-07-20 by Norbi client was running on node js. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-07-20 by @gfwilliams What did each device print to the console? Did they get to the point of connecting? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-07-20 by Norbi Client print : "Hello World" just once, server does not print anything |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-07-16 by Norbi
Client can not get "Hello" message from server.
What is wrong?
server
client
Beta Was this translation helpful? Give feedback.
All reactions