Skip to content

v1.0.0 — Initial Release

Latest

Choose a tag to compare

@Baspod Baspod released this 14 Jun 18:14
e1cd703

v1.0.0 — Initial Release

Welcome to the official first release of SPHENDR — a lightweight, high-performance asynchronous UDP middleware designed for VR tracking ecosystems.

This version establishes a rock-solid, non-blocking foundation for streaming motion telemetry with zero latency.

Key Features

  • Async Architecture: Powered by asyncio to prevent data bottlenecks and ensure ultra-low telemetry latency.
  • Network Resilience: Highly optimized UDP socket pipeline designed to handle high-frequency data from mobile sensors.
  • Modular Ecosystem: Fully decoupled core with dynamic plugin loading support, making it easy to extend tracking functionality.
  • Ecosystem Ready: Built with compatibility for major tracking frameworks and protocols (owoTrack, OpenTrack).

How to Run From Source

Since this is a standard open-source Python release, no pre-compiled binaries are required. To get started:

  1. Download the Source code (zip) archive from the Assets section below and extract it.
  2. Open your terminal in the extracted folder and install the required dependencies:

python main.py