Skip to content

n00dles/upy-websocket-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upy-websocket-server

Micropython (ESP8266) websocket server implementation.

Upload all scripts and HTML page to device and execute the websocket.py script.

When client connects to the device, test.html is served to him, which in turn makes websocket connection to the device and greets it with Hello. The device acknowledges this and replies with World appended, which makes client display Hello World.

New implementations can be made by subclassing WebSocketClient and WebSocketServer as shown in websocket.py.

About

Micropython (ESP8266) websocket server implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • HTML 7.8%