Skip to content

WebSocket support#

The AES70 protocol specifies the WebSocket protocol as one transport option. This option exists to enable web applications running on audio devices to use WebSockets as an efficient transport for AES70.

The websocket implementation is defined in the include/websocket/ directory.

Example#

Todo