Contains a working example of the bouncing ball protocol implemented in Guacamole's guide as an example to implement custom protocols for guacd.
- Ensure guacd is installed
- Run
autoreconf -fito generate ./configure file - Run
./configureto generate Makefile - Run
maketo build protocol - Run
make installto install the bouncing ball protocol along with guacd other protocols
Now the bouncing ball protocol is installed, we need to configure a new connection in user-mapping.xml (by default in /etc/guacamole/user-mapping.xml).
Just add the following :
<connection name="Ball tutorial">
<protocol>ball</protocol>
</connection>