iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
60 lines (58 loc) • 2.42 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Copyright 2015 Intel Corporation All Rights Reserved." />
<title>IoT Services Orchestration Layer</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="styles/style.css" type="text/css" />
</head>
<body>
<div id="header">
<h1 class="title">IoT Services Orchestration Layer</h1>
<h2 class="author">Copyright 2015 Intel Corporation All Rights Reserved.</h2>
</div>
<div id="TOC">
<ul>
<li><a href="#web-camera">Web camera</a><ul>
<li><a href="#camera">camera</a><ul>
<li><a href="#description">Description</a></li>
<li><a href="#config">Config</a></li>
<li><a href="#inport">Inport</a></li>
<li><a href="#outport">Outport</a></li>
<li><a href="#example">Example</a></li>
</ul></li>
<li><a href="#webrtc_server">webrtc_server</a><ul>
<li><a href="#description-1">Description</a></li>
<li><a href="#inport-1">Inport</a></li>
<li><a href="#outport-1">Outport</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<h1 id="web-camera">Web camera</h1>
<h2 id="camera">camera</h2>
<h3 id="description">Description</h3>
<p>This service turn on the camera and connect the WebRTC server.</p>
<h3 id="config">Config</h3>
<p><code>id</code>: String. The ID of web camera.</p>
<p><code>server ip</code>: String. Defaut is 127.0.0.1, The IP address of WebRTC server.</p>
<h3 id="inport">Inport</h3>
<p><code>switch</code>: Boolean. The switching signal of web camera, true for connecting WebRTC server and false will cause disconnecting.</p>
<h3 id="outport">Outport</h3>
<p><code>status</code>: Boolean. Output true if connect successfully, false if disconnect successfully.</p>
<h3 id="example">Example</h3>
<div class="figure">
<img src="./pic/camera.jpg" />
</div>
<h2 id="webrtc_server">webrtc_server</h2>
<h3 id="description-1">Description</h3>
<p>This service is a WebRTC server.</p>
<h3 id="inport-1">Inport</h3>
<p><code>switch</code>: Boolean. The working state switching of server.</p>
<h3 id="outport-1">Outport</h3>
<p><code>status</code>: Boolean. The current working state of server.</p>
</body>
</html>