You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
the next time the app starts and wants to connect
can it be accomplished silently, thus let the devices connect
silently by configuration. ?
The best scenario (my wish list 👍 ) would of course be .. no user interaction at all
meaning the the app could:
connect automatically to an array of device MAC addresses given their bluetooth is enabled.
with as minimum user interaction as possible, or at least an initial setup that can last for more then one session (app running)
the app should be able to send / receive data from multiple devices (also with minimum user interaction)
can this be done, or something close to it?
Thanks
The text was updated successfully, but these errors were encountered:
Well, the ANE commands can be called with any method you wish, manually or automatically. And of course you can save the target MAC addresses for future auto connections. You just need to play around with it to see what you can accomplish. For example, if the device's Bluetooth is off or not visible, user interaction is required. Makes sense?
syberkitten
changed the title
quite connect without using interaction
quiet connect without using interaction
Aug 13, 2016
Thanks for the clarification, I will update this thread with results .
Is there a limit to how many devices can connect to each other,
thus, would it be possible for X devices connecting to each other
and being able to send / receive data to / from each other
seamlessly once connected?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi
Interested in this ANE, I would like to understand if
after the first user interaction, as shown in your video:
https://www.youtube.com/watch?v=mmN3vC1H3W8
the next time the app starts and wants to connect
can it be accomplished silently, thus let the devices connect
silently by configuration. ?
The best scenario (my wish list 👍 ) would of course be .. no user interaction at all
meaning the the app could:
with as minimum user interaction as possible, or at least an initial setup that can last for more then one session (app running)
can this be done, or something close to it?
Thanks
The text was updated successfully, but these errors were encountered: