Skip to content

A working example of the bouncing ball protocol implemented in Guacamole's guide, provided as an example to implement custom protocols for guacd.

License

Notifications You must be signed in to change notification settings

dynamiccast/guacamole-bouncing-ball-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guacamole-bouncing-ball-protocol

Contains a working example of the bouncing ball protocol implemented in Guacamole's guide as an example to implement custom protocols for guacd.

Build and install

  1. Ensure guacd is installed
  2. Run autoreconf -fi to generate ./configure file
  3. Run ./configure to generate Makefile
  4. Run make to build protocol
  5. Run make install to install the bouncing ball protocol along with guacd other protocols

Configure protocol

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>

About

A working example of the bouncing ball protocol implemented in Guacamole's guide, provided as an example to implement custom protocols for guacd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages