Skip to content

eManPrague/arduino-hacking-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Hacking Web

Web server working as a part of eMan IoT workshop apps stack (see Related) sending color sequences from user's phones to Arduino Uno via MQTT broker.

Features

  1. Websocket server (via express & express-ws) and MQTT client (via mqttjs) in one environment
  2. Forwards received Websocket messages (typically from a web browser) to the MQTT broker

Installation

  • Run npm install to download all the dependencies.
  • Open app.js and fill in your broker's hostname/port and the login credentials.
  • Launch the app from your terminal (node app.js).
  • You can now navigate to the site in your browser (typically http://localhost:8001).

Related

License

Arduino Hacking Web is released under the MIT License.

About

Demo node.js app for Arduino Hacking workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published