I am using c++ builder 6 and i want to use it to make some simple programs using mikrotik API.
I read the wiki but i didnt understand how to connect to my mikrotik device.
Is there anyone who can send me a simple project of c++ builder 6 using API?
For start i want just to login to a mikrotik device.
???
i know that they are not for C++ Builder, but you can check C/C++ sources that are created by other users and linked in wiki.mikrotik.com
That should be sufficient to create working sample of “log-in app” as whole communication protocol is available.
I understand, thank you.