Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] support listener mode #5

Open
yeonns opened this issue Jun 29, 2022 · 0 comments
Open

[Request] support listener mode #5

yeonns opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement New feature or request feature proposal

Comments

@yeonns
Copy link
Member

yeonns commented Jun 29, 2022

Feature Description

Now, euphony-collector supports speaker+listener mode, so data transmission is almost success.
To collect non-ideal data, euphony-collector should also support listener mode.

Let's say there are 2 devices

  • device A: euphony-speaker (it sends "abc" to device B)
  • device B: euphony-collector (it listens data from device A)
    • Case1: listen result can be "abc" -> it is success, so euphony-collector should save this result
    • Case2: listen result can be "ab" -> it is fail, so euphony-collector should discard this result

Then, euphony-collector should support feature like below

  • euphony-collector can listen through another devices
  • euphony-collector should receive data from other devices using another communication like bluetooth
  • To check whether the received data is correct, euphony-collector should compare bluetooth result and euphony listen result
  • After comparing the result, euphony-collector should decide whether to save the data or not

Decision

  • Which communication is proper to send data? Is bluetooth the best?
@yeonns yeonns added the enhancement New feature or request label Jun 29, 2022
@yeonns yeonns changed the title support listener mode [Request] support listener mode Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature proposal
Projects
None yet
Development

No branches or pull requests

1 participant