featherbear / presonus-studiolive-api

Exploring the PreSonus network control protocol from a StudioLive Series III
https://featherbear.cc/presonus-studiolive-api/
46 stars 13 forks source link

[temp] Ignore ZB await #12

Closed featherbear closed 2 years ago

featherbear commented 2 years ago

Until CK is decoded, add a feature to allow the API client to connect without waiting for the ZB packet

featherbear commented 2 years ago

How the heck does CK work 😠

featherbear commented 2 years ago

If ignoring the ZB packet, we will then need to manually set the channel counts (type: ChannelCount) - Metering relies on this information

featherbear commented 2 years ago

connect_and_idle_UC_SL16R.pcapng

CK packet at packet 7 (partial) and 29.

Packet 29 is probably the best to investigate as it's smaller

https://github.com/featherbear/presonus-studiolive-api/issues/14#issuecomment-1214187823