Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ruby-vnc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruby-vnc

  • 1.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Introduction

The ruby-vnc library provides for simple rfb-protocol based control of a VNC server. This can be used, eg, to automate applications (sometimes there is no better way), or script some sort of interaction.

Being VNC based gives it the advantage of being able to be run against servers on any platform.

The primary documentation is for the Net::VNC class.

= Running the tests

  • Boot up the two VNC servers with docker-compose up.

  • Run the test-suite with bundle exec rake spec.

= Resources

  • {The Remote Framebuffer Protocol (RFC6143)}[https://tools.ietf.org/html/rfc6143]

  • https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst

= Thanks

Code borrows a lot from Tim Waugh's excellent rfbplaymacro. So far all it really offers on top of that is access to the host clipboard, and the ease with which it can be scripted, ie taking conditional actions based on the contents thereof.

= TODO

  • Having the ability to take and analyse screen dumps would be useful.

  • Finish the specs.

  • Fix issues with the way we use a background thread to handle the clipboard etc chatter from the server.

FAQs

Package last updated on 30 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc