I’m writing a C# Winforms application base on tik4net API.
My trouble is whenever I reset the router, the IP address will become “0.0.0.0”.
so i have to connected by MAC Telnet, but tik4net API doesn’t support MAC telnet.
any suggestion for me, thanks you so much.
There is an option to run a specified script (that is stored on flash) after reset.
I guess, you can make your application create a script with simple ip config before reset, and run it afterwards.