forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#136 Add front page content
Signed-off-by: Simon Hoinkis <[email protected]>
- Loading branch information
1 parent
41923c5
commit d036967
Showing
2 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,53 @@ | ||
<!-- @todo Landing page for the website --> | ||
|
||
# Welcome to iceoryx.io | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ||
|
||
<p align="center"> | ||
<img src="https://user-images.githubusercontent.com/8661268/70233652-4aa6d180-175f-11ea-8524-2344e0d3935c.png" | ||
width="50%"> | ||
</p> | ||
|
||
Eclipse iceoryx is a true zero-copy inter-process communication that allows virtually limitless data transfer at constant time. | ||
|
||
On the follow pages you find everything you need to get started using Eclipse iceoryx: | ||
|
||
* [Overview and key concepts](getting-started/overview.md) | ||
* [Installation](getting-started/installation.md) | ||
* [Basic examples](getting-started/basic-examples.md) | ||
|
||
<table> | ||
<tr> | ||
<td>Easy</td> | ||
<td>Safe</td> | ||
<td>Fast</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<ul> | ||
<li>Simple publish-subscribe API with service discovery</li> | ||
<li>Straightforward usage for ROS2 and Adaptive AUTOSAR</li> | ||
<li>Runs on QNX, Linux, MacOS and Windows</li> | ||
<br> | ||
Learn more | ||
</ul> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>Automotive-grade (ISO26262 certification ongoing)</li> | ||
<li>Lock-free algorithms prevent deadlocks</li> | ||
<li>Huge library with safe STL implementations</li> | ||
<br> | ||
Learn more | ||
</ul> | ||
</td> | ||
|
||
<td> | ||
<ul> | ||
<li>Written in C++14</li> | ||
<li>C binding available</li> | ||
<li>Zero-copy data transmission with shared memory</li> | ||
<li>Ultra low latency</li> | ||
<br> | ||
Learn more | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters