Ross ROSS = Recommend OSS · open-source software intelligence for agents

lcm-proj/lcm

Lightweight Communications and Marshalling observed · 2026-09-01

github.com/lcm-proj/lcm · Java · LGPL-2.1 (copyleft) observed · 2026-09-01

Health v2 · maintenance only

72/100

  • Activity 100
  • Release rhythm 21
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 304
  • age_days: 4373
  • days_rel: 314
  • days_push: 3
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1203 stars · 430 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

LCM (Lightweight Communications and Marshalling) is a set of libraries and tools for low-latency, high-bandwidth publish/subscribe message passing with type-safe marshalling code generation. It targets real-time systems such as robotics, supports multiple languages (C, C++, Java, Python, Lua, MATLAB), and requires no central broker or daemons.

Use cases

  • pass sensor data between processes in a robotics stack with low latency
  • generate type-safe message serialization code for multiple languages
  • broadcast messages over UDP multicast without a central broker
  • log and replay message streams for debugging
  • build real-time inter-process communication for embedded or simulation systems

When to choose

  • you need low-latency pub/sub messaging for real-time or robotics systems
  • you want automatic marshalling codegen across C, C++, Java, Python, and Lua
  • you want a dependency-light, daemon-free messaging layer
  • you need efficient UDP multicast broadcast on a LAN

When to avoid

  • you need messaging over the internet or across unreliable WANs
  • you require brokered features like queues, persistence, or guaranteed delivery
  • you need Go or C#/.NET bindings, which are unmaintained
  • you want a modern ecosystem with rich tooling like Kafka or DDS

Facets

library · maturity stable

serialization message-queue middleware networking robotics microservices embedded-systems windows python jvm cpp c lua pub-sub udp-multicast marshalling code-generation real-time-systems inter-process-communication real-time linux macos

1 source

Member repositories

RepositoryRoleHealth v2
lcm-proj/lcmmain72

For agents

markdown · JSON · MCP: product_card(name="lcm-proj/lcm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem