kmoe / sturmflut

A FAST (80+ Gbit/s) pixelflut client with full IPv6 and animation support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sturmflut

Sturmflut is a very fast pixelflut client with full IPv6 support written entirely in C. It can handle both ordinary image files and animations.

Compiling

Dependencies

  • pkg-config
  • pthread
  • ImageMagick
  • MagickWand

On debian-based systems all required dependencies can be installed using

apt-get install build-essential pkg-config libmagick++-dev libmagickwand-dev

Use make.

Usage

./sturmflut <host> [file to send] [-p <port>] [-i <0|1>] [-t <number of threads>] [-h]

host: IP address of pixelflut server
file to send: Image/Animation to show

-p: Server port
-i: Ignore broken broken pipe
-t: Number of threads used for flooding
-h: Show usage

Example

./sturmflut 127.0.0.1 animation.gif

Searching for a fast pixelflut server? Check out shoreline

About

A FAST (80+ Gbit/s) pixelflut client with full IPv6 and animation support

License:MIT License


Languages

Language:C 98.2%Language:Makefile 1.8%