summaryrefslogtreecommitdiffstats
path: root/rules/json-dbus-bridge.in
blob: c729b0c6fa17f60613649f2b037c849f1c9317f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=networking

config JSON_DBUS_BRIDGE
	tristate
	select DBUS
	select JSON_C
	select FCGI
	select LIBEVENT
	prompt "json-dbus-bridge"
	help
	  The JSON-D-Bus-bridge is a fastcgi application that provides access to
	  D-Bus. It accepts JSON-RPC calls as used for instance by qooxdoo and
	  translates these into D-Bus calls. Any response is converted back to
	  JSON and sent to the client.