washo4evr / Socket.io-v1.x-Library

Socket.io Library for Arduino
108 stars 58 forks source link

problem connecting Controllino MEGA with WizNet5100 #62

Open bluelemonade opened 5 years ago

bluelemonade commented 5 years ago

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?