Lesson2_LED_WS_simpliest by hubacekp

Cloned from Sketch test_WS Server Custom PORT by hubacekp

This sketch is missing a short description
Implement a very basic WebSockets server using Ethernet Shield on Arduino Uno. <br> How to change default PORT 80 to custom PORT 51840?<br> <br> change in file WebSocket.h:<br> int inPort = 80<br> to<br> int inPort = 51840<br> <br> change in file clientwebpage.html:<br> var wsUri = "ws://192.168.1.184/";<br> to<br> var wsUri = "ws://192.168.1.184:51840/";<br>

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:98191" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>