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, but very limited).
In the end I want to determine a Routerboard in my Network (with an unkown IP) and connect to it somehow to enable API and do the rest.
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.
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 to the broadcast).