Hi there,
could someone provide a simple demo how to send data through tcp
I found http://www.coronaremote.com/
where he does send data from one device to another (in that case from iPhone to simulator)
using: local socket = require(“socket”)
He does provide a demo ‘remote.lua’ for the server, but to make it round I would need also
a “client” demo how to connect to that server and transmit data.
for example:
i start the server app on one iphone
connect from another iPhone (client) to the server
- and when lets say a button is pressed on the client the server app does show “button pressed”
thx
chris
[import]uid: 4795 topic_id: 13725 reply_id: 313725[/import]

