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

Improve how fluid connections are made #6

Open
Pjaerr opened this issue Mar 25, 2020 · 1 comment
Open

Improve how fluid connections are made #6

Pjaerr opened this issue Mar 25, 2020 · 1 comment
Labels
enhancement New feature or request need ideas

Comments

@Pjaerr
Copy link
Owner

Pjaerr commented Mar 25, 2020

First thought was to use QR codes but IOS doesn't support a reader directly within the web app so my second thought is to automatically connect two devices if they are on the same network (check IP: https://github.com/websockets/ws#how-to-get-the-ip-address-of-the-client) but this could cause issues on semi-public networks such as within a student accomodation so probably not doable.

Any ideas welcome.

@Pjaerr Pjaerr added the enhancement New feature or request label Mar 26, 2020
@Pjaerr
Copy link
Owner Author

Pjaerr commented Mar 26, 2020

Could show a long GUID on screen (currently only show the first 9 characters) and then provide the phone with OCR ability if that exists (https://github.com/naptha/tesseract.js#tesseractjs) -- Probably too slow for actual use but just an idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request need ideas
Projects
None yet
Development

No branches or pull requests

1 participant