Changes between Version 4 and Version 5 of ALOE

Show
Ignore:
Timestamp:
05/08/09 21:24:49 (16 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ALOE

    v4 v5  
    77[wiki:PhalArchitecture ALOE Framework Architecture]. The ALOE architecture, its organization, based on a modular approach, and the ALOE associated functionalities tries to provide high levels of flexibility at low cost. 
    88 
    9 [wiki:ALOEImplementations ALOE Implementations]. Download and install several of our current implementations of the concept. 
    10  
    119[wiki:ResourceManagement Computing Resource Management]. The Computing Resource Management framework constitutes the basis, from the infrastructure point of view, of the cognitive management approaches and mechanisms. 
    1210 
    1311[[BR]] 
     12== Download ALOE Implementations ==  
     13 
     14ALOE is being written in plain C and VHDL for programmable and non-programmable devices respectively. Although their implementation is completely different, its functionality as middleware remains. The ALOE-C and ALOE-VHDL implements a reduced set of functions and services but its modular architecture allows and easy extension.  
     15 
     16=== ALOE-C === 
     17 
     18The design of ALOE in C has been thought to be easily scalable and flexible. Only one small part (ALOE Hardware API) has to be rewritten when porting the system from one platform to another. So, most of ALOE functions (Software Daemons) are identical for all programmable devices where a C compiler is available. 
     19 
     20Currently, two versions of the ALOE Hardware API are available, for Linux 2.6 and Texas Instruments DSP/BIOS Operating Systems. Although both platforms are able to run any Daemon, the common configuration maps the manager daemons (SWMAN, HWMAN, STATSMAN, CMDMAN) to the Linux platforms, leaving the DSP to perform more specialized and necessary tasks. 
    1421 
    1522 
     23==== ALOE for Linux ==== 
     24 
     25    Download and install instructions:  
     26 
     27        * [wiki:DebianBinaries Debian Binaries] 
     28        * [wiki:Fedora/RedHatpackages Fedora/RedHat packages] 
     29        * [wiki:InstallFromSource Install From Source] 
     30 
     31    This program will be released in the next weeks. Please send an email to flexnets.org@gmail.com to receive a notification. 
     32 
     33    User Guides: 
     34        * [wiki:ALOELinuxGuide ALOE User Guide for Linux] 
     35 
     36 
     37==== ALOE for Texas Instruments(c) DSP C6000 family ==== 
     38 
     39    ALOE version for TI DSP's works on DSP/BIOS(c) for C6000 platforms. It obviously requires this OS which we do not provide.  
     40 
     41    This release is scheduled for the end of may. 
     42 
     43 
     44=== ALOE-VHDL === 
     45 
     46ALOE-VHDL is in a very early developing process and is not currently available for download. 
     47 
     48[wiki:MoreFPGA More Info] 
     49 
     50 
     51=== Developing Waveforms for ALOE === 
     52 
     53Writing waveforms for ALOE is independent of the platform where it will be executed however, we recommend to perform the debugging and first phases of the development on a Linux platform as it is much more comfortable. Once you are sure that it works and it does what is supposed to, you can just re-build it for the DSP platform (linking with the HW API for DSP) and it should just 'work';  
     54 
     55The following documentation is currently available: 
     56 * [wiki:ObjectDeveloperGuide Object Developer Guide]: Doc on writing new objects for ALOE.  
     57 * [wiki:WaveformDeveloperGuide Waveform Developer Guide]: Doc on building waveforms for ALOE.  
     58 
     59 
     60[[BR]] 
     61[[BR]] 
    1662 
    1763[wiki:WikiStart Back to Main]