We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, I changed the hello world demo to my local settings and added the W5100 definition.
#define W5100 #include "SocketIOClient.h" #include "Ethernet.h" #include "SPI.h" SocketIOClient client; byte mac[] = { 0xAA, 0x00, 0xBE, 0xEF, 0xFE, 0xEE }; char hostname[] = "192.168.1.56"; int port = 9021;
the Controllino coundn't connect to the node socket server. I tried a socket.io only, on http and on express server. nothing! no firewall.
any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello, I changed the hello world demo to my local settings and added the W5100 definition.
the Controllino coundn't connect to the node socket server. I tried a socket.io only, on http and on express server. nothing! no firewall.
any ideas?
The text was updated successfully, but these errors were encountered: