Community discussions

MikroTik App

Search found 9 matches

by hugojammal
Sun Aug 03, 2014 9:25 pm
Forum: Scripting
Topic: API Java monitor-traffic
Replies: 26
Views: 9328

Re: API Java monitor-traffic

Scanning for projects... Some problems were encountered while building the effective model for me.legrange:mikrotik:jar:1.1.7-SNAPSHOT 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-gpg-plugin is missing. @ line 72, column 21 It is highly recommended to fix these problems because ...
by hugojammal
Fri Jul 11, 2014 3:19 am
Forum: Scripting
Topic: API Java monitor-traffic
Replies: 26
Views: 9328

Re: API Java monitor-traffic

lets starts from the beginner. Actually I use my mikrotik as a hotspot in my family's hotel. We have contracted one hotspot supplier that installed one mikrotik and started to charge us every month. When I understood that what this supplier "sells" its only a API based software to control ...
by hugojammal
Thu Jul 10, 2014 6:53 pm
Forum: Scripting
Topic: API Java monitor-traffic
Replies: 26
Views: 9328

Re: API Java monitor-traffic

@boen_robot

We are on the same page :)

I will try. Because is a little confuse to me, Actually the API returns a more consistent java object than the !re from mikrotik.

I want to compare the list of active users with the inserted users.
by hugojammal
Thu Jul 10, 2014 4:45 am
Forum: Scripting
Topic: API Java monitor-traffic
Replies: 26
Views: 9328

Re: API Java monitor-traffic

Legrand. Tanks for your support. i'm trying to implement your responselistener to monitor the currents actives hotspot users. based on your example 5 i got the sucessfull with MONITOR commands in mikrotik. do you know a way to continuous check the active hotspot user like the responselistener? the s...
by hugojammal
Sun Jun 29, 2014 11:24 pm
Forum: Scripting
Topic: API Java monitor-traffic
Replies: 26
Views: 9328

Re: API Java monitor-traffic

Hello Legrand. Your API for JAVA works very well conglatulations. I'm developing one JAVA application to manage users in mikrotik. when I read for example (/ip/hotspot/user/print), your API returns one string containing all informations about the users. I want to get this string and make java object...
by hugojammal
Wed Jun 11, 2014 1:55 am
Forum: General
Topic: PING in 2 networks
Replies: 5
Views: 2791

Re: PING in 2 networks

If you need access to AP first add the mac address of each device to ip-binding section. sent from my mobile phone using tapatalk Tanks. it works perfectlly. Without routes, just ip binding But is it possible to configure in a different way (without MAC)? Because, my objective is to tell to somebod...
by hugojammal
Tue Jun 10, 2014 12:58 pm
Forum: General
Topic: PING in 2 networks
Replies: 5
Views: 2791

Re: PING in 2 networks

Post our put from /export compact.
Celtic, I'm was tinking that is not possible to set static routes for 2 bridges.

Because the bridges are a kind of a route, am I correct?

So what about the NAT rules?
by hugojammal
Tue Jun 10, 2014 1:14 am
Forum: General
Topic: PING in 2 networks
Replies: 5
Views: 2791

Re: PING in 2 networks

[hspot@AMBIENTE_TESTE] > /export compact # jan/01/1970 21:13:46 by RouterOS 6.1 # software id = IJEL-ZDRG # /interface bridge add l2mtu=2290 name=ADM protocol-mode=rstp add l2mtu=1598 name=HSPOT-1 /interface ethernet set 0 mac-address=4C:5E:0C:35:65:F3 set 1 mac-address=4C:5E:0C:35:65:F4 set 2 mac-a...
by hugojammal
Mon Jun 09, 2014 2:38 am
Forum: General
Topic: PING in 2 networks
Replies: 5
Views: 2791

PING in 2 networks

I'm trying to configurate one routerboard RB2011UiAS to be used as a hotspot for clients and an administrative. I configurated interfaces ether2, ether3, ether4 and ether5, in one bridge named hotspot_HU I've created one DHCP Server to distribute IPs 20.0.0.0/16 for bridge hotspot_HU The interfaces ...