flaviodesousa / fake-binary-codec

Posting ASCII messages made up of 0 and 1 characters is becoming popular. This is a simple decoder and encoder for such messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fake-binary-codec

Posting ASCII messages made up of 0 and 1 characters is becoming popular. This is a simple decoder and encoder for such messages.

To build

Make

To run

echo message|./encoder

echo 0110110101100101011100110111001101100001011001110110010100001010|./decoder

About

Posting ASCII messages made up of 0 and 1 characters is becoming popular. This is a simple decoder and encoder for such messages.

License:Apache License 2.0


Languages

Language:C 100.0%