Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi,
I'm trying make an APK who got the Bar-Code information and send this code to a PC
TABLET >> CLICK SCAN >> SCAN >>SEND VALUE TO PC
Any idea how to send a value or a text to PC via wifi?
Only way I see how would be to host some kind of server on the PC, and dialog with it with the websocket plugin (https://www.scirra.com/manual/153/websocket). I don't have knowledge to help you further this way though.
On Intel XDK i found:
GET/POST REMOTE DATA
For this the xdk needs URL "http://"
but what kind of Url he needs?
Develop games in your browser. Powerful, performant & highly capable.
A webserved one. (hosted on a webserver)
Check out Ajax.
Any idea how send the information via Bluetooth?
As far as I am aware bluetooth communication is not supported in construct 2.