Skip to content

Commit

Permalink
Include image in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmadsen committed Dec 22, 2018
1 parent e8a803e commit f250d75
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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.
Binary file added static/tree.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f250d75

Please sign in to comment.