Robot RCC

  • Reliable Communication Completion is the last and critical layer of Robot.

  • It is a part of CloudCIX’s python SDK package available on pypi.

  • RCC is the layer that interacts with Remote Servers (Physical or Virtual Infrastructure) based on Linux OS and Windows OS that support OpenSSH service.

  • Implemented on Paramiko python tool to make connections over SSH networking service and transfer one line commands or multi-line scripts that run on Remote servers.

  • It is best known for its complete communication with Remote Server by collecting all the data on standard output and standard error channels of the SSH connections from the time it establishes till the channels closes without missing out any piece of data. Thus it provides complete activity of the sent command/s on the Remote Server.

  • RCC used in Robot for communicating over PodNets, KVM Hosts, HyperV Hosts and Ceph Hosts.