Dashboard

Dashboard

root@openstackme:~# pip install tornado
root@openstackme:~# cd /var/www/html/iot101inc
root@openstackme:/var/www/html/iot101inc# rm index.html
root@openstackme:/var/www/html/iot101inc#

UberSimpleWebsockets, Example

Extremely simple example of websocket using Python/Perl (server-side) and Javascript (client-side) UberSimpleWebsockets

root@openstackme:/var/www/html/iot101inc# git clone https://github.com/albertobeta/UberSimpleWebsockets.git
Cloning into 'UberSimpleWebsockets'...
remote: Counting objects: 24, done.
remote: Total 24 (delta 0), reused 0 (delta 0), pack-reused 24
Unpacking objects: 100% (24/24), done.
Checking connectivity... done.
root@openstackme:/var/www/html/iot101inc#
root@openstackme:/var/www/html/iot101inc/UberSimpleWebsockets# ls
client-Chart.html  client-JustLog.html  LICENSE  README.md  send.pl  send.py
root@openstackme:/var/www/html/iot101inc/UberSimpleWebsockets# 
root@openstackme:/var/www/html/iot101inc/UberSimpleWebsockets# cd ..
root@openstackme:/var/www/html/iot101inc#

IoT101 Inc. End to End Industrial Automation System

http://104.236.227.50:9000/sensor?value=5

Gateway

Web Browser

Last updated