https://github.com/pupil-labs/realtime-network-api
Realtime Network API
https://github.com/pupil-labs/realtime-network-api
Last synced: about 2 months ago
JSON representation
Realtime Network API
- Host: GitHub
- URL: https://github.com/pupil-labs/realtime-network-api
- Owner: pupil-labs
- License: mit
- Created: 2022-02-03T18:38:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T00:01:46.000Z (7 months ago)
- Last Synced: 2025-01-16T00:17:24.641Z (3 months ago)
- Language: HTML
- Homepage: https://pupil-labs.github.io/realtime-network-api/
- Size: 41 KB
- Stars: 3
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://results.pre-commit.ci/latest/github/pupil-labs/realtime-network-api/main)
# Pupil Labs Realtime Network API
The Pupil Labs Realtime Network API is used for streaming data from the Companion App in realtime over the local network.
It is also used to send realtime events and remotly control the Companion App.This repository contains the [OpenAPI](https://swagger.io/specification/) specification
for the Pupil Labs Realtime Network API.You can either browse it on
https://pupil-labs.github.io/realtime-network-api/ or see the raw formats here:- [Pupil Labs Neon Companion Realtime API v2.1.0](https://raw.githubusercontent.com/pupil-labs/realtime-network-api/main/neon/v2.1.0.yml).
- [Pupil Labs Invisible Companion Realtime API v1.1.0](https://raw.githubusercontent.com/pupil-labs/realtime-network-api/main/invisible/v1.1.0.yml).## Client Implementations
We have written a python client as a wrapper around the API that is very easy to use.
- [Realtime Python API](https://github.com/pupil-labs/realtime-python-api)