cumbia-tango 1.x
C++ multi threaded library based on cumbia and the Tango control system
|
In this page we will write an application that reads from the native Tango engine and posts the results on a web server using cURL. The application accepts multiple recipes listing Tango attributes (or commands). Recipes are organized in folders whose name is an integer indicating the desired polling period. One single timer in the application periodically checks the set of results gathered from Tango and sends them grouped by recipe through cURL. One cURL post operation for each recipe, according to the associated timeout. If the desired periods are not multiple one another, they will be approximated.
The meson build system will be adopted.