The DISPLAX SDK is a bundle of lightweight libraries that provides developers with easy access to the DISPLAX Service. It simplifies communication by abstracting the API requests and notifications between your application and the service.
The SDK bundle currently supports:
C++ (Qt framework)
C# (Unity framework)
The DisplaxSDK library can be embedded into your application.
It automatically manages API requests and notifications reception.
All communication uses JSON messages, following the structures defined by the DISPLAX Service API communication protocol.
Inside the repository, check the Library and Protocol Specification section for detailed information about the communication protocol.
Speeds up integration with DISPLAX Service
Provides ready-to-use libraries for Unity and Qt development
Ensures consistent communication with Displax Service API
Reduces development time and complexity