sta-c0000 / tpconf_bin_xml

Command line utility to convert TP-Link router backup config files
160 stars 40 forks source link

TP-Link RE200 v3 #30

Open vaanwd opened 1 year ago

vaanwd commented 1 year ago

I have the following error:

# python3 ./tpconf_bin_xml.py config.bin config.out
ERROR: Unrecognized file type!
sta-c0000 commented 1 year ago

Appears tpconf_bin_xml does not support that model. I would not have expected it to work for a range extender, but I had a quick look at the firmware. It does contain interesting things (like dropbear), and appears the RE200 can be configured as a full access point. But, like newer router models, the structure is different and would require more time to reverse engineer. Unfortunately, I will not be doing that at this time, sorry.