- Louisiana USA
- https://www.acdw.net
-
Joined on
2022年04月23日
I just added it: https://www.acdw.net/wander/
What's the status on this MR? Should I rewrite something to fix the conflict?
Hey @swflint ! I'm so sorry, I completely forgot about this. I've implemented a fix based on yours and merged it; feel free to test and let me know if there are issues!
Thanks so much for the...
I realized we could accept utf-8 almost as a default with type '0', then go from there. Ideas welcome!
oooh that's a good idea... i think. what do you mean by revision indicator? (like alpha,beta, etc?)
Also, how many encodings should we support slash how should they be encoded.
I was thinking incremental, yes. And possibly byte-wise to get the most bang for our buck as it were (or at least ... 0-9a-z) .. but i guess also 2 digits .. hm
You know we should probably just...
Byte-wise, it might look like this
<PROTOCOL HEADER (8 bytes)>
<SENDER PUBLIC KEY (32 bytes)>
<RECIPIENT ADDRESS (1 byte)>
<MESSAGE (up to 407 bytes)>
<TRANSMISSION SIGNATURE (64...
i like this idea but I was thinking of having a more fully-formed postcard header, something like (ignore spaces)
p c <version> <encoding> (possibly more)
where pc are the 'magic...