Community discussions

MikroTik App

Search found 5 matches

by avistudio
Sat Oct 07, 2023 4:32 am
Forum: Scripting
Topic: Simple reading RX TX via API PHP [SOLVED]
Replies: 4
Views: 4183

Re: Simple reading RX TX via API PHP [SOLVED]

Here is the solution that worked for me:
$param = ["interface"=>"ether1","once"=>"yes"];
$API->comm("/interface/monitor-traffic", $param);
by avistudio
Sat Nov 19, 2022 2:13 pm
Forum: Scripting
Topic: API address-list add or remove
Replies: 21
Views: 32488

Re: API address-list add or remove

Hello! I used to have that question too. After half day of experiments I've done it! function enable_user_API($AdresaIp){ require('routeros_api.class.php'); $API = new Routeros_api(); if ($API->connect('IP', 'USER', 'PASSWORD')) { # Get all current hosts $API->write('/ip/firewall/address-list/print'...
by avistudio
Mon May 06, 2019 9:56 pm
Forum: RouterBOARD hardware
Topic: MikroTik! Please, make G(E)PON ONU!
Replies: 11
Views: 13467

Re: MikroTik! Please, make G(E)PON ONU!

Belive me, G/E/Pon technology are still in vogue, in many countries fiber optic networks are just now in development, there are a lot of OLT manufacturers, and most are compatible with different ONU models, that;s why Mikrotik can think about development for an ONU device, let say a routerboard with...
by avistudio
Mon May 06, 2019 1:42 pm
Forum: RouterBOARD hardware
Topic: MikroTik! Please, make G(E)PON ONU!
Replies: 11
Views: 13467

MikroTik! Please, make G(E)PON ONU!

Hello my friends from Mikrotik! Dear engineers, why u don't look to create a g/epon onu device? Somethink like a combination of hAP mini and a universal onu, for example V-Sol with at least one 5dbi external antenna? It could be an awesome device!!!! Many ISPs are using now g/e/pon and your nice rou...
by avistudio
Sun Apr 28, 2019 9:59 pm
Forum: Wireless Networking
Topic: rb4011 wireless version setting / reboot automatically
Replies: 29
Views: 9423

Re: rb4011 wireless version setting / reboot automatically

I just had the same problem with my RB4011 (w/o wifi)! Rebooted by itself! 6.44.1
It make me think to return on my old but stable RB1200 :(