|
Socket Programming in C# -
04-17-2009, 04:01 PM
Hello,
I have a C# program that utilizes a socket to connect to a Multi-Site Controller (MSC) and retrieve GPS strings. The GPS strings are being broadcasted by our various City vehicles. The program works pretty well except at times when it will return a string of 1 character. It will do this 10 times at 3 second intervals after which it closes the connection to the MSC, reconnects and starts to again receive valid strings. Does anyone have experience working with a MSC? Does anyone know what these 1 character strings are and how I might be able to have my computer ignore these or communicate to the MSC to stop sending them? This has been driving me crazy for days. If I could get rid of them the program would work perfectly. Thank you for your help.
|