Re: [OpenWrt-Devel] UBus wire protocol documentation

2019-12-08 Thread Peter Stadler
I know only the somehow generic wiki pages of OpenWrt and looked mostly at the sources: https://git.openwrt.org/?p=project/ubus.git;a=blob;f=libubus.h https://git.openwrt.org/?p=project/libubox.git;a=blob;f=blobmsg_json.c There is also an example for a client in the tree. Currently I have a w

[OpenWrt-Devel] UBus wire protocol documentation

2019-12-07 Thread Michael Jones
I'm planning to implement a Ubus client using Boost.Asio / C++'s Networking TS, in C++, complete with a new implementation of the ubus wire protocol (in C++). Is there any documentation available about the Ubus wire protocol? ___ openwrt-devel mailing li