DrSensor / F.I.D.E

A desktop application like File Explorer apps but for IoT data
Apache License 2.0
1 stars 1 forks source link

Scaffold IoT project folder based on E-file #4

Open DrSensor opened 6 years ago

DrSensor commented 6 years ago

The workflow is like this:

  1. Choose which E-file as a basis of your for mqtt topic then.
  2. Click button Scaffold Project then form dialog will be pop-out.
  3. After filling the form, Generate button will be active and able to click.
  4. Upon clicked, executed script to generate config.json based on filled form then execute vue create DrSensor/vue-iot-template -s config.json

The requirement for this idea are:


Ah, also the project generated by this concept called Thing mode because its corespondended into only one device (E-file).

There is different concept/vue-template for Solution mode (related to D-file) that can subscribe to many things and only have webapp project, no arduino. Its suitable for building custom IoT/WoT gateway.