I want to find out if there is a generic TANGO device replicator class available in Python. The replicator should act as a bridge to represent the replicated class from a different facility in the current facility.
What I want is that the replicator class should take a FQDN property indicating which TANGO device (from a different facility) it should replicate in the current facility. On connection to the replicated device the replicator should inspect the commands and attributes and expose the same commands and attributes on the replicator device. The replicator should reflect the attribute values as they change on the replicated device and pass through commands to the replicated device.
Don’t mind to do some work, but if someone has done this already then it will be useful as a start.