Create README.md

This commit is contained in:
yamanq 2017-10-23 22:22:32 -04:00 committed by GitHub
parent 475919fb2c
commit 88fb3017fb

8
gyrio/README.md Normal file
View File

@ -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.