Documentation UI
-
Hi,
Perhaps I might not have searched hard enough, but I have a few applications I'd like to make. Is there any design documentation on how to get them in the console?
I'd like them to be available from the web UI. (More specifically, make the settings available from UI)Kind regards,
UPDATE: I deleted my original post in projects, as this isn't really a projects topic
I haven't recieved my omega's yet however when looking at the Onion github pages I can see a clear pattern:
- https://github.com/OnionIoT/Onion-Console/tree/master/www/apps/onion-resistor-calculator
It seems this application is a Polymer based web application with index.html being it's main file.
There also seems to be app.json file, and an icon.png
The onion-transmission-client application seems to support this: https://github.com/OnionIoT/transmission-console-app/tree/master/onion-transmission-client
One top level above there is also a Make file: https://github.com/OnionIoT/transmission-console-app
RFID app seems to be having the same structure (yet more advanced than previous two).
https://github.com/OnionIoT/OOS-App-RFIDFrom the structure of the git found at: https://github.com/OnionIoT/Onion-Console/tree/master/www/apps
It might seem that they live in the /www/apps folder.Will confirm and test out when I recieve my omega's.
- https://github.com/OnionIoT/Onion-Console/tree/master/www/apps/onion-resistor-calculator
-
UPDATE2:
Apparently it really is that easyI created a folder
/www/console/apps/hmwb
Then I added the- app.json
- hmwb.html
- icon.png
As a way of testing I cloned Hive MQ web client demo and added this as an iframe
Voila:
-
@Robbert-Lambrechts Have you seen/tried out OnionOS, the next generation evolution of the Console? https://onion.io/2bt-onion-os/
We built it from the ground up to make it easy to create apps. We’re actually in the process of working on the CDK (Console Development Kit) and hope to release it soon, so stay tuned!