Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.11 KB

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.