# About DivingStationProtocol

# Overview

DivingStationProtocol is a protocol for communication with Diver-X devices through DivingStation.
Currently, it supports ContactGlove and ContactSheet.

Communication utilizes OSC (Open Sound Control).

The protocol enables the following functionalities:

  • Retrieving finger bending data from hand-tracking devices
  • Checking the battery level of the device
  • Controlling device vibration

# What is OSC?

OSC (Open Sound Control) is a protocol for communication between applications.

The OSC protocol is composed of a combination of addresses and arguments (data). The address is used to identify the type of protocol.

When using DivingStationProtocol, you need to set up an OSC server to receive data from DivingStation and an OSC client to send data.

For more detailed instructions, please refer to the next page.