Difference between revisions of "Main Page"

From DistRap wiki
Jump to: navigation, search
 
(rename FAQ)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
Welcome to the DistRap wiki. This wiki collects documentation and
 +
resources related to distributed control developments.
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
== About ==
  
== Getting started ==
+
Goal of this project is to develop distributed control system for various robotics
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
and industrial automation scenarios. We are currently targeting CAN and [[CANOpen]] fieldbus
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
for interconnecting nodes. Node functions range from simple digital I/O, various sensors and motion
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
controllers implementing specific CANOpen profiles. This allows building complex machinery with isolated
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
parts performing specific functions.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
 
 +
This project also explores the possibilities of high assurance embedded software development
 +
by using [http://ivorylang.org/ Ivory Language] - an eDSL for safe systems programming. You can think of Ivory as a safer C, embedded in Haskell.
 +
 
 +
=== Community ===
 +
 
 +
* #distrap channel on irc.freenode.net
 +
* https://github.com/distrap/
 +
* public mailing list https://lists.distrap.org/mailman/listinfo/pub
 +
 
 +
== Projects ==
 +
 
 +
* [[Hardware]]
 +
* [[Software]]
 +
 
 +
== Resources ==
 +
 
 +
* [[GettingStarted]]
 +
* [[CANOpen]]
 +
* [[FrequentlyAskedQuestions]]

Latest revision as of 02:20, 30 September 2017

Welcome to the DistRap wiki. This wiki collects documentation and resources related to distributed control developments.

About

Goal of this project is to develop distributed control system for various robotics and industrial automation scenarios. We are currently targeting CAN and CANOpen fieldbus for interconnecting nodes. Node functions range from simple digital I/O, various sensors and motion controllers implementing specific CANOpen profiles. This allows building complex machinery with isolated parts performing specific functions.

This project also explores the possibilities of high assurance embedded software development by using Ivory Language - an eDSL for safe systems programming. You can think of Ivory as a safer C, embedded in Haskell.

Community

Projects

Resources