iPhone, I can send accelerometer data via wifi only 248 lines
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-02-18T14:39:46Z
Indexed on
2010/03/21
12:11 UTC
Read the original article
Hit count: 294
I have created one application on iPhone. I build an application that gather accelerometer value and pass this value to c# server in realtime via wifi connection. I use NSStream with IP and port number.
I was working perfectly, but now I realize that it stops after fetch value only 248 lines. I tried to write this value in text file locally on iPhone. I can obtain more than 260 lines of data. Therefore, I suspect that it has some limitation or other problems on NSStream of wifi connection.
© Stack Overflow or respective owner