Skip to content

Serial Port JSON Server

Compare
Choose a tag to compare
@chilipeppr chilipeppr released this 24 Apr 04:51
· 51 commits to master since this release

A server for the Internet of Things. Lets you serve up serial ports to websockets so you can write front-end apps for your IoT devices in the browser.

New in 1.92

  • HTTPS and WSS support courtesy of Stewart Allen. Sample cert and key provided in release zip/tar file. Copy sample files to cert.pem and key.pem to have SPJS enable HTTPS/WSS support or use command line parameters of -scert mycert.pem -skey mykey.pem to specify files.
  • Added fix for opening 2nd or more serial ports where there was a block opening an additional port