All Projects → gwsystems → Composite

gwsystems / Composite

A component-based OS

Projects that are alternatives of or similar to Composite

Fprime
F' - A flight software and embedded systems framework
Stars: ✭ 8,642 (+7547.79%)
Mutual labels:  embedded-systems, real-time, components
Prettyos
A Preemptive Hard Real Time kernel for embedded devices.
Stars: ✭ 36 (-68.14%)
Mutual labels:  embedded-systems, real-time, os
o1heap
Constant-complexity deterministic memory allocator (heap) for hard real-time high-integrity embedded systems
Stars: ✭ 119 (+5.31%)
Mutual labels:  real-time, embedded-systems
Drone
CLI utility for Drone, an Embedded Operating System.
Stars: ✭ 114 (+0.88%)
Mutual labels:  real-time, os
Embedded UKF Library
A compact Unscented Kalman Filter (UKF) library for Teensy4/Arduino system (or any real time embedded system in general)
Stars: ✭ 31 (-72.57%)
Mutual labels:  real-time, embedded-systems
Uc Os3
µC/OS-III is a preemptive, highly portable, and scalable real-time kernel. Designed for ease of use on a huge number of CPU architectures.
Stars: ✭ 284 (+151.33%)
Mutual labels:  real-time, os
Uc Os2
µC/OS-II is a preemptive, highly portable, and scalable real-time kernels. Designed for ease of use on a huge number of CPU architectures.
Stars: ✭ 120 (+6.19%)
Mutual labels:  real-time, os
Drone Core
The core crate for Drone, an Embedded Operating System.
Stars: ✭ 263 (+132.74%)
Mutual labels:  real-time, os
MuditaOS
Mobile operating system based on FreeRTOS™ optimized for E Ink displays - developed for Mudita Pure minimalist phone
Stars: ✭ 349 (+208.85%)
Mutual labels:  os, embedded-systems
Xboot
The extensible bootloader for embedded system with application engine, write once, run everywhere.
Stars: ✭ 405 (+258.41%)
Mutual labels:  embedded-systems, os
Qpn
QP-nano real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
Stars: ✭ 107 (-5.31%)
Mutual labels:  embedded-systems
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+1192.04%)
Mutual labels:  real-time
Vrt
🔅 Ray tracing library for Vulkan API (indev)
Stars: ✭ 111 (-1.77%)
Mutual labels:  real-time
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+1965.49%)
Mutual labels:  real-time
Htmlos
🌴 An OS made entirely with html/css and js.
Stars: ✭ 107 (-5.31%)
Mutual labels:  os
React Collection Helpers
A suite of composable utility components to manipulate collections.
Stars: ✭ 109 (-3.54%)
Mutual labels:  components
Freeesvclcomponents
Free ErrorSoft components for delphi (VCL) & EsVclCore lib
Stars: ✭ 106 (-6.19%)
Mutual labels:  components
List of robot electronics
A curated list of awesome open source electronic resources for robotics
Stars: ✭ 106 (-6.19%)
Mutual labels:  embedded-systems
Rtapi
Real time API latency analyzer - Create a PDF report and HDR histogram of your APIs
Stars: ✭ 106 (-6.19%)
Mutual labels:  real-time
Candela
Visualization components for the web
Stars: ✭ 112 (-0.88%)
Mutual labels:  components

The Composite Component-Based OS

This is the source code for the Composite component-based OS. Even low-level system policies such as scheduling, memory mapping, and synchronization are defined as discrete user-level components. Each component exports an interface used to harness its functionality, and components are composed together to form an executable system.

Please see http://composite.seas.gwu.edu for publications and more information.

Branches

  • master is the original system with a full user-level set of components.
  • ppos is the Speck kernel emphasizing scalable predictability.
  • tcaps has mainly been integrated into ppos, but a few unrelated pieces remain.

Research features of Composite

See a summary of the research directions of Composite at http://composite.seas.gwu.edu.

Where to start -- a tour of the source code

  • Please read the Composite posts.

  • Join the [email protected] mailing list. We use a #slack for our internal development, so this is exceedingly low throughput (1 email every 6 months).

  • To run Composite, you start by reading the installation and usage summary in docs/installation_usage_summary.md.

Composite system support

  • x86-32
  • Qemu with 32 bit, x86 support

Important note

The code is pre-alpha quality. Some parts are quite solid, many others are absolutely not. Please consult with us to determine if it is right for your use-case.

Licensing

This code is licensed under the GPL version 2.0 with the class path exception unless otherwise noted (significant portions of user-level are BSD):

The Composite Component-Based OS
Copyright (C) 2009 Gabriel Parmer

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.

Linking this library statically or dynamically with other
modules is making a combined work based on this library. Thus,
the terms and conditions of the GNU General Public License
cover the whole combination.

As a special exception, the copyright holders of this library
give you permission to link this library with independent modules
to produce an executable, regardless of the license terms of
these independent modules, and to copy and distribute the resulting
executable under terms of your choice, provided that you also meet,
for each linked independent module, the terms and conditions of
the license of that module. An independent module is a module which
is not derived from or based on this library. If you modify this
library, you may extend this exception to your version of the
library, but you are not obligated to do so. If you do not wish to
do so, delete this exception statement from your version.

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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

This license is not set in stone, and we would be willing to negotiate on a case-by-case basis for more business-friendly terms. The license should not prevent you from using this OS, as alternatives can be arranged. It should prevent you from stealing the work and claiming it as your own.

Support

We'd like to sincerely thank our sponsors. The Composite Component-Based OS development effort has been supported by grants from the National Science Foundation (NSF) under awards CNS 1137973, CNS 1149675, and CNS 1117243.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].