Kligo
v3
v3
  • Kligo API v3
  • SERVICES
    • 💫WebSocket
    • 🔍Observations
  • UTILISATION
    • 🇫🇷 Installation
    • 🇫🇷 Configuration LGC
    • 🇫🇷 Jumelage
    • 🇫🇷 Utilisation
    • ☑️ Compatibilité
Powered by GitBook
On this page

Was this helpful?

Kligo API v3

NextWebSocket

Last updated 5 years ago

Was this helpful?

The Kligo API allows you to retrieve in real-time measurements made with connected medical devices.

Kligo embeds a WebSocket client. It can be accessed on port 63336 on the user's computer. You can register a client to this server in order to subscribe and receive the observations in real-time. To subscribe to the observations please use the following url: ws://localhost:63336/v3/Observation

WebSockets clients have been implemented in most languages and can easily be integrated to any project.

Getting started

First of all, please go to the .

Or click to see a working example of an application retrieving measurements from Kligo.

WebSocket documentation
here