Community discussions

MikroTik App

Search found 5 matches

by phamthinh2707
Wed Oct 10, 2018 10:43 am
Forum: General
Topic: Connect to Mikrotik Router via MAC address
Replies: 4
Views: 2238

Re: Connect to Mikrotik Router via MAC address

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 a simple IP config before reset, and run it afterward. Thank you, but I really want to handle all cases, example like hardware reset. If you perform a hardw...
by phamthinh2707
Wed Oct 10, 2018 6:55 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89606

Re: C# API - tik4net on GitHub

To make the setup process faster I writting c# Winforms Application base on you tik4net API call Mikrotik Controller right now. When you reset no default the Mikrotik router(951Ui), it IP will become "0.0.0.0". So there is no other way for me to configure the router via MAC address. Any so...
by phamthinh2707
Wed Oct 10, 2018 5:39 am
Forum: General
Topic: Connect to Mikrotik Router via MAC address
Replies: 4
Views: 2238

Re: Connect to Mikrotik Router via MAC address

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 a simple IP config before reset, and run it afterward.
Thank you, but I really want to handle all cases, example like hardware reset.
by phamthinh2707
Tue Oct 09, 2018 12:59 pm
Forum: General
Topic: Connect to Mikrotik Router via MAC address
Replies: 4
Views: 2238

Connect to Mikrotik Router via MAC address

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.
by phamthinh2707
Thu Sep 27, 2018 6:11 am
Forum: General
Topic: api queries. complex queries. please explain
Replies: 16
Views: 19397

Re: api queries. complex queries. please explain

I'm doing my winforms app to connect to Mikrotik router using tik4net right now. I'm setting up Wifi Marketing and have some trouble with convert to API command: Example: /interface wireless set [ find default-name=wlan1 ] disabled=no mode=ap-bridge ssid="Testing Wifi Marketing" My Convert...