Skip to content
Snippets Groups Projects
Commit e24b6977 authored by Benjamin Cabé's avatar Benjamin Cabé
Browse files

more migrations ...

parent ee720129
No related branches found
No related tags found
No related merge requests found
...@@ -38,44 +38,59 @@ ...@@ -38,44 +38,59 @@
<header> <header>
<nav class="navbar"> <nav class="navbar navbar-default">
<div class="container"> <div class="container">
<div class="row"> <!-- Brand and toggle get grouped for better mobile display -->
<div class="col-sm-2"> <div class="navbar-header">
<a href="/"><img src="assets/images/iot-logo.png"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
</a> <span class="sr-only">Toggle navigation</span>
</div> <span class="icon-bar"></span>
<div class="col-sm-10"> <span class="icon-bar"></span>
<ul class="list-inline right menu"> <span class="icon-bar"></span>
<li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Technology</a> </button>
<ul class="dropdown-menu"> <a class="navbar-brand" href="/">
<li><a href="/standards">Standards</a> <img alt="Brand" src="/assets/images/iot-logo.png">
</li> </a>
<li><a href="/frameworks">Service &amp; Frameworks</a> </div>
</li>
<li><a href="/projects">All the projects</a> <!-- Collect the nav links, forms, and other content for toggling -->
</li> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
</ul> <ul class="nav navbar-nav navbar-right">
</li> <li><a href="/getting-started">Getting Started</a>
<li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Community</a> </li>
<ul class="dropdown-menu"> <li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Technology</a>
<li><a href="#">Resources</a> <ul class="dropdown-menu" role="menu">
</li> <li><a href="/standards">Standards</a>
<li><a href="#">News</a> </li>
</li> <li><a href="/frameworks">Services &amp; Frameworks</a>
<li><a href="#">Events</a> </li>
</li> <li><a href="/projects">All the projects</a>
</ul> </li>
</li> </ul>
<li><a href="/ecosystem">Members</a> </li>
</li> <li><a href="#" class="dropdown-toggle" data-toggle="dropdown">Community</a>
<li><a href="#">Getting Started</a> <ul class="dropdown-menu" role="menu">
</li> <li><a href="#">Resources</a>
</ul> </li>
</div> <li><a href="#">News</a>
</li>
<li><a href="#">Events</a>
</li>
</ul>
</li>
<li><a href="/ecosystem">Working Group</a>
</li>
<li style=" padding-top: 15px; padding-left: 8px;">
<div class="g-plusone" data-size="medium" data-href="http://iot.eclipse.org"></div>
</li>
</ul>
</div> </div>
<!-- /.navbar-collapse -->
</div> </div>
<!-- /.container-fluid -->
</nav> </nav>
</header> </header>
...@@ -116,13 +131,11 @@ ...@@ -116,13 +131,11 @@
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<p>One of the reasons why IoT/M2M development can prove to be difficult is the large number of communication protocols used in today's industries. From the industrial protocol used to collect temperature data on a sensor, to the communication protocol used to send this data to a server in the Cloud, to the device management protocol that allows remote firmware upgrade of a system, there are just too many protocols to master for building an end-to-end IoT/M2M solution. <p>One of the reasons why IoT development can prove to be difficult is the large number of communication protocols used in today's industries. From the industrial protocol used to collect temperature data on a sensor, to the communication protocol used to send this data to a server in the Cloud, to the device management protocol that allows remote firmware upgrade of a system, there are just too many protocols to master for building an end-to-end IoT solution.
</p> </p>
<p> <p>
We propose Open Source implementations for protocols already well-adopted in M2M fields (such as MQTT, CoAP and OMA-DM). We propose Open Source implementations for protocols already well-adopted in IoT fields, such as MQTT, CoAP and OMA-DM. We believe it is a way to encourage their adoption, as well as to improve the quality of these implementations.
<br />We believe it is a way to encourage their adoption, as well as to improve the quality of these implementations.
</p> </p>
<p>We also have a project proposal to implement the CoAP, Lightweight M2M and the ETSI M2M standard.</p>
</div> </div>
<p class="col-md-6"> <p class="col-md-6">
<img src="images/protocols/protocols-vision.png"></img> <img src="images/protocols/protocols-vision.png"></img>
......
...@@ -2,195 +2,195 @@ ...@@ -2,195 +2,195 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>m2m.eclipse.org &mdash; Tools</title> <title>m2m.eclipse.org &mdash; Tools</title>
<meta name="description" content="iot.eclipse.org helps you get started with the development tools provided in its ecosystem"> <meta name="description" content="iot.eclipse.org helps you get started with the development tools provided in its ecosystem">
<meta name="author" content="Eclipse.org"> <meta name="author" content="Eclipse.org">
<link rel="author" href="humans.txt" /> <link rel="author" href="humans.txt" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<!-- Custom Fonts --> <!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lekton:400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lekton:400,700' rel='stylesheet' type='text/css'>
<!-- Le styles --> <!-- Le styles -->
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet"> <link href="css/theme.css" rel="stylesheet">
<link href="css/bootstrap/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/bootstrap/bootstrap-responsive.min.css" rel="stylesheet">
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-594061-11']); _gaq.push(['_setAccount', 'UA-594061-11']);
_gaq.push(['_trackPageview']); _gaq.push(['_trackPageview']);
(function() { (function() {
var ga = document.createElement('script'); var ga = document.createElement('script');
ga.type = 'text/javascript'; ga.type = 'text/javascript';
ga.async = true; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s); s.parentNode.insertBefore(ga, s);
})(); })();
</script> </script>
</head> </head>
<body> <body>
<div class="navbar navbar-fixed-top"> <div class="navbar navbar-fixed-top">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container"> <div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</a> <a class="brand" href="index.html">iot.eclipse.org</a> </a> <a class="brand" href="index.html">iot.eclipse.org</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Technology <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/frameworks.html">Services &amp; Frameworks</a>
</li>
<li><a href="/protocols.html">Protocols</a>
</li>
<li class="active"><a href="/tools.html">Tools</a>
</li>
<li class="divider"></li>
<li><a href="/java"><strong>Open IoT Stack for Java</strong></a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/community.html#projects">Projects</a>
</li>
<li><a href="/community.html#news">News</a>
</li>
<li class="divider"></li>
<li><a href="/open-iot-challenge">Open IoT Challenge </a>
</li>
</ul>
</li>
<li><a href="/ecosystem.html">Ecosystem</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">See it live <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/demo">Live Demo</a>
</li>
<li><a href="/sandbox.html">Sandbox</a>
</li>
</ul>
</li>
</ul>
<ul class="nav pull-right">
<li style="margin-left:0px;">
<div style="padding-top: 20px">
<div class="g-plusone" data-href="http://iot.eclipse.org/"></div>
</div>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<div class="container">
<div class="well">
<div class="page-header">
<h1>
IoT Tools <small>A one-stop shop IDE for IoT and M2M developers.</small>
</h1>
</div>
<div>
<p class="lead">
The IoT Working Group aims at providing an
<abbr title="Integrated Development Environment" class="initialism">IDE</abbr>
built on top of Eclipse that enables development of complete IoT and M2M solutions.
</p>
</div>
</div>
<h2 id="ide-vision">Vision</h2> <div class="nav-collapse">
<ul class="nav">
<li class="dropdown active">
<div class="row"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Technology <b class="caret"></b></a>
<div class="span6"> <ul class="dropdown-menu">
<p> <li><a href="/frameworks.html">Services &amp; Frameworks</a>
We use the <a href="http://eclipse.org/eclipse/" target="_blank">Eclipse
platform</a> as a base for the creation of an interoperable and extensible set of tools to simplify the development of IoT/M2M solutions.
<br />There are different sets of tools that we think are important to support IoT/M2M Developers:
</p>
<ul class="unstyled">
<li><i class="icon-ok"></i> <strong>Embedded Development</strong> &mdash; we aim at providing first-class user assistance for embedded development, especially for the Lua language.
</li>
<li><i class="icon-ok"></i> <strong>Simulation</strong> &mdash; because M2M infrastructures can be complex to setup, we want our tools to allow the simulation of M2M devices and communication scenarios between these devices and M2M servers.</li>
<li><i class="icon-ok"></i> <strong>Server Development</strong> &mdash; we plan on providing tools helping to discover the capabilities of an M2M server, as well as to configure it.</li>
</ul>
<!-- <p> -->
<!-- The <a href="http://www.eclipse.org/koneki" target="_blank">Koneki -->
<!-- project</a> hosts XXX -->
<!-- </p> -->
</div>
<p class="span6">
<img src="images/tools/tools-vision.png"></img>
</p>
</div>
<hr>
<footer>
<ul class="nav nav-pills">
<li><a href="index.html">Home</a>
</li> </li>
<li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a> <li><a href="/protocols.html">Protocols</a>
</li> </li>
<li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a> <li class="active"><a href="/tools.html">Tools</a>
</li> </li>
<li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a> <li class="divider"></li>
<li><a href="/java"><strong>Open IoT Stack for Java</strong></a>
</li> </li>
<li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a> </ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/community.html#projects">Projects</a>
</li> </li>
<li><a href="contact.html" data-toggle="modal" data-target="#contact-modal">Contact Us</a> <li><a href="/community.html#news">News</a>
</li> </li>
<li class="pull-right">Copyright © 2015 The Eclipse Foundation. All Rights Reserved.</li> <li class="divider"></li>
</ul> <li><a href="/open-iot-challenge">Open IoT Challenge </a>
</footer> </li>
</ul>
</li>
<li><a href="/ecosystem.html">Ecosystem</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">See it live <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/demo">Live Demo</a>
</li>
<li><a href="/sandbox.html">Sandbox</a>
</li>
</ul>
</li>
</ul>
<ul class="nav pull-right">
<li style="margin-left:0px;">
<div style="padding-top: 20px">
<div class="g-plusone" data-href="http://iot.eclipse.org/"></div>
</div>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div id="contact-modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="contact-label" aria-hidden="true" style="display: none;"></div> </div>
</div>
</div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<div class="container">
<div class="well">
<div class="page-header">
<h1>
IoT Tools <small>A one-stop shop IDE for IoT and M2M developers.</small>
</h1>
</div>
<div>
<p class="lead">
The IoT Working Group aims at providing an
<abbr title="Integrated Development Environment" class="initialism">IDE</abbr>
built on top of Eclipse that enables development of complete IoT and M2M solutions.
</p>
</div>
</div>
<h2 id="ide-vision">Vision</h2>
<div class="row">
<div class="span6">
<p>
We use the <a href="http://eclipse.org/eclipse/" target="_blank">Eclipse
platform</a> as a base for the creation of an interoperable and extensible set of tools to simplify the development of IoT solutions.
<br />There are different sets of tools that we think are important to support IoT Developers:
</p>
<ul class="unstyled">
<li><i class="icon-ok"></i> <strong>Embedded Development</strong> &mdash; we aim at providing first-class user assistance for embedded development, especially for the Lua language.
</li>
<li><i class="icon-ok"></i> <strong>Simulation</strong> &mdash; because M2M infrastructures can be complex to setup, we want our tools to allow the simulation of M2M devices and communication scenarios between these devices and M2M servers.</li>
<li><i class="icon-ok"></i> <strong>Server Development</strong> &mdash; we plan on providing tools helping to discover the capabilities of an M2M server, as well as to configure it.</li>
</ul>
<!-- <p> -->
<!-- The <a href="http://www.eclipse.org/koneki" target="_blank">Koneki -->
<!-- project</a> hosts XXX -->
<!-- </p> -->
</div>
<p class="span6">
<img src="images/tools/tools-vision.png"></img>
</p>
</div> </div>
<!-- /container -->
<!-- JS is at the end of the document so the pages load faster --> <hr>
<script src="js/jquery.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script> <footer>
<script src="js/index.js"></script> <ul class="nav nav-pills">
<li><a href="index.html">Home</a>
</li>
<li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a>
</li>
<li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a>
</li>
<li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a>
</li>
<li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a>
</li>
<li><a href="contact.html" data-toggle="modal" data-target="#contact-modal">Contact Us</a>
</li>
<li class="pull-right">Copyright © 2015 The Eclipse Foundation. All Rights Reserved.</li>
</ul>
</footer>
<div id="contact-modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="contact-label" aria-hidden="true" style="display: none;"></div>
</div>
<!-- /container -->
<!-- JS is at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/index.js"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment