Community discussions

MikroTik App

Search found 7 matches

by tmak
Wed Feb 03, 2016 1:18 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89709

Re: C# API - tik4net on GitHub

Hi Daniel Frantik,

I am using your dll in VB.net project to edit bridge filters in ROS by API. New update is also working fine,

It make easy my work. Please add some more examples in VB about new future you add in your project. It will make working easy for new persons.

Thanks.
by tmak
Sun Jan 31, 2016 11:48 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89709

Re: C# API - tik4net on GitHub

Hi,
Can you add Bridge Filter object in next update to manipulate Bridge Filter Rules just like we can do on high level of Firewall Filters with your code.
Thanks
by tmak
Fri Jan 29, 2016 1:17 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89709

Re: C# API - tik4net on GitHub

Thanks, for the fast update.
by tmak
Wed Jan 27, 2016 1:06 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89709

Re: C# API - tik4net on GitHub

Hi danikf
Good work man, Thanks for sharing it.
I am using your dll in vb.net project, can you explain how to set ?#operations by CreateCommandAndParameters to applies operations to the values in the stack.
Example to execute this query.
/interface/print
?type=ether
?type=vlan
?#|
by tmak
Tue May 22, 2012 12:08 am
Forum: General
Topic: Using Single Router to Work in Different Modes.
Replies: 1
Views: 831

Using Single Router to Work in Different Modes.

Is it possible that u can use single router to perform all these task Load Balancer, Traffic Shaper , Bandwidth Limiter and Firewall.
by tmak
Sat Jan 30, 2010 12:52 am
Forum: General
Topic: Best Cpu for RouterOS x86.
Replies: 23
Views: 24510

Best Cpu for RouterOS x86.

Which Intel CPU give best performance Pentium4 , Dual Core , Atom and Core 2 Duo?
by tmak
Mon Jan 25, 2010 3:35 pm
Forum: Scripting
Topic: How to use ping detail value (round-trip) in script
Replies: 1
Views: 1062

How to use ping detail value (round-trip) in script

Hi

I want to use ping to check different gateways average round-trip time and then select gateway as default route.
ping only return success count. Any way to get other details.

Thanks