Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- 04/08/08 16:12:06 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 3 3 = Welcome to Cheddar Wiki = 4 4 5 Cheddar is a free real time scheduling tool. Cheddar is designed for checking task temporal constraints of a real time application/system. Systems to analyze can be described with [http://www.aadl.info/ AADL] or a with Cheddar specific language. It can help you for quick prototyping of real time schedulers. It can also be used for educational purpose. Cheddar is developed and maintained by the [http://www.ea2215.univ-brest.fr/ LISYC] Team, University of Brest. 5 Cheddar wiki is a web-based platform for Cheddar project management.The following main facilities are available : 6 * Tickets are used for bug reports, feature requests and project tasks (developers organization). 7 * Roadmap and reports provide a view on the ticket system and : one can follow Cheddar project evolution. 8 * Repository browser grants an access to SVN Cheddar project source code (developers). 6 9 7 Cheddar relies on Ocarina to provide schedulability analysis of AADL models. The ocarina team also use the Cheddar analyzer for their research projects and some tutorial/labs. There is a strong cooperation between the two teams.10 Cheddar is a free real time scheduling tool. It is designed for checking task temporal constraints of a real time application/system. Systems to analyze can be described with [http://www.aadl.info/ AADL] or a with Cheddar specific language. Cheddar is developed and maintained by the [http://www.ea2215.univ-brest.fr/ LISYC] Team, University of Brest. 8 11 9 Cheddar can be run as a [http://www.ellidiss.com/ STOOD] or as a [http://www.topcased.org/ TOPCASED] plug in. The interoperability of STOOD/TOPCASED/Cheddar is managed by Pierre Dissaux ([http://www.ellidiss.com/ Ellidiss software]) . There is also a strong cooperation between the Cheddar team and Ellidiss technologies to investigate how Cheddar can be efficiently analyze AADL models built with STOOD.12 Cheddar relies on [http://ocarina.enst.fr/ Ocarina] to provide schedulability analysis of AADL models. The ocarina team also uses the Cheddar analyzer for their research projects and some tutorial/labs. There is a strong cooperation between the two teams. 10 13 11 Our real time scheduling simulator is composed of two independent parts : a graphical editor used to describe a real time application/system, and a framework which includes most of classical real time scheduling/feasibility algorithms/tests.14 Cheddar can be run as a [http://www.ellidiss.com/ STOOD] or as a [http://www.topcased.org/ TOPCASED] plug in. The interoperability of STOOD/TOPCASED/Cheddar is managed by [http://www.ellidiss.com/ Ellidiss technologies]. There is also a strong cooperation between the Cheddar team and Ellidiss technologies to investigate how Cheddar can efficiently analyze AADL models built with STOOD. 12 15 13 Cheddar is written in [wiki:Ada]. The graphical editor is made with [wiki:GtkAda]. Cheddar runs on Solaris, Linux and win32 boxes and should run on every GNAT/GtkAda supported platforms (see [http://www.act-europe.fr/ AdaCore web site] for details).16 Cheddar is written in Ada/GtkAda. Cheddar runs on Solaris, Linux and Win32 boxes and should run on every GNAT/GtkAda supported platforms (see [http://www.act-europe.fr/ AdaCore web site] for details). 14 17 15 18 = Cheddar Users = 16 17 Useful information can be found at [http://beru.univ-brest.fr/~singhoff/cheddar/ Cheddar official web page] : 19 Cheddar users can find useful information at [http://beru.univ-brest.fr/~singhoff/cheddar/ Cheddar official web page] : 18 20 19 21 * [http://beru.univ-brest.fr/~singhoff/cheddar/#Ref2 Download] and [http://beru.univ-brest.fr/~singhoff/cheddar/#Ref3 install] instructions. 20 22 21 * A [http://beru.univ-brest.fr/~singhoff/cheddar/#Ref9 mailing list] which is used to share information between Cheddar users .23 * A [http://beru.univ-brest.fr/~singhoff/cheddar/#Ref9 mailing list] which is used to share information between Cheddar users (bugs report, new features). 22 24 23 24 Furthermore, if you want to report bugs, ask for a new features, participate to Cheddar development, ... You can [wiki:subscribe] to the Cheddar wiki list. 25 25 {{{ 26 #!comment 27 Furthermore, if you want to report bugs, ask for a new features, participate to Cheddar development, ... You can [wiki:subscribe] to the Cheddar wiki list. 28 }}} 26 29 27 30 = Cheddar developers = 28 29 This wiki is also use to provide support for Cheddar developers.31 This wiki provides support for Cheddar developers through the ticket system but also gives useful information on 32 Cheddar building. 30 33 31 34 == Cheddar Source Code == 35 Cheddar source code can be found at the following [http://beru.univ-brest.fr/svn/CHEDDAR-2.0/ SVN repository address]. 32 36 33 Cheddar source code can be found at the following [http://beru.univ-brest.fr/svn/CHEDDAR-2.0/ SVN repository address] (a write access will be granted if you have subscribed to the Cheddar wiki list). 37 {{{ 38 #!comment 39 (a write access will be granted if you have subscribed to the Cheddar wiki list). 40 }}} 34 41 35 42 One can use several tools to access Cheddar [http://subversion.tigris.org/ SVN] repository like [http://tortoisesvn.net/ TortoiseSVN] (a list of SVN client is available [http://subversion.tigris.org/links.html#clients here]). 36 43 37 44 == Cheddar Compilation/Installation == 38 39 45 One can use any text editor and shell tool or the following IDE to build and install Cheddar : 40 46