Sign inSign up

proficloud/device-sim-service-native

By proficloud

Updated over 5 years ago

Image
0

590

proficloud/device-sim-service-native repository overview

nodejs-device-sim

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:

  1. Pull the image
docker pull proficloud/device-sim-service-native
  1. Start the service
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
  1. Open the page in your browser

https://localhost

Login

The default login is: admin Phoenix123!

Tag summary

Content type

Image

Digest

Size

134 MB

Last updated

over 5 years ago

docker pull proficloud/device-sim-service-native