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 1ebe27e38f cmake: mark all the subprojects as explicitly C
We don't need a C++ compiler but if we don't spell it out, cmake
assumes it C + C++ compiler needed.
2020-08-31 16:51:36 +01:00
..
minimal-dbus-client cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
minimal-dbus-ws-proxy-testclient cmake: provide LIBWEBSOCKETS_DEP_LIBS in CONFIG 2020-06-16 19:45:35 +01: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