Simple Project List 軟體列表

Embedded systems
292 projects in result set
最後更新: 2004-02-02 09:40

Gentoo For Zaurus

Gentoo For Zaurus is a port of the Gentoo Distribution to
the Zaurus PDA. It can be mounted over NFS so no
changes to a current configuration are needed. It includes
a native gcc environment for ARM, the zgcc-3.3.1 cross
compiler for the main PC with distcc configured so that
the main PC does the actual compiling, and X11 for
testing applications.

(Machine Translation)
最後更新: 2013-04-22 23:45

Tntnet

Tntnet is a Web application server for generating Web applications in C++. HTML pages with some additional tags for inclusion of C++ code are compiled into shared libraries and served from tntnet. It resembles PHP, JSP, or Mason, but the programming language used is C++, and the pages are compiled into native code before serving. Tntnet is fully multithreaded and supports HTTP keep-alive for best performance. Its dynamic pages are faster than static pages with other Web servers, while creating Web applications is simple.

最後更新: 2012-03-09 16:41

NETSHe

NETSHe is a feature-rich and general-purpose Web interface and initialization system for OpenWRT-based firmware. Its main features are network interface management (including point-to-point and wireless), VLANs and aliases, advanced routing (static, multipath, rule-based, RIP, OSPF, BGP), a zone-based firewall, bridges with brouter and filtering capability, interface bonding, quality of service, bandwidth management, traffic shaping, rate control, traffic prioritization, L7 based IP traffic filtering and marking, extended management of wireless interfaces, an access concentrator for variable VPNs (PPTP, L2TP, and OpenVPN), and much more.

最後更新: 2007-04-20 10:34

genext2fs

genext2fs generates an ext2 filesystem as a normal
(non-root) user. It does not require you to mount
the image file to copy files on it, nor does it
require that you become the superuser to make
device nodes.

(Machine Translation)
最後更新: 2003-11-19 11:01

PicoGUI

PicoGUI aims to be a complete GUI environment for handheld computers and other
embedded systems. It uses a client/server model, like the X window system, but
while an X server is given raw drawing commands, the PicoGUI server integrates
a widget set, making PicoGUI clients small and efficient. PicoGUI also has the
goal of allowing client/server connections over a variety of mechanisms. It is
most commonly used with Linux, but is designed to be portable to any OS.
PicoGUI has a variety of video and input drivers which allow it to interface
with the Linux framebuffer device, SDL, the X window system, and several other
devices.

(Machine Translation)
最後更新: 2007-12-09 06:59

uShare

uShare is a DLNA and UPnP A/V Media Server for Linux. It is designed to share multimedia files (audio and video) through the GeeXboX operating system, but can work with any UPnP media renderer or player.

最後更新: 2005-02-03 17:02

LibHTTPD

LibHTTPD can be used to add basic Web server capabilities to an application or embedded device. The library handles both static and dynamically generated content, has very low overhead, and provides many features to simplify the creation of Web-based application interfaces.

最後更新: 2008-09-10 20:10

Run Time Access

RTA (Run Time Access) gives easy runtime access to your program's internal structures, arrays, and linked-lists as tables in a database. It makes it easy to separate your UI programs from your daemon programs. This separation make building and testing both UI and daemon easier. When using RTA, your UI programs think they are talking to a PostgreSQL database. The PostgreSQL bindings for C and PHP work, as does the PostgreSQL command line tool, psql.

最後更新: 2011-06-28 13:17

coretrace

Coretrace is a lightweight tool for debugging embedded Linux applications. It works by analyzing core files from crashed applications and outputs a short plain-text backtrace, suitable for putting into logfiles. The basic idea is to let the failing unit do self analysis of core files and report those back home during device maintenance lifetime. Non-interactive small-sized embedded systems are the primary targets, so small footprint is of major concern, since it will be stored on flash. Currently the compiled size is approximately 20 kb.

最後更新: 2011-11-12 21:07

Softgun

Softgun is an embedded system emulator. It emulates an ARM9 CPU with MMU, Renesas R8C/M16C/M32C, Atmel AVR, PCI bus, I²C-Bus, network controllers, Flash, SD-Cards, and CAN-Bus.

最後更新: 2011-08-08 22:04

BeRTOS

BeRTOS is a real time operating system (RTOS) suitable for embedded platforms. It runs on many microprocessors and microcontrollers, ranging from 8-bit to 32-bit CPUs and even PCs.

最後更新: 2009-04-11 06:23

SuperWaba

SuperWaba is a VM for PDAs. Because of the way it was written, you can use Java to develop programs for it. It supports exceptions, threads, many user interface controls, double and long 64-bit types, grayscale, color, 3D controls, and JNI and Java libraries, among other features. The project has been superseded and replaced with TotalCross.

最後更新: 2008-07-31 20:32

Neko

Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Neko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, XML, etc. It has a compiler and a virtual machine. The virtual machine is very lightweight and well optimized. The VM can be easily embedded into any application, and your libraries can be accessed using the C foreign function interface.

最後更新: 2009-03-11 07:02

Open RObot COntrol Software

The Open Robot Control Software (OROCOS) framework provides the tools to build real-time software components in C++, designed for robot and machine control. The Orocos Real-Time Toolkit provides an infrastructure to quickly setup applications in a real-time operating system such as RTAI and Xenomai, although it can be tested on normal Linux systems. It is designed to appeal to roboticists.

最後更新: 2013-05-18 03:37

ELFIO

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.