C or C++ Code for parametrizing mAP

Hello,

I have a mikrotik mAP. I want to parametrize the device over C or C++ Code. This means i want to set the acces Point Name, Password, band, channel with a C-Code. How I can realize this?

Have a look at these resources:

https://wiki.mikrotik.com/wiki/API_in_C
https://wiki.mikrotik.com/wiki/API_in_C_using_winsock
https://wiki.mikrotik.com/wiki/API_In_CPP

Or try calling the RouterOS API directly using an HTTP client library of choice.

Thank you for the quick Reply.