Everyone with basic knowlede could build their own IOT device (sensor, control TV... ) without programming language
This app starts as an editor for Open MQTT Gateway. Then I think It could become more, a central hub for everyone, from amateur, hobbyist, student to build their own Internet of Thing device in just one click. If you just want to use app, visit http://www.quickiots.com to download and give it a try
- Install
Node.js
- Clone source code,open cmd/shell, run:
npm install
npm install -g electron-forge
npm install --global windows-build-tools
if not installed. In case error/stuck when installing, runnpm install --global --production windows-build-tools@4.0.0
. [Windows Vista / 7 only] requires.NET Framework 4.5.1
- Run
install.bat
orinstall.sh
to install and rebuildnode-pty
node_modules\.bin\electron-rebuild
to rebuild module for electron
- Code is jQuery spaghetti. Sorry...
- Use Electronjs, run
npm start
to start app
- Deploy for Web: Upload all file except
"modules"
folder - Build for desktop app: Run
electron-forge make
. A folder nameout
will contain the build version
- This tool get JSON data of devices, fields... from a
PHP MYSQL API server
.