arduinh3nk3r:
byte subnet[] = { 255, 255, 255, 255 }; //subnet mask
Con questa maschera di sotorete vedi solo te stesso e non riesci a raggiungere altri host.
Dovresti correggerla con:
byte subnet[] = { 255, 255, 255, 0 }; //subnet mask
arduinh3nk3r:
byte subnet[] = { 255, 255, 255, 255 }; //subnet mask
Con questa maschera di sotorete vedi solo te stesso e non riesci a raggiungere altri host.
Dovresti correggerla con:
byte subnet[] = { 255, 255, 255, 0 }; //subnet mask