From 88fb3017fb61d87a81b5a9d14d94992e64018868 Mon Sep 17 00:00:00 2001 From: yamanq Date: Mon, 23 Oct 2017 22:22:32 -0400 Subject: [PATCH] Create README.md --- gyrio/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gyrio/README.md diff --git a/gyrio/README.md b/gyrio/README.md new file mode 100644 index 0000000..d87c00f --- /dev/null +++ b/gyrio/README.md @@ -0,0 +1,8 @@ +# gyrio +Web Oscilloscope viewer + +## History +Gyrio was originally created at GrizzHacks, a hackathon which took place September 30, 2017 + +## Components +There are 3 major parts to gyrio. First, there is the oscilloscope mode, which converts the data to binary digits and then displays these in a similar method to an oscilloscope. The next mode is an attempt to represent the data in a sound format. To achieve this, the data was converted to a base-8 form and then mapped to a set of 8 tones, which were then outputted. Lastly, the final mode is an attempt to display the data as a whole. The data was converted to hexadecimal and then displayed in an image form, resulting in a picture similar to a colorful QR code.