Hi.
I wanted to know how to remotely interface with openwrt to be able to manage it (perhaps with some python scripts). I saw that the API is available but here comes the problem. In my opinion not documented in detail (see rpc). I saw that there are two routes available: rpc and ubus. Question: What changes between the two?
I also took a look at the rpc api...documentation scattered around (mostly from other people and not an official OpenWrt guide) without "insights". Trivial example.
in the method field I imagine there are quite a few for each path (sys, fs, net, etc)... but where are they documented!? I've found practically nothing around other than example after example. If you could help me understand this situation a little better. Thank you