forked from ajmadsen/jingleping-go
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# jingleping-go | ||
|
||
Ping images to the [IPv6 christmas tree](https://jinglepings.com). | ||
Ping images to the [IPv6 christmas tree](https://jinglepings.com). I wrote this application to draw a dabbing Pikachu and a dancing Sans to the video wall. | ||
|
||
![Screenshot of Video Board with Pikachu and Sans](doc/tree.jpg) | ||
|
||
# Usage | ||
|
||
``` | ||
Usage of ./jingleping-go: | ||
-dst-net string | ||
the destination network of the ipv6 tree (default "2001:4c08:2028") | ||
-image string | ||
the image to ping to the tree | ||
-rate int | ||
how many times to draw the image per second (default 100) | ||
-workers int | ||
the number of workers to use (default 1) | ||
-x int | ||
the x offset to draw the image | ||
-y int | ||
the y offset to draw the image | ||
``` | ||
|
||
If the image is an animated GIF, the rate should be adjusted accordingly. By default, the application will send one ping per pixel per frame. If the rate is set to some value higher than the average frame delay, each pixel in the frame may be sent more than once, improving the fidelity of the animation. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.