1cacaserver(1) General Commands Manual cacaserver(1)
2
3
4
6 cacaserver - telnet server for libcaca
7
9 cacaserver
10
12 cacaserver reads libcaca animation files in its standard input and
13 serves them as ANSI art on network port 51914. These animations can be
14 created by any libcaca program by setting the CACA_DRIVER environment
15 variable to raw and piping the program's standard output to cacaserver.
16
17 Clients can then connect to port 51914 using telnet or netcat to see
18 the output.
19
21 CACA_DRIVER=raw cacademo | cacaserver
22
23 telnet localhost 51914
24
26 cacaplay(1)
27
29 This manual page was written by Sam Hocevar <sam@hocevar.net>.
30
31
32
33libcaca 2006-11-10 cacaserver(1)