mswhirl / autoflashgui

Utility to flash firmware to modems and run setup commands after the flash has completed
GNU General Public License v3.0
70 stars 17 forks source link

Add support for VANT-9 and VBNT-Z (Vodafone Ultra Hub and Ultrahub Plus from New Zealand) #34

Open jameskeenan295 opened 4 years ago

jameskeenan295 commented 4 years ago

Just want to merge the changes in libautoflashgui.py and the two new device lines from defaults.ini

LuKePicci commented 4 years ago

Almost good, just clean up some comments we don't need to be merged. I will mark them now.

LuKePicci commented 4 years ago

Otherwise, checkout the current master branch and push a single commit with only required changes, it would be cleaner.

mswhirl commented 4 years ago

I will look into this soon but I'm not sure about making this specific variant the default. I have a beta version working (with no GUI) that adds a DHCP and TFTP server, and when I add that I will make the IP/username/password specific to the variant. I will also be moving the variant configs into one file each. I will hopefully get time to finish this all in the next two weeks.

jameskeenan295 commented 4 years ago

Hi Luca & Mark, I'm a github noob, so I don't know the cleanest way to do things yet. I just wanted to get the VANT-9 & VBNT-Z support added. Certainly doesn't need to be the default variant. Happy to wait for whenever Mark is ready. Yes it would be good to have the username/password/IP-address defaults configurable per variant. Let me know what you need me to do.