proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page1 min readrelease notesintro

German Rheinmetall open-sources its Battlesuite connected weapon system protcol

Summary

Rheinmetall has open‑sourced onboardapi 9.10.0, a C++ middleware that uses DDS (XTypes, XCDR2) for low‑latency, backward‑compatible data exchange between sensors and software. The library includes Java, C#/.NET, and Python wrappers and comprehensive docs.

  • onboardapi is a C++ middleware for sensor‑software communication built on DDS.
  • Provides language wrappers for Java, C#/.NET, and Python.
  • Uses DDS XTypes and XCDR2 encoding to maintain backward compatibility across versions.
  • Implements a data‑centric publish‑subscribe model for low‑latency, reliable exchange.

Teams building real‑time, multi‑language sensor integration can adopt a standards‑based, open‑source stack without vendor lock‑in.

4/10

Related reading

  1. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min
  2. Canonical announces Zephyr 26.04 LTS

    Canonical announced Zephyr 26.04 LTS, an enterprise‑grade RTOS with up to 15 years of security updates and built‑in OTA support via Golioth. It’s delivered through Ubuntu Pro for Devices and includes a containerized development environment to simplify MCU firmware builds.

    Lobsterscanonical.com4 minreleaselobste.rs12
  3. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease