Skip to content
@plexus-oss

Plexus SDKs

Plexus SDKs for HardwareOps.

Plexus — Ingest. Observe. Control.

HardwareOps platform guide for using Plexus.


plexus-agent — Python SDK

Stream sensor data, CAN bus, MAVLink, cameras, and MQTT from any device.

from plexus import Plexus

px = Plexus()
px.send("engine.rpm", 3450, tags={"unit": "A"})
pip install plexus-agent

plexus-c-sdk — Embedded C Library

Send telemetry from ESP32, STM32, and Arduino in ~1.5 KB RAM. Zero dependencies.

plexus_client_t* px = plexus_init("plx_key", "esp32-001");
plexus_send(px, "temperature", 72.5);
plexus_flush(px);

plexus-ui — GPU-Accelerated Charts

WebGPU/WebGL2 React components — 100k+ data points at 60fps.

npx plexusui init
npx plexusui add line-chart

plexus.company · Documentation · Discord

Popular repositories Loading

  1. plexus-ui plexus-ui Public

    GPU-accelerated React charts for real-time sensor data — WebGPU/WebGL2, 100k+ points at 60fps

    TypeScript 3 1

  2. plexus-python plexus-python Public

    Python SDK for streaming telemetry from any device to Plexus — sensors, CAN bus, MAVLink, cameras, MQTT

    Python 3

  3. plexus-c plexus-c Public

    Minimal C library (~1.5 KB RAM) for sending telemetry from ESP32, STM32, and Arduino to Plexus

    C 2

  4. .github .github Public

    Organization profile and community health files

    1

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…