views:

355

answers:

2

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.

A: 

If you could provide some more info poeple might be able help you out. How about a few lines of code?

bobxxl
A: 

Most likely the problem is on the C# side. What algo did you use to collect data?

amok