1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/dbus-server
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-server cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
minimal-dbus-ws-proxy cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
README.md dbus-ws-proxy 2018-10-13 08:16:27 +08:00

Example Demonstrates
minimal-dbus-server Shows how to run a DBUS session server using lws event loop
minimal-dbus-ws-proxy Control ws client connections via DBUS