In software project I am working in, we will have a management server and hundreds of clients. That management server will define policies and send clients(or clients will take that). I think, that structure is like group policy. Is there an API or something useful for my C++ program.
I came across Netconf named thing but I haven't succeed to run it. I am considering to write my configuration management system with RPC protocol, if I can't find anything useful but I don't know if is it easy to implement with C++.
Or I think I can use web service to update clients configuration files.
By the way I am not sure to call that thing "configuration manager" or not.