Hello alltogether, we have a very special problem. We'd like to have each user (registered and not yet registered) at the time, he starts browsing the web, to be redirected to a special page on our server. We use Mac authentication and to redirect him when he's not yet registered is really easy (don...
I am really stunned that Mikrotik isn't doing anything about this topic. The problem is present in all versions and it seems Mikrotik is not even trying to fix this. Unfortunately this leaves most people no choice than to switch vendors... I'm really interested in the development here, but it seems ...
Is there a way to create a registration website on a routerboard, so that a customer can enter some data like his name, e-mail and tel. number and this information is submitted to the routerboard? Unfortunately RouterOS does not support any scripting language like php. Is there any way to get custom...
I have no sample here for You right now, but it should not be that hard to figure out. Just use wireshark and listen to all Broadcasts on Port 5678/udp. Then use winbox click the button to search for routerboards. It should not be so hard too figure out the structure of the responses (which also go ...
We are developing a software solution based on MikroTik boards. This software uses quite a lot features and it controls the boards using API. Everything would be fine if there were no updates. We still have to work with version 3.17, because it is the only version that does not contain major bugs in...
Yes, that programs do it. My question is now how they do it. Because I need to autodetect the boards in my own application. I don't now if this is an open standard or something internal like winbox protocol. If there is any way to retrieve a list of boards with my own code, please let me know. Thank...
Hello, is there any possibility to detect all Mikrotik Boards in the current network? I mean something like WinBox does when clicking the tree dots beside of Connect To. I have to connect to a new Routerboard with a clean configuration and do NOT want to do this by serial (which is working right now...
Hello, I recently updated my Routerboard (Crossroads) to Version 3.22. I was curious about api queries since this is what I was waiting for. Before 3.22 I used Version 3.17. I am writing an Application using the API. In Version 3.17 I created a script like this: /ip hotspot user print where disabled...