How-to guides
In this section, we provide information, useful for advanced PyTango developers.
- Testing PyTango Devices
- Multiprocessing/Multithreading
- Starting/creating/deleting devices
- Writing TANGO servers with original API
- OpenTelemetry
- Background
- How to check if your PyTango installation supports telemetry
- How to run a device server that emits telemetry
- How to run a client that emits telemetry
- How to add process information to the telemetry traces
- How to add custom information to device traces
- How to manually instrument your own application
- How to reduce the number of traces being stored
- Further examples
- PyTango Database Device Server
- How to Contribute