-
Notifications
You must be signed in to change notification settings - Fork 0
/
appdev_lorien.tmpl.html
27 lines (24 loc) · 1.04 KB
/
appdev_lorien.tmpl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>
<small>Application Development</small>
<br/>Lorien OS
</h3>
</div>
</div>
<div class="row">
<div class="col-md-8">
<p>
Lorien is an advanced operating environment for Wireless Sensor Networks providing unparalleled
modularity and dynamic systems support. Lorien components can be individually added to and removed from
sensor nodes while the system remains online with complete system integrity and strong type safety.
Lorien also includes the Wisebed OS Abstraction layer allowing Lorien application components to execute
unmodified on a range of platforms including the Shawn simulator.
</p>
<p>
Documentation, forums and source code are available at <a href="http://lorien.xrna.net/">http://lorien.xrna.net/</a>.
</p>
</div>
</div>
</div>