Community discussions

MikroTik App

Search found 7 matches

by nherdogan
Mon Jan 11, 2010 5:31 pm
Forum: Scripting
Topic: How to collect the URL links of the visited webpages
Replies: 1
Views: 916

How to collect the URL links of the visited webpages

I need to collect the URL links of the visited webpages, from every TCP packet coming through in port 80.

Is Miktorik capable of providing this? Are there any .NET Scripts or dll samples for this?
by nherdogan
Mon Jan 04, 2010 2:00 pm
Forum: Scripting
Topic: Get Active Users on Csharp api
Replies: 7
Views: 2354

Re: Get Active Users on Csharp api

Thanks! It worked this time.
by nherdogan
Mon Jan 04, 2010 1:43 pm
Forum: Scripting
Topic: Get Active Users on Csharp api
Replies: 7
Views: 2354

Re: Get Active Users on Csharp api

Uhm, its not working either.all i did is opening a new connection and execute that code.

taking the version information is working, but i cant take the users. what could be the problem?

You mean i can use the "getall" command instead? What is it's notation?
by nherdogan
Mon Jan 04, 2010 12:20 pm
Forum: Scripting
Topic: Get Active Users on Csharp api
Replies: 7
Views: 2354

Get Active Users on Csharp api

I am having trouble with taking online users on C# API. This code is not working: mikrotik.Send("/ip/hotspot/active/print"); mikrotik.Send("=detail"); foreach (string h in mikrotik.Read()) { Console.WriteLine(h); } Anyone knows which syntax i have to follow? Thanks;
by nherdogan
Thu Dec 31, 2009 2:21 pm
Forum: Scripting
Topic: C Sharp, C# API is not working on my system.
Replies: 3
Views: 1208

Re: C Sharp, C# API is not working on my system.

I solved it. The problem was, i gave the wrong port number, 8291, instead of the API port 8728. And the port wasnt opened on Winbox. I was expected from Mikrotik Administrators to solve this problem very easily like our support team. I knew it was something easy, and yet not any administrator replie...
by nherdogan
Thu Dec 31, 2009 10:29 am
Forum: Scripting
Topic: C Sharp, C# API is not working on my system.
Replies: 3
Views: 1208

Re: C Sharp, C# API is not working on my system.

At least can you make a guess about the problem is in codes or the installation of the Mikrotik device?
by nherdogan
Wed Dec 30, 2009 12:51 pm
Forum: Scripting
Topic: C Sharp, C# API is not working on my system.
Replies: 3
Views: 1208

C Sharp, C# API is not working on my system.

Hey all, I simply trying to do some work using C# API, on .NET project with Visual Studio 2008. On my project, i am successfully connectiong to Miktorik with port and IP adress, but when i try to login, project is freezing on some particular point. I run it on debug mode, and saw this: public List<s...