Skip to content

Question about Euphony.js string length issue #155

Answered by designe
DahyeonWoo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! @defwdahyun0
Thanks for your quesiton!

To be precise, the number of string values that can be sent by the transmitter is infinite. However, the problem is that noise is mixed in from the receiver stage that recognizes this, and error data is received, and it is not possible to process it as correct data.

The test below encodes and decodes data without any noise.
This is fine even when testing very long data. because it is clean data without noise.
https://github.com/euphony-io/euphony/blob/master/euphony/src/main/cpp/tests/FSKTest.cpp

So, frankly this should be improved.
Now euphony is using infinite payload data in packet.
In the near future, euphony should provide fixed finite data …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@designe
Comment options

Answer selected by DahyeonWoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants