Closed ajayyy closed 5 years ago
Much more compressed, and prevents errors relating to removing certain characters (commas, etc). Quotation marks still need to be checked for as that is a limitation in CSV, not in the sending of the data.
Why did I not think of this earlier...
https://stackoverflow.com/questions/469695/decode-base64-data-in-java
Including schedule
Make data sent from server to client base 64 as well
Also, make the request messages in base 64 ("REQUEST DATA", etc.)
Done
https://github.com/LakeEffectRobotics/LakeEffectScoutingApp/pull/176 https://github.com/LakeEffectRobotics/LakeEffectScoutingServerApp/pull/23
Much more compressed, and prevents errors relating to removing certain characters (commas, etc). Quotation marks still need to be checked for as that is a limitation in CSV, not in the sending of the data.
Why did I not think of this earlier...