Skip to content
View teklot's full-sized avatar

Block or report teklot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
teklot/README.md

Building open-source software at the intersection of .NET, engineering, hardware, and data systems.

My work spans software from embedded and edge devices to distributed backends and engineering applications.

Open Source

Engineering, Robotics & Hardware

  • MavlinkSharp — MAVLink communication for modern .NET applications.
  • SignalFlux — A .NET domain model for engineering data, signals, measurements, and systems.
  • SignalBench — A telemetry workbench for aerospace, automotive, satellite, and industrial systems.
  • HelixForge — Hardware abstraction for .NET, making real and simulated hardware interchangeable.

.NET & Application Infrastructure

  • Crestful — A convention-driven approach to building REST APIs with ASP.NET Core.
  • FluentHtml — Fluent server-rendered HTML for .NET with Bootstrap and HTMX.

Areas of Interest

  • Engineering Software — telemetry, signals, time-series data, simulation, and test systems
  • Robotics & Autonomous Systems — MAVLink, PX4, ArduPilot, sensors, control, and hardware integration
  • Hardware & Edge Computing — embedded systems, microcontrollers, SBCs, industrial protocols, and device integration
  • Data & Distributed Systems — event-driven architectures, messaging, streaming, scalable time-series systems, and observability
  • Modern .NET — C#, .NET, ASP.NET Core, server-driven applications, PWAs, and high-performance services

Technology

C# · C/C++ · Python · .NET · ASP.NET Core · WPF · Blazor · HTMX

PostgreSQL · SQL Server · SQLite · Redis · DuckDB · TimescaleDB · InfluxDB

Kafka · RabbitMQ · ZeroMQ · MQTT · REST · GraphQL

MAVLink · CAN · Modbus · UDP/TCP · LoRa · ARINC-429 · Serial

PX4 · ArduPilot · Raspberry Pi · ESP32 · FPGA · LiDAR

AWS · Azure · Docker · GitHub Actions · Grafana · Prometheus

Engineering Philosophy

I enjoy building software that sits between physical systems and digital systems — from sensors and embedded devices to engineering applications, data pipelines, and cloud services.

A recurring theme in my work is creating simple abstractions over complex systems so that software can be developed, tested, simulated, and deployed without being tightly coupled to the underlying hardware or infrastructure.


C# · .NET · Engineering · Robotics · Aerospace · Hardware · Data · Simulation

Pinned Loading

  1. SignalFlux SignalFlux Public

    SignalFlux is the .NET domain model for engineering data, a shared vocabulary that lets different systems speak the same language. It sits between hardware and analysis, giving every voltage, tempe…

    C# 1

  2. SignalBench SignalBench Public

    A professional-grade binary protocol platform for satellite, aerospace, automotive, and industrial telemetry decoding, analysis, and signal generation.

    C# 1

  3. HelixForge HelixForge Public

    HelixForge is a shared abstraction layer for hardware on .NET — the vocabulary that makes real and simulated hardware interchangeable. Not a driver framework, not a telemetry database. A shared dev…

    C#

  4. MavlinkSharp MavlinkSharp Public

    MavlinkSharp is a lightweight .NET library for parsing MAVLink v1/v2 raw messages using standard or custom dialects. It is extremely fast, flexible, and easy to use, and also provides tools for con…

    C# 4 1

  5. Crestful Crestful Public

    Crestful is the convention layer that sits on top of ASP.NET Core — define a resource once, receive a production-ready REST API. Not an app framework, not an alternative to ASP.NET Core. A thin pro…

    C#

  6. FluentHtml FluentHtml Public

    FluentHtml is a server-rendered HTML framework with a fluent .NET API. No Razor, no JS frameworks. No Razor, no JS frameworks. Includes element builders, Bootstrap components, HTMX attributes, form…

    C#