Community discussions

MikroTik App

Search found 2 matches

by shaun12
Sat Nov 10, 2018 2:22 pm
Forum: Scripting
Topic: MAC-Telnet Solution via Code
Replies: 0
Views: 961

MAC-Telnet Solution via Code

So I am trying to build a program that can access 1 router via another through mac-telnet but im at a crossroad with my code. i have tried everything i could think of. the connection to the router works fine but after that not so much ITikConnection initconnection = ConnectionFactory.CreateConnectio...
by shaun12
Sat Nov 10, 2018 12:23 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 95920

Re: C# API - tik4net on GitHub

Hi, Danik im strugling to get into 1 router from another would you mind telling me what im doing wrong? ITikConnection initconnection = ConnectionFactory.CreateConnection(TikConnectionType.Api); initconnection.Open("10.255.107.2", "admin", xxxx"); ITikCommand mac_telnetCmd =...