black-raison-detre
Occasional Visitor
I have some new idea about extending the webUI
My previous post here
I am currently pocking with httpd webAPI and I think I have figured out most of it.
currently I am able to get & set nvram_settings, trigger rc_service script, reading and writing /jffs/addons/custom_settings.txt.
In my previous post I am trying to add new API to httpd. Allow writing multiple config file, write one values at a time like nvram_settings. But having issue with segmentation fault when trying to read file. Maybe I am just making things more complicated.
I trying to create a new way to write web addons, not by messing with the old asp web page. By using Vuejs web app method to create more dynamic and extendable page. I will upload it to GitHub when I manage to work out the framework.
Feel free to ask me about the httpApi stuff, It is pure javascript stuff. you can test it on browser's console.
My previous post here
I am currently pocking with httpd webAPI and I think I have figured out most of it.
currently I am able to get & set nvram_settings, trigger rc_service script, reading and writing /jffs/addons/custom_settings.txt.
In my previous post I am trying to add new API to httpd. Allow writing multiple config file, write one values at a time like nvram_settings. But having issue with segmentation fault when trying to read file. Maybe I am just making things more complicated.
I trying to create a new way to write web addons, not by messing with the old asp web page. By using Vuejs web app method to create more dynamic and extendable page. I will upload it to GitHub when I manage to work out the framework.
Feel free to ask me about the httpApi stuff, It is pure javascript stuff. you can test it on browser's console.