This NodeJS based image provides a device simulator for Proficloud devices. There are two versions the "old" one using the c++ SDK supporting firmware update and the new on which is based on the pcv3cloudconnector-nodejs library. Follow the instructions to start it:
docker pull proficloud/device-sim-service-native
docker run -p 80:80 --name MySim proficloud/device-sim-service-native
To run the service as online service run the following command with persistence of the the device configuration.
sudo docker run -p 443:443 --name=sim --restart=always -v sim-vol:/home/app/backend/persist -v sim-certs:/home/app/node_modules/pcv3cloudconnector-nodejs/src/certs proficloud/device-sim-service-native
The default login is: admin Phoenix123!
Content type
Image
Digest
Size
134 MB
Last updated
over 5 years ago
docker pull proficloud/device-sim-service-native