Open-Source Projects

Open-source tools and libraries for telemetry, protocol parsing, signal analysis, resilience patterns, and cross-platform engineering applications.

The projects below focus on the .NET ecosystem and represent one facet of the firm’s work. Client engagements span a much wider range of languages and platforms — including C/C++, Rust, Go, Python, and TypeScript/JavaScript across embedded, Linux, and cloud environments.

SignalFlux

A .NET domain model for engineering data. A shared vocabulary that lets different systems speak the same language. Gives every voltage, temperature, signal, and measurement a consistent, strongly typed shape, regardless of source, format, protocol, or vendor.

EngineeringDomain ModelIndustrialSignalsTelemetryData AcquisitionTime Series

SignalBench

A professional-grade binary protocol platform for satellite, aerospace, automotive, and industrial telemetry decoding, analysis, and signal generation. Features schema-driven parsing, live streaming via TCP/UDP/Serial, interactive visualization, and plugin-based extensibility.

Signal ProcessingTelemetryTest & MeasurementGUIBinary ProtocolStreamingAutomotiveAerospace

HelixForge

An abstraction layer for hardware on .NET — the vocabulary that makes real and simulated hardware interchangeable. Not a driver framework, not a telemetry database, but a shared device interface giving every IMU reading, every motor command, and every GPS fix the same shape regardless of source.

HALSimulationRoboticsSensorsTelemetryDevice AbstractionHILSIL

MavlinkSharp

A lightweight .NET library for parsing MAVLink v1/v2 raw messages using standard or custom dialects. Fast, flexible, and easy to use, with tooling for runtime dialect loading. Supports serial, UDP, TCP, and any other transport.

MAVLinkTelemetryFlight ControlProtocol ParserRuntime Dialect

Crestful

The convention layer that sits on top of ASP.NET Core — define a resource once and receive a production-ready REST API. Not an app framework and not an alternative to ASP.NET Core, but a thin convention layer for consistent, maintainable APIs.

REST APIASP.NET CoreConventionsBackendC#

FluentHtml

A server-rendered HTML framework with a fluent .NET API — no Razor, no JavaScript frameworks. Includes element builders, Bootstrap components, HTMX attributes, and form handling for building interactive server-rendered applications.

HTMLServer-Side RenderingHTMXBootstrapWebC#

CyphalSharp

Lightweight .NET library for Cyphal protocol parsing using DSDL definitions. Designed for modern robotics and industrial communication systems.

CyphalRoboticsReal-TimeDSDLProtocol Parser

RetrySharp

Resilient retry library for .NET with exponential backoff, jitter, and circuit breaker patterns for robust fault tolerance in distributed systems.

ResilienceDistributed SystemsFault ToleranceCloudEnterpriseCircuit Breaker