1.5.3 • Published 6 months ago

guacamole-client v1.5.3

Weekly downloads
85
License
Apache-2.0
Repository
github
Last release
6 months ago

About

guacamole-client is the superproject containing all Maven-based projects that make Apache Guacamole, an HTML5 web application that provides access to your desktop using remote desktop protocols.

guacamole-client is used to build the subprojects that make up Guacamole, and to provide a common central repository. Each project contained here is completely independent of guacamole-client and can be built separately, though the others may have to be built first. If all projects are built using guacamole-client, Maven will take care of the proper build order.

Install

$ npm install guacamole-client

Use

import Guacamole from 'guacamole-client'

const tunnelUrl = 'wss://your/websocket-tunnel'
const token = 'your token'

const tunnel = new Guacamole.ChainedTunnel(
  new Guacamole.WebSocketTunnel(tunnelUrl)
)
const client = new Guacamole.Client(tunnel)
const connectArgs = `token=${token}`

const el = client.getDisplay().getElement()
document.getElementById('display').appendChild(el)
client.connect(connectArgs)

More

http://guacamole.apache.org/

1.5.3

6 months ago

1.5.2

6 months ago

1.5.1

6 months ago

1.5.0

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.4.0-rc

2 years ago

1.3.0

2 years ago

2.0.0

2 years ago

1.0.0

4 years ago

0.9.15-rc.5

6 years ago

0.9.15-rc.4

6 years ago

0.9.15-rc.3

6 years ago

0.9.15-rc.2

6 years ago

0.9.15-rc.1

6 years ago

0.9.14-new

6 years ago

0.9.14-1

6 years ago

0.9.1-4.1

6 years ago

0.9.14

6 years ago

0.9.13

7 years ago

1.4.0

7 years ago

0.9.12

7 years ago

0.9.11

7 years ago

0.9.10

7 years ago

0.9.9

7 years ago