Prerequisites
To use the Remote Command Plugin, ensure the following requirements are met:
General Requirements
RealityScan version: 2.1 or higher
Plugin files: .rsplugin, .dll (included with the RealityScan installation)
Python: version 3.10 or higher
Make sure that your network configuration allows all computers to communicate and share data. This includes correct proxy, VLAN, firewall, and port settings.
For REST
Install the following Python packages on the client machine:
pip install requests
pip install flaskFor gRPC
Install the following Python packages on the client machine:
pip install grpcio grpcio-tools protobufLimitations and Disclaimers
The servers provided by this plugin operate over plain HTTP without SSL/TLS encryption. All data transmitted between clients and servers is unencrypted and may be vulnerable to interception.