Hello, I'd like thank all (especially
ejs) for the guidance...
I've recently acquired a TP-Link TD-W9970 V1.
I wanted a way to extract the conf.bin on GNU/Linux, so I had a look at the compression format. It wasn't obvious so it took me a little time, largely because I don't know much about compression. But in the end I managed to write a Python 3 utility to uncompress and compress the TP-link TD-W9970's config files; so config files can do a complete round trip from bin to xml and back.
It's a command line utility and should work on any OS/platform that can handle Python 3:
https://github.com/sta-c0000/tpconf_bin_xmlI also posted a little bit of extra information in the readme there about controlling the LEDs, timings, and where to get a couple of extra tools.
Fun stuff, hopefully someone else finds this useful, cheers.