hi all,
I’m starting 2 apps that will have this features:
app n.1 , will have a QR code on the screen. (interactive table using android)
app n.2, will have a QR code reader (user with smartphone having android or IOS) (going to buy QR code reader plugin if I resolve this problem).
app n.2 will have a login system to identify each user (that part is already done). after he logins, it will be provided the QR code reader so he can connect to app n.1.
The user of app n.2 should pass the scanner on QR code of app n.1, it should send to app n.1 that he’s trying to connect to it. app n.1 will detect that someone is trying to connect to itself and will let him connect if it’s a valid request.
App n.1 after validating the request (this should be done without human intervention) will change screen and provide options so user from app.n2 can use the app n.1.
the idea is having a sort of validating so the user from a smartphone can use the interactive table with the user login.
never used this kinda of approach. what should i learn?
this looks a p2p problem, with corona will i’m being able to do this? (lua socket, udp, tcp?) or do i need some sort of external service like a server with p2p capability like turn based games, or chart rooms. or i’m complicating and it can be done easier that this.
regards, Carlos.