This is a big issue, and likely one that will prevent any real further progress hacking the WCB3000N. I found one process called "data_center" which seems to be the heart of the configuration logic for this device. Unfortunately, it is closed-source and pre-compiled in this directory:
https://github.com/Saturn49/wecb/tree/master/rtl819x/users/ctl/files/target/wecb/bin
I've attached the output from a run of it below, it looks like it sets up the network bridging and such, as well as serving as data storage for the web UI - the web cgi scripts looks like they are just a client for this server.
data_center_output.txt
It doesn't look like it is much more than a wrapper around some ioctls and shell commands but still not something I want to pick apart.
This is a big issue, and likely one that will prevent any real further progress hacking the WCB3000N. I found one process called "data_center" which seems to be the heart of the configuration logic for this device. Unfortunately, it is closed-source and pre-compiled in this directory:
https://github.com/Saturn49/wecb/tree/master/rtl819x/users/ctl/files/target/wecb/bin
I've attached the output from a run of it below, it looks like it sets up the network bridging and such, as well as serving as data storage for the web UI - the web cgi scripts looks like they are just a client for this server.
data_center_output.txt
It doesn't look like it is much more than a wrapper around some ioctls and shell commands but still not something I want to pick apart.