I have a project needs to communiction with server via UDP/TCP/IP protocol
The client side I will use Corona sdk,
but I am not sure if Corona support UDP/TCP communication, or I need to make the function by myself?
Welcome any comment
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try page 64 of the API reference here: http://www.google.com/url?sa=t&source=web&cd=2&ved=0CCsQFjAB&url=http%3A%2F%2Fdeveloper.anscamobile.com%2Fdemo%2FAPIReference.pdf&rct=j&q=carona%20sdk%20api&ei=Rh6RTcnUGY2WsgPQqfmnDg&usg=AFQjCNGqduQgly1eTfPV2KHGv2nbYeC4Yg
It redirects to the “socket reference” here: http://w3.impa.br/~diego/software/luasocket/reference.html
This talks about everything you asked about.