| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
OpenHPS (Open Source Hybrid Positioning System) is a powerful framework for building positioning systems that are interoperable, scalable, and discoverable. It provides a flexible architecture for processing positioning data across multiple domains.
Install OpenHPS Core with:
npm install @openhps/core --saveCreate a simple model:
import { ModelBuilder } from '@openhps/core';
ModelBuilder.create()
.build().then(model => {
// Use the model
});Contributions are welcome! See our contributing guidelines for more information.
OpenHPS is licensed under the Apache License 2.0. See the full license here.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |