react-native-ibeacon icon indicating copy to clipboard operation
react-native-ibeacon copied to clipboard

transmitting as an ibeacon

Open sergethompson opened this issue 8 years ago • 7 comments

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?

sergethompson avatar Jan 14 '16 03:01 sergethompson

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 [email protected] 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 https://github.com/frostney/react-native-ibeacon/issues/23.

zackify avatar Jan 14 '16 03:01 zackify

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

frostney avatar Jan 14 '16 08:01 frostney

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.

sergethompson avatar Jan 14 '16 14:01 sergethompson

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 [email protected] 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 [email protected] 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 < [email protected]> 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 [email protected] 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 https://github.com/frostney/react-native-ibeacon/issues/23.

— Reply to this email directly or view it on GitHub < https://github.com/frostney/react-native-ibeacon/issues/23#issuecomment-171522272

.

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 https://github.com/frostney/react-native-ibeacon/issues/23#issuecomment-171658289 .

zackify avatar Jan 14 '16 17:01 zackify

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.

sergethompson avatar Jan 14 '16 18:01 sergethompson

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 [email protected] 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 https://github.com/frostney/react-native-ibeacon/issues/23#issuecomment-171732328 .

zackify avatar Jan 14 '16 21:01 zackify

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

marktyers avatar Dec 08 '19 20:12 marktyers