sta-c0000 / tpconf_bin_xml

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

I've created a web editor adapted from this script. #22

Closed jahed closed 2 years ago

jahed commented 2 years ago

Hi @sta-c0000. Firstly, thank you so much for writing this script! It's helped me a lot.

I've ported the code over to JavaScript and it's available as a client-side web page. This will allow anyone to edit their config without needing to install Python or run a script from terminal.

https://jahed.github.io/tp-link-config-editor/

Not all of the various features and models have been ported yet as I don't have config files to test with, but that should be simple to do in the future.

Apologies in advance for using the issue tracker to share this, there's no other channels to contact you. I thought I'd let you know as it's adapted from your work.

I also suggest adding a LICENSE to your repository so people know what we can/can't do with your work. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

Thanks again!

sta-c0000 commented 2 years ago

That's really neat.

(thanks for tip; source code has GPL3 in header since start)