Skip to content

Tarrasch/ach

 
 

Repository files navigation

OVERVIEW

Ach is an Inter-Process Communication (IPC) mechanism and library. It is especially suited for communication in real-time systems that sample data from physical processes. Ach eliminates the Head-of-Line Blocking problem for applications that always require access to the newest message. Ach is efficient, robust, and formally verified. It has been tested and demonstrated on a variety of physical robotic systems. Source code for Ach is available under an Open Source BSD-style license.

INSTALLATION

./configure && make && make install

See the INSTALL file for details.

Alternatively, if you are using Debian or Ubuntu, you can use the golems.org APT repo.

  1. Add the following to /etc/apt/sources:

    http://code.golems.org/debian squeeze golems.org

(substitute the codename for your distribution in place of squeeze, e.g. wheezy, precise)

  1. sudo apt-get update && sudo apt-get install libach-dev ach-utils

  2. sudo dpkg-reconfigure ach-utils

DOCUMENTATION

FORMAL MODEL

Ach has been formally verified using the SPIN model checker. This formal model is included in the source distribution under the ./spin/ directory.

Packages

No packages published

Languages

  • C 77.9%
  • Common Lisp 14.2%
  • Shell 6.4%
  • Python 1.3%
  • Perl 0.2%