Last change
on this file since 1369 was
1328,
checked in by Sam Hocevar, 16 years ago
|
- Wrote manual pages for img2irc, cacaplay and cacaserver.
|
File size:
687 bytes
|
Line | |
---|
1 | .TH cacaserver 1 "2006-11-10" "libcaca" |
---|
2 | .SH NAME |
---|
3 | cacaserver \- telnet server for libcaca |
---|
4 | .SH SYNOPSIS |
---|
5 | .B cacaserver |
---|
6 | .RI |
---|
7 | .SH DESCRIPTION |
---|
8 | .B cacaserver |
---|
9 | reads libcaca animation files in its standard input and serves them as ANSI |
---|
10 | art on network port 51914. These animations can be created by any libcaca |
---|
11 | program by setting the |
---|
12 | .B CACA_DRIVER |
---|
13 | environment variable to |
---|
14 | .B "raw" |
---|
15 | and piping the program's standard output to |
---|
16 | .B cacaserver. |
---|
17 | |
---|
18 | Clients can then connect to port 51914 using |
---|
19 | .B telnet |
---|
20 | or |
---|
21 | .B netcat |
---|
22 | to see the output. |
---|
23 | .SH EXAMPLE |
---|
24 | CACA_DRIVER=raw cacademo | cacaserver |
---|
25 | |
---|
26 | telnet localhost 51914 |
---|
27 | .SH SEE ALSO |
---|
28 | cacaplay(1) |
---|
29 | .SH AUTHOR |
---|
30 | This manual page was written by Sam Hocevar <sam@zoy.org>. |
---|
Note: See
TracBrowser
for help on using the repository browser.