You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A gradual switch from WebSocket++ to libwebsockets has begun in the last weeks of 2023. This will allow us to implement a few additional features that proved difficult to realize with the current implementation. Since this touches an essential part of the libocpp library, the switch will be done gradually and carefully. First a proof-of-concept implementation for TPM integration was realized, this will be followed by additional implementations for the plain and TLS websocket functionality. These will exist as a opt-in compile-time option at first, to facilitate testing. Once the new implementations have been sufficiently tested it will become the default and the old implementation will be deprecated and then removed at a later date.
@AssemblyJohn please finish this up by removing websocketpp from libocpp. Please also rename the class WebsocketTlsTPM since it also covers non tls/tpm connections.
A gradual switch from WebSocket++ to libwebsockets has begun in the last weeks of 2023. This will allow us to implement a few additional features that proved difficult to realize with the current implementation. Since this touches an essential part of the libocpp library, the switch will be done gradually and carefully. First a proof-of-concept implementation for TPM integration was realized, this will be followed by additional implementations for the plain and TLS websocket functionality. These will exist as a opt-in compile-time option at first, to facilitate testing. Once the new implementations have been sufficiently tested it will become the default and the old implementation will be deprecated and then removed at a later date.
The text was updated successfully, but these errors were encountered: