1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/dbus-client
Andy Green 14764ccbe2 ws client: apply tokenize to upgrade header
Switches to use lws_hdr_copy() for the case the header is fragmented

See also https://github.com/warmcat/libwebsockets/issues/1435
2018-10-18 06:30:07 +08:00
..
minimal-dbus-client dbus-ws-proxy 2018-10-13 08:16:27 +08:00
minimal-dbus-ws-proxy-testclient ws client: apply tokenize to upgrade header 2018-10-18 06:30:07 +08:00
README.md dbus-ws-proxy 2018-10-13 08:16:27 +08:00

Example Demonstrates
minimal-dbus-client Shows how to connect to a DBusServer dbus server like minimal-dbus-server
minimal-dbus-ws-proxy-testclient A test client for use with minimal-dbus-ws-proxy