Skip to content

stevenjoezhang/badapple-telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Apple!! CLI

Bad Apple!! rendered in your terminal.

Setup

First build the C application:

make && cd src

You can run the C application standalone.

./badapple

To use the telnet server, you need to add a configuration that runs:

badapple -t

We recommend openbsd-inetd, but both xinetd and systemd work as well. You should be able to use any other compatible inetd flavor too.

Credits

The data of the Bad Apple!! animation is from BadAppleStringAnimation.

This repo is forked from nyancat. More information:
http://nyancat.dakko.us
http://github.com/klange/nyancat

Licenses, References, etc.

The original source of the animation is prguitarman.

The code provided here is provided under the terms of the NCSA license.