Durant35 / lcm

Lightweight Communications and Marshalling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight Communications and Marshalling (LCM)

LCM is a set of libraries and tools for message passing and data marshalling, targeted at real-time systems where high-bandwidth and low latency are critical. It provides a publish/subscribe message passing model and automatic marshalling/unmarshalling code generation with bindings for applications in a variety of programming languages.

Quick Links

Features

  • Low-latency inter-process communication
  • Efficient broadcast mechanism using UDP Multicast
  • Type-safe message marshalling
  • User-friendly logging and playback
  • No centralized "database" or "hub" -- peers communicate directly
  • No daemons
  • Few dependencies

Supported platforms and languages

  • Platforms:
    • GNU/Linux
    • OS X
    • Windows
    • Any POSIX-1.2001 system (e.g., Cygwin, Solaris, BSD, etc.)
  • Languages
    • C
    • C++
    • C#
    • Java
    • Lua
    • MATLAB
    • Python

About

Lightweight Communications and Marshalling

License:GNU Lesser General Public License v2.1


Languages

Language:Java 54.1%Language:C++ 25.7%Language:C 14.0%Language:CMake 2.4%Language:C# 1.6%Language:HTML 0.8%Language:Python 0.5%Language:Roff 0.4%Language:Lua 0.2%Language:CSS 0.2%Language:M4 0.1%Language:Objective-C 0.1%Language:Shell 0.0%