Community discussions

MikroTik App

Search found 5 matches

by janmohammadi
Fri Mar 30, 2018 12:55 am
Forum: Scripting
Topic: Api for C# - Mikrotik.Net
Replies: 2
Views: 8747

Api for C# - Mikrotik.Net

I recently published my small API library on GitHub it's a lightweight, fast and super simple API library for Mikrotik. https://github.com/janmohammadi/MikrotikDotNet Nuget: Install-Package Mikrotik.Net Simple command with parameters (ExecuteNonQuery): using (var conn = new MKConnection(IPADDRESS, U...
by janmohammadi
Sat Apr 15, 2017 5:41 pm
Forum: General
Topic: DHCP accounting and RADIUS packets
Replies: 38
Views: 21086

Re: DHCP accounting and RADIUS packets

Yes, I believe there are many people interested in this topic. Any response would be pleased. "We plan to implement" or "We don't plan to implement" would be sufficient :).
+1
Is Mikrotik have any plan to support Accounting requests for DHCP?
Is it possible at all?
by janmohammadi
Sat Nov 01, 2014 1:22 am
Forum: Scripting
Topic: Add new Firewall Mangle using API
Replies: 0
Views: 1091

Add new Firewall Mangle using API

Hello guys! i'm using the API in C# to add and remove Firewall Mangle. i can print and remove mangles but i can not add new one! i can add mangle in terminal and ssh: ip firewall mangle add chain=prerouting src-address=192.168.25.25 comment=username new-connection-mark=conn1 disabled=no but it does ...
by janmohammadi
Sat Nov 01, 2014 12:35 am
Forum: Scripting
Topic: read data from mikrotik ??
Replies: 2
Views: 1114

Re: read data from mikrotik ??

use this command:
/ppp/secret/print
what is the problem?
by janmohammadi
Fri Oct 31, 2014 5:08 pm
Forum: Scripting
Topic: read data from mikrotik ??
Replies: 2
Views: 1114

Re: read data from mikrotik ??

use
/ppp/secret/print
what is the problem?