Main > Free Download Search >

Free architecture software for linux

architecture

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 806
AF Architecture 1.0 RC6

AF Architecture 1.0 RC6


Af-Arch is an N-tier development framework to quickly build high-quality distributed applications. more>>
Af-Arch is being developed to give GNU/Linux a new middle-ware for building enterprise managing applications, typically database oriented.
Af-Arch is a complete set of libraries and tools which allows to develop distribuited system especially designed to face problems about bussiness applications.
Actually, Af-Arch is really robust and stable, having systems installed on many environments. Af-Arch, at this moment, runs on GNU/Linux and Microsoft Windows.
AF Architectures license schema is based on GPL and LGPL, allowing you to develop not only open source applications but also comercial applications without any royalty or fee.
Af-Arch is a strongly documented project, which is proved to work. Af-Arch keeps on evolving and growing its feature list allways keeping in mind productivity.
Enhancements:
- A new major stable release have come with many interesting features, library dependencies news, new API to make life easy and a bunch of work to make the library to be memory efficient.
- Af-Arch no longer depends on GDA library (http://www.gnome-db.org). Now AfGs, server side support for Af-Arch, includes built-in database abstraction support, implemented to fit better with the Af-Arch framework. For more details check the "libafgs" log below.
- Af-Arch platform now support three new return types: AfDalNodeData, AfDalStringData and AfDalDecimalData, which allows services to return a module node, a plain string and a decimal value as a result for the invocation.
- Af-Arch now support a new formal parameter service AfDalSetOf which implements set of items to be sent while the service is invoked.
- af-gen tool now support defining string literals that are separated by "+" sign, making it easy to write long SQL sentences.
- af-gen tool now allow to generate type definitions that could extend, making it possible to create a class hierarchy for types to be returned by services.
- libafdal core library now implements a better error reporting mechanism which allows to receive all errors generated while performing invocation at the reply process code.
- New reserved services have been added: element_peek_reference which allows to get the node associated to a module which is relationed through the 0..1 link.
<<less
Download (1.8MB)
Added: 2006-02-18 License: LGPL (GNU Lesser General Public License) Price:
1343 downloads
PIX Logging Architecture 2.00

PIX Logging Architecture 2.00


PIX Logging Architecture is a project allowing for correlation of Cisco PIX Firewall traffic. more>>
PIX Logging Architecture [PLA] is a project allowing for correlation of Cisco PIX Firewall Traffic and IDS Logs.
Centralization of the logs is provided using a MySQL database, supported by a Web-based frontend for Log Viewing, Searching, and Event Management.
PLA is completely coded in the Perl programming language, and uses various Perl modules including Perl::DBI and
Perl::CGI.
Main features:
- Parsing of Cisco PIX Syslog Messages
- Centralized MySQL Database Logging
- Multiple Firewall Support
- Web-based frontend for:
- Cisco PIX Traffic Logs
- Cisco PIX IDS Logs
- Searching Cisco PIX Traffic and IDS Logs
- Cisco PIX Traffic and IDS Statistics
- Event Management (Incident Management)
<<less
Download (0.025MB)
Added: 2007-03-25 License: GPL (GNU General Public License) Price:
950 downloads
Growler distributed object architecture 0.3.6

Growler distributed object architecture 0.3.6


Growler is a C++-based distributed object and event architecture. more>>
Growler is a C++-based distributed object and event architecture. The software is written in C++, and supports serialization of C++ objects as part of its Remote Method Invocation, Event Channels, and in its Interface Definition Language.

Its primary application has been in support of interactive, distributed and collaborative visualization, computational steering, and concurrent visualization.

<<less
Download (1.6MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
800 downloads
An open Quality of Service Architecture 0.3.1

An open Quality of Service Architecture 0.3.1


An open Quality of Service Architecture is an open architecture for the provisioning of Quality of Service related functionality more>>
An open Quality of Service Architecture is an open architecture for the provisioning of Quality of Service related functionality into the Linux kernel.
The project features a flexible, portable and lightweight software architecture for supporting QoS related services on the top of a general-purpose operating system as Linux. The architecture is well founded on formal scheduling analysis and control theoretical results.
At the core of the software there is an adaptive Resource Reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on its run-time requirements.
As it is highlighted by the AQuoSA architecture, the project is mainly composed of two components:
- the QoS Res module, for which you can browse online the kernel, application and internal APIs
- the QoS Mgr module, for which you can browse online the kernel, application and internal APIs
Enhancements:
- Some bug fixed
<<less
Download (0.17MB)
Added: 2006-12-05 License: LGPL (GNU Lesser General Public License) Price:
1057 downloads
Open Computer Forensics Architecture 2.0.6pl1

Open Computer Forensics Architecture 2.0.6pl1


Open Computer Forensics Architecture is a modular computer forensics framework built by the Dutch National Police Agency. more>>
Open Computer Forensics Architecture (OCFA) is a modular computer forensics framework built by the Dutch National Police Agency. The main goal is to automate the digital forensic process to speed up the investigation and give tactical investigators direct access to the seized data through an easy to use search and browse interface.
The architecture forms an environment where existing forensic tools and libraries can be easily plugged into the architecture and can thus be made part of the recursive extraction of data and metadata from digital evidence.
The Open Computer Forensics Architecture aims to be highly modular, robust, fault tolerant, recursive and scalable in order to be usable in large investigations that spawn numerous terabytes of evidence data and covers hundreds of evidence items.
Enhancements:
- This release fixes a memory leak in the evidence library and adds a workaround to limit the impact of a memory-hungry indexer module.
<<less
Download (1.9MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
889 downloads
Adaptive Quality of Service Architecture 0.6.1

Adaptive Quality of Service Architecture 0.6.1


Adaptive Quality of Service Architecture is an open architecture for the provisioning of adaptive Quality of Service functions. more>>
Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, lightweight and open architecture for supporting soft real-time applications with facilities related to timing guarantees and QoS, on the top of a general-purpose operating system as Linux.
At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
Enhancements:
- This release introduces a couple of flags useful when creating servers. If QOS_F_PERSISTENT is enabled, a server is allowed to exist beyond detach of the last task. If QOS_F_SOFT is enabled, a server tasks are scheduled by the Linux default scheduler/policy, when outside of the server reservation.
- Also, various stability issues in destroying servers have been fixed, also thanks to a new release of the generic scheduler patch for the Linux kernel (gs-2.2).
<<less
Download (0.26MB)
Added: 2007-05-27 License: LGPL (GNU Lesser General Public License) Price:
883 downloads
Adaptive Quality of Service Architecture 2.6.21.1-gs-2.2 (Kernel-patches)

Adaptive Quality of Service Architecture 2.6.21.1-gs-2.2 (Kernel-patches)


Adaptive Quality of Service Architecture is an open architecture for the provisioning of adaptive QoS functionality... more>>
Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a general-purpose operating system as Linux.

The architecture is well founded on formal scheduling analysis and control theoretical results. At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.

Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.

A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.

A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
<<less
Download (MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
Archimedes 0.52.0

Archimedes 0.52.0


Archimedes is an Open CAD for architects. more>>
Archimedes is an Open CAD for architects.

Archimedes is a Computer Aided Design (CAD) program developed side by side with architecture offices in order to fulfill all their needs.

This way, we hope to develop software better suited for architects than the currently widely used AutoCAD.

<<less
Download (6.3MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
886 downloads
IRC Collective 0.1.3

IRC Collective 0.1.3


IRC Collective software contains a parser, with a modular architecture that makes it flexible in the way it can process input... more>>
IRC Collective software contains a parser, with a modular architecture that makes it flexible in the way it can process input and handle output. The output of the parser is primarily used to add to an SQL database that can in turn be queried by, e.g., a Web application (also provided).

The parser can be extended by defining new input formats and output handlers. It can help you stay up to date on the IRC channels that you visit regularly. You can write your own applications on top of the SQL database. You can search past conversations using the Web interface (results will be paged).

<<less
Download (0.039MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
821 downloads
Sorcerer 20050314

Sorcerer 20050314


Sorcerer is a distribution geared toward system administrators who want to optimize packages for their system. more>>
Sorcerer is a source-based Linux distribution for system administrators. The sources are downloaded directly from software authors homepages and mirrors.

Then, they are compiled with the architecture and optimizations that the system administrator specifies.

Finally, it is installed, tracked, and archived for easy removal and upgrades. Sorcerer has both command line and menu driven source mangement programs.
<<less
Download (101MB)
Added: 2005-04-05 License: GPL (GNU General Public License) Price:
1665 downloads
URBI Project 0.9.7

URBI Project 0.9.7


URBI: Universal Robotic Body Interface. URBI is a scripted command language used to control robots (AIBO, pioneer,...). more>>
URBI: Universal Robotic Body Interface. URBI is a scripted command language used to control robots (AIBO, pioneer,...). It is a robot-independant API.
URBI Project is based on a client/server architecture and it is designed to be used over a TCP/IP or IPC connection.
Main features:
- URBI is a low level command language. Motors and sensors are directly read and set. Although complex high level commands and functions can be written with URBI, the raw kernel of the system is low level by essence.
- URBI includes powerful time oriented control mechanisms to chain commands, serialize them or build complex motor trajectories.
- URBI is designed to be independant from both the robot and the client system. It relies on TCP/IP or Inter-Process Communication if the client and the server are both running onboard.
- URBI is designed with a constant care for simplicity. There is no "philosophy" or "complex architecture" to be familiar with. It is understandable in a few minutes and can be used immediately.
<<less
Download (7.3MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1440 downloads
PatientOS 0.11

PatientOS 0.11


PatientOS is a free clinical information management system designed for hospitals and healthcare practitioners. more>>
PatientOS is a free clinical information management system designed for hospitals and healthcare practitioners.

PatientOS project is for physicians, nursing, pharmacy, the laboratory and eventually all hospital departments. An extensive sofware architecture has been designed to create the highest quality system.

<<less
Download (128MB)
Added: 2007-08-13 License: GPL v3 Price:
907 downloads
AOLserver 4.5.0

AOLserver 4.5.0


AOLserver is a multithreaded, Tcl-enabled, massively scalable and extensible Web server tuned for large scale, dynamic Web sites more>>
AOLserver is a multithreaded, Tcl-enabled, massively scalable and extensible Web server tuned for large scale, dynamic Web sites.

AOLserver includes complete database integration, dynamic page scripting, and an open, extensible architecture.

<<less
Download (0.70MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
ASTUce 1.0.0.126

ASTUce 1.0.0.126


ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture. more>>
ASTUce is a regression testing framework for ECMAScript inspired by the xUnit architecture.
ASTUce project is intended for developers who wish to implement unit tests.
Main features:
- work with any ECMA-262 compliant hosts
- simple to install and to use
- same API everywhere
- code reflection
- easily localizable
Enhancements:
- This release has moved from 10 to 28 tested hosts.
- There are more tests on browsers (Firefox and Safari) and operating systems (Linux Mandrake, Linux Ubuntu, and Mac OS X).
- Some minor bugs have been fixed.
<<less
Download (0.17MB)
Added: 2006-01-10 License: MPL (Mozilla Public License) Price:
1382 downloads
Sofa Media Center 0.2.4

Sofa Media Center 0.2.4


Sofa is a media center aimed at easy usage for GNOME. more>>
Sofa is a media center aimed at easy usage for GNOME.
Sofa is a media center aimed at easy usage, minimal configuration and total integration with the Gnome desktop environment and existing multimedia applications. The project has a modular architecture. Two modules exists as of now: Videoplayer and Rhythmbox integration.
Supported Media
- Music (file types supported by Rhythmbox)
- Local video files (file types supported by GStreamer)
<<less
Download (0.81MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
814 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5