Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcm-proj/lcm
Lightweight Communications and Marshalling
https://github.com/lcm-proj/lcm
Last synced: 6 days ago
JSON representation
Lightweight Communications and Marshalling
- Host: GitHub
- URL: https://github.com/lcm-proj/lcm
- Owner: lcm-proj
- License: lgpl-2.1
- Created: 2014-09-12T05:01:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:10:51.000Z (15 days ago)
- Last Synced: 2024-10-26T07:16:36.539Z (13 days ago)
- Language: Java
- Size: 8.66 MB
- Stars: 991
- Watchers: 64
- Forks: 393
- Open Issues: 135
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-robotics - lcm - Lightweight Communications and Marshalling, message passing and data marshalling for real-time systems where high-bandwidth and low latency are critical. (Uncategorized / Uncategorized)
README
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.# Roadmap
The LCM project is active again. The current long-term plan is to focus on stability and maintenance
patches to fix longstanding issues. Longer term we're open to evolution of LCM to have additional
features (as long as backwards compatibility is enforced). We're very open to community
feedback and involvement on new features.# Quick Links
* [Installing LCM](https://lcm-proj.github.io/lcm/content/install-instructions.html)
* [LCM downloads](https://github.com/lcm-proj/lcm/releases)
* [Website and documentation](https://lcm-proj.github.io/lcm)# 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
* Ubuntu (22.04 and 24.04)
* Fedora (40)
* macOS (13 and 14)
* Windows (2019 and 2022) via MSYS2
* Languages
* C
* C++
* Java
* Lua
* MATLAB
* Python (3.6 and later)## Unmaintained languages
The following languages are currently unmaintained. PRs for these languages are still welcome and if
you are interested in maintaining them please let us know.* Go
* C#/.NET