File Export
-
At least one of the methods being discussed was already rejected (not internally). I wish I could say more but it's under NDA. I'm genuinely not trying to be awkward or funny or anything there but we aren't always allowed to go into detail.
-
@faz808 i agree to this as a systemsintegrator its very important to have a external backup.For example if there is a fire in a datacenter.
-
I wish we could get programmatic access to Fuze's clipboard. That would make any attempts to write our own export functions (be it QR codes, sound, or whatever) more useful, and also it would open up the possibility of writing one's own music editors, sprite editors, etc., and then use the generated data in another program.
Any plans for this in the future?
-
@pianofire With a joint effort I think this may be doable. Back to the Wiki page ...
-
Not sure if we're allowed to give external links but this looks interesting and may be the answer...
https://www.thonky.com/qr-code-tutorial/format-version-information
-
@vinicity Yes this is on the radar but not for the current patch
-
@faz808 Yes this looks spot on. We don't normally encourage external links but when it is to provide answers to questions and useful resources it is fine.
-
@faz808 so it breaks down functionally into:
Data Analysis
Data Encoding
Error Correction Coding
Structure Final Message
Module Placement in Matrix
Data Masking
Format and Version InformationDo you have any preference? The data analysis looks fairly straightforward. Are we even going to bother with Kanji at this point?
-
@pianofire That is awesome!
Actually it would be nice to have access to some sort of roll-out plan? To know which features are coming and approximately when?
-
Good question. Is simple alphanumeric mode going to any easier?
Looking at the article, I think the first step might be to write a binary - hex/hex - binary function. This would confirm each step of the authors calculations. -
@faz808 Well I have already written hex to decimal and (vice versa) https://fuzearena.com/forum/topic/965/hexadecimal-conversion-functions
-
@vinicity said in File Export:
@pianofire That is awesome!
Actually it would be nice to have access to some sort of roll-out plan? To know which features are coming and approximately when?
That would be wonderful and even if some of the things were way late or never even turned up, it would be still better than not having a clue as we are now.
-
@SteveZX81 It is difficult to raise people's expectations and then not deliver. Anyway it is not up to me
-
@faz808 OK I have done the data analysis phase (except for Kanji). I have shared it but it is subject to approval. If you add me as a friend you should be able to see it before approval (SW-5218-2817-5887)
-
Fast track approval! It is NXK7DXUMMN
-
@pianofire That was fast ! The next step could be trickier ...
-
This could prove a major stumbling block - Error Correction Coding.
-
@faz808 Well that was the easy bit!
-
@faz808 Yes it looks fun! https://www.thonky.com/qr-code-tutorial/error-correction-coding I have some C# code that I might try to convert
-
I'll leave that bit with you then. My brain needs a rest - it's hurting...