Skip to content
View xpointsolution's full-sized avatar

Highlights

  • Pro

Block or report xpointsolution

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
xpointsolution/README.md

XPoint Solutions

Building the future of IoT tracking and geospatial analytics

AdaTrack Discord


About Us

We are XPoint Solutions, a software development company based in Kosice, Slovakia, focused on building high-performance infrastructure for the IoT industry. Our flagship product, AdaTrack, powers real-time asset tracking and telemetry analytics for organizations worldwide.

AdaTrack — Real-time IoT Tracking & Geospatial Analytics at Scale

AdaTrack is a production-grade IoT platform built for high-throughput telemetry ingestion and real-time geospatial analytics. It processes millions of UDP packets per second, decodes proprietary binary payloads, and streams live data to a WebGL-powered dashboard.

Key capabilities:

  • UDP-First Ingestion — Kernel-tuned Go backend with microsecond latency
  • Dynamic Payload Decoders — Define binary-to-JSON decoders in JavaScript, update live
  • Real-Time Tracking — GPU-accelerated map rendering (Deck.gl) for thousands of assets
  • Self-Hosted Maps — Built-in OpenStreetMap tile server, no third-party accounts needed
  • Geofencing & Alerts — PostGIS-powered virtual boundaries with instant notifications
  • No-Code Workflows — Automated actions based on telemetry events or thresholds
  • Enterprise RBAC — Granular role-based access control with resource ownership

Quick Start

# Pull and run with Docker
docker-compose up -d
# Open http://localhost:8080

Available as Docker images, standalone binaries (Linux, macOS, Windows), and SaaS at adatrack.io.

Open Source Projects

Repository Description
adatrack Production-grade IoT platform for telemetry & geospatial analytics
gps-compare Algorithm for fair GPS route comparison using geometric distance
osm_downloader Automated GPX trace downloader from OpenStreetMap

Get in Touch

Pinned Loading

  1. gps-compare gps-compare Public

    An algorithm for fair GPS route comparison. It normalizes tracks by creating evenly spaced synthetic points and calculates how closely one route matches another based on geometric distance, using a…

    HTML 1

  2. osm_downloader osm_downloader Public

    This script automates downloading GPX trace files from OpenStreetMap. It prompts the user for a target total size (MB/GB), then scrapes and fetches trace files via HTTP requests while respecting po…

    Python 2

  3. adatrack adatrack Public

    Real-time IoT Tracking & Geospatial Analytics at Scale

    1