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

pixelflut

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixelflut

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Pixelflut

A Pixelflut client written in Ruby.

Description

Based on the idea of a simple server protocol to collaborate on a shared canvas named Pixelflut this gem implements a Ruby version of a client.

This gem is an open experiment. You are welcome to fork or create pull requests to find the fastest solution!

Installation

Use the Ruby package manager to install the gem:

gem install pixelflut

Now the pxf command offers the complete functionality.

General Help

You'll find some help on the command line:

$ pxf
Usage: pxf [options] <image>

Options:
      --host <address>       target host address (default 127.0.0.1)
  -p, --port <port>          target port (default 1337)
  -c, --connections <count>  count of connections (default 4)
  -x, --transpose-x <x>      transpose image <x> pixels
  -y, --transpose-y <y>      transpose image <y> pixels
  -m, --mode <mode>          select pixel encoding (TEXT | BIN)
  -t, --threads              use threads instead of processes
  -h, --help                 print this help
  -v, --version              print version information

FAQs

Package last updated on 09 May 2024

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