I'm currently researching a possible integration of one of the mesh dashboard projects into daloRADIUS. Although all of these dashboard projects relate to mesh nodes in specific I am looking into providing capabilities to non-mesh nodes (such as vanilla openwrt installs).
Would this be of any interest to you?
Regards,
Liran.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That would be great. The work is on the openwrt side though. Anything can check in to any of these dashboards, it just needs to use the ROBIN checkin format. It's just a GET query. I imagine you could do this with a cron job and a perl script (just run wget with whatever status info you want to send). Just write something to parse the response if you want to use the dashboard to do configuration stuff and you're good to go.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Developers,
I'm currently researching a possible integration of one of the mesh dashboard projects into daloRADIUS. Although all of these dashboard projects relate to mesh nodes in specific I am looking into providing capabilities to non-mesh nodes (such as vanilla openwrt installs).
Would this be of any interest to you?
Regards,
Liran.
That would be great. The work is on the openwrt side though. Anything can check in to any of these dashboards, it just needs to use the ROBIN checkin format. It's just a GET query. I imagine you could do this with a cron job and a perl script (just run wget with whatever status info you want to send). Just write something to parse the response if you want to use the dashboard to do configuration stuff and you're good to go.
That would be great to see something like this!