DTLS for Hue
#1
Hi,

Hue uses DTLS for it's entertainment API which allows for faster updating of lights and UDP is more appropriate for this use-case anyways.

I've been searching for a way to use DTLS in the context of a Kodi add-on but without much success. I haven't found a self contained cross-platform python library that doesn't come with prebuilt binaries for a particular platform. Others rely on OpenSSL. 

I don't really know anything about encryption and am a n00b with Python so I hit a wall pretty quickly. I understand that Kodi comes with PyCryptoDomex but I really don't know how to use it.

Hue supports the following:  DTLS mode version 1.2 with Pre-Shared Key (PSK) Key exchange method with TLS_PSK_WITH_AES_128_GCM_SHA256 set as Cipher Suite is supported.

Does anyone have any experience with this that could point me in the right direction?
Reply

Logout Mark Read Team Forum Stats Members Help
DTLS for Hue0