Updated description (6/28/2020): This project is a cloud data encoder/decoder. Meaning: it lets you read and write to/from cloud data with simple commands. Capitalized letters are supported. Click the "core / wifi" box (right side) to open the menu. Press [1-5] to select an option. This project still works in 2021. The updates to cloud variables (length limit of 255) and update from scratch v2 to v3 have not affected functionality. Don't be intimidated by all the stuff on the screen, it's just for debugging. This project is pretty simple on the inside. The original description from 2015 is below: ====== Easy to use cloud data manager. There are 5 slots for data (more can be added). There's just 1 command to write data and 1 command to read data from a cloud variable slot of your choosing. Read/write commands are received by Core_NET which does all of the heavy lifting. All encoding/decoding is invisible to the user. Test it out by clicking the control panel (wifi icon on bottom right) which will let you read/write cloud data on the fly. If you hide the control panel, you can summon it again by holding [o] and pressing [Space]. For security, your username must be in the 'CloudAdmins' list for that to work - In this demo the 'user' sprite will automatically add you to that list. This project will also auto-detect whether the user is a full scratcher - see instructions inside project for how this works. Version log ----------------------------------- 5.0 - 12/07 - Fix admin detection, stop dic refresh on flag, telemetry 4.0 - 11/08 - Now detects user as guest/new scratcher/scratcher 3.1 - 10/22 - Minor documentation update, deleted unused variable 3.0 - 09/27 - 2 more cloud var slots added, control panel rewritten 2.0 - 09/09 - improved control panel w/ listening indicator, reading added. 1.0 - 09/07