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

transmitting as an ibeacon #23

Open
sergethompson opened this issue Jan 14, 2016 · 7 comments
Open

transmitting as an ibeacon #23

sergethompson opened this issue Jan 14, 2016 · 7 comments

Comments

@sergethompson
Copy link

It would be great if you could switch between a receiver and a transmitter using this native code. Is a transmitting feature coming in a future push?

@zackify
Copy link

zackify commented Jan 14, 2016

How would this be practical though? There is a demo app you can get from
apple's website that will let your phone act as a beacon.
On Wed, Jan 13, 2016 at 22:58 Serge Thompson notifications@github.com
wrote:

It would be great if you could switch between a receiver and a transmitter
using this native code Is a transmitting feature coming in a future push?


Reply to this email directly or view it on GitHub
#23.

@frostney
Copy link
Owner

@sergethompson Would you mind explaining your use case in a bit more detail?

@sergethompson
Copy link
Author

I think it would be interesting in the case of doing something like taking
attendance where one teacher(receiver) can see if all students(beacons) are
there using a singular app. This would all have to be verified over a
server with the specific individual uuids. I can help build it if you lead
me in the right direction. I just have no idea where to start.

@zackify
Copy link

zackify commented Jan 14, 2016

The correct way to do this would be to have a beacon in the class room, and
when the beacon is in range, do a request to your server with the user's
info. That way you can let teachers login and see who is in range.
On Thu, Jan 14, 2016 at 09:32 Serge Thompson notifications@github.com
wrote:

I think it would be interesting in the case of doing something like taking
attendance where one teacher(receiver) can see if all students(beacons) are
there using a singular app. This would all have to be verified over a
server with the specific individual uuids. I can help build it if you lead
me in the right direction. I just have no idea where to start.

On Thu, Jan 14, 2016 at 9:31 AM, Serge Thompson serge.thompson@gmail.com
wrote:

I think it would be interesting in the case of doing something like
taking
attendance where one teacher(receiver) can see if all students(beacons)
are
there using a singular app. This would all have to be verified over a
server with the specific individual uuids. I can help build it if you
lead
me in the right direction. I just have no idea where to start.

On Wed, Jan 13, 2016 at 10:59 PM, Zach Silveira <
notifications@github.com>
wrote:

How would this be practical though? There is a demo app you can get from
apple's website that will let your phone act as a beacon.
On Wed, Jan 13, 2016 at 22:58 Serge Thompson notifications@github.com
wrote:

It would be great if you could switch between a receiver and a
transmitter
using this native code Is a transmitting feature coming in a future
push?


Reply to this email directly or view it on GitHub
#23.


Reply to this email directly or view it on GitHub
<
#23 (comment)

.

Serge Thompson

sergethompson.com http://sergethompson.com

linkedin.com/in/sergethompson http://linkedin.com/in/sergethompson
github.com/sergethompson http://github.com/sergethompson
c. 603.502.0290 <603.502.0290>

Serge Thompson

sergethompson.com http://sergethompson.com

linkedin.com/in/sergethompson http://linkedin.com/in/sergethompson
github.com/sergethompson http://github.com/sergethompson
c. 603.502.0290

Reply to this email directly or view it on GitHub
#23 (comment)
.

@sergethompson
Copy link
Author

Thanks for the feedback. I also thought it would be cool to have a mobile solution that could be used on field trips too so I don't have to worry about always having the beacon and be able to check status all within the same app.

@zackify
Copy link

zackify commented Jan 14, 2016

That defeats the point of a beacon at that point. It would be better to
track their gps location in that case. If you ask me that's also too much
of a privacy concern haha

On Thu, Jan 14, 2016 at 1:32 PM Serge Thompson notifications@github.com
wrote:

Thanks for the feedback. I also thought it would be cool to have a mobile
solution that could be used on field trips too so I don't have to worry
about always having the beacon and be able to check status all within the
same app.


Reply to this email directly or view it on GitHub
#23 (comment)
.

@marktyers
Copy link

Since this uses the same Apple framework as detecting iBeacons it would be a really good idea to implement. Happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants