An on-premises Internet of Things cloud platform, which can be quickly built and get started with.
An on-premises IoT Cloud Platform.
Note: Common UI and Mobile page are being developed at https://github.com/MCS-Lite/mcs-lite.
Launch mcs-lite-app executable file to run MCS Lite platform and access the Admin Console.
If MCS Lite is launched for the first time, you have to register an administrator account to sign into the admin console and then start the MCS Lite service.
Open browser and go to http://mcs_lite_server_IP:3000 for web console to manage your devices. The IP address of MCS Lite server is listed at the Admin Console right after you start the service.
In the application folder, use the following command in your terminal to launch MCS Lite service via Node.js and execute in the background.
node server.js&
Once MCS Lite is started, the IP address of MCS Lite server will be prompted on the terminal console.
+-+-+-+ +-+-+-+-+
M C S L I T E
+-+-+-+ +-+-+-+-+
MCS Lite server IP:
'10.10.10.10:3000'
Open your browser and connect to the MCS Lite server IP address. Now, you can start to explorer the features of MCS Lite.
For more detailed information, please refer to MCS Lite Introduction.
Express compression middleware is enabled by default. If you want to disable it, set GZIP_DISABLE
to true
.
$ NODE_ENV=prod GZIP_DISABLE='true' node server
We use JMeter to performan the end-to-end automation test to ensure all the functionality work as expected.
We use BrowserStack to performan both the end-to-end and browser-compatibility testing to ensure all the functionality work as expected.