Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!news.ultranet.com!newsswitch.lcs.mit.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: [email protected]
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: ANNOUNCEMENT: gRMA v0.01a released
Followup-To: comp.lang.perl.modules
Date: 6 Jun 1999 14:56:06 GMT
Organization: Deja.com - Share what you know. Learn what you don't.
Lines: 88
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:307 comp.lang.perl.modules:11673

ANNOUNCEMENT: gRMA v0.01a released

The first alpha release of gRMA a free, graphical tool for doing Rate
Monotonic Analysis of real-time systems has been released.  You can
get this release from:

http://www.tregar.com/gRMA/

In case you're wondering what this has to do with Perl - it's written
entirely in Perl and I'm looking for other Perl programmers to help me
develop it further.


>From the README:

-----------
gRMA v0.01a
-----------

a graphical tool for rate monotonic analysis
of real time systems


DESCRIPTION

This program provides a graphical environment for experimentation with
rate monotonic analysis of real-time systems.  You are provided with
tools for describing a real time system.  You can then view the
results of performing rate monotonic analysis of this system.  For
details on the theory please see the documentation in the 'doc/'
directory.  For details on the operation of the program, please refer
to the online help system accessible from the 'Help' menu on the main
screen.

This module is licensed under the GPL - no warranty of any kind is
provided.  See the LICENSE section below for more details.


                  *** THIS IS AN ALPHA RELEASE ***


WARNING: This is an alpha release!  It is not a complete software
product.  Please report any and all bugs you find in it to me at
[email protected].  Please consider contributing solutions to bugs and
shortcomings - any and all help will be appreciated and credited.

This program is in a highly incomplete form.  In particular, it is
possible to specify systems that the analysis engine cannot produce
results for.  This was done to provide a working base for future
development.  If someone wants to add, for example, the ability to
handle "bursty" aperiodic tasks to the analysis engine, all that is
necessary is to modify the engine itself.  If I had not included the
"Bursty" option in the Task Editor, it would require a difficult
change to the GUI code to support that analysis.  Of course, some
changes will require GUI changes, but the hope is that these will be
kept to a minimum.


CONTACT

Sam Tregar ([email protected])


LICENSE

gRMA : a graphical tool for rate monotonic analysis of real time systems
Copyright (C) 1999 Sam Tregar ([email protected])

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.