A serial port JSON websocket & web server that runs from the command line on Windows, Mac, Linux, Raspberry Pi, or Beagle Bone that lets you communicate with your serial port from a web application.
This repository serves as a learning lab for understanding and implementing WebSocket services using Python and the excellent websockets library. The primary goal is to follow the official ...