OpenHPS - An Open Source Hybrid Positioning System

OpenHPS is an open source hybrid positioning system to help developers fuse various positioning technologies and algorithms. The system offers a modular data processing framework with each modules ranging from computer vision to common algorithms such as fingerprinting or data persistence of sampled data.

The framework is maintained and used by the Web and Information Systems Engineering Lab at the Vrije Universiteit Brussel. Read more...

Quick Start

If you have npm installed, start using @openhps/core with the following commands.

bash
$ npm install @openhps/core --save

Then you can start by importing the model builder to create your first positioning model.

ts
import { ModelBuilder } from '@openhps/core';
ModelBuilder.create()
.from(/* ... */)
.via(/* ... */)
.to(/* ... */)
.build();

Latest News

  1. Stream Location Data to Solid
    Stream Location Data to Solid OpenHPS is a framework for processing sensor data to create a positioning system. In this blog post, we will demonstrate how OpenHPS can be used to stream location data directly to Solid to offer transparent and interoperable data storage.
  2. OpenHPS Protocol Buffers
    OpenHPS Protocol Buffers Our new module, @openhps/protobuf has been released that enables the automatic generation of protocol buffer message types for all OpenHPS classes and facilitates serialization and deserialization to lightweight buffer messages.
  3. Augmented Reality in OpenHPS
    Augmented Reality in OpenHPS In this blog post we demonstrate how we used OpenHPS to create the demo app for our recently accepted FidMark ontology paper.