I created one socket application which is recvig data from a gps tracking device through the port no 4444.
everything is working perfect.now device is sending some picture information to server in hex format.but my socket application is not recvng that picture data in hex.can anybdy have idea y it is not getting in to my socket application?
is it possible to monitor the coming data in to the port 4444 without the help of socket application?If possible how?
i think tcp monitoring is possible.how can i do that?
jula
38 Posts
how can i view the data on the port 4444 through tcp monitoring
Jul 07, 2010 07:04 AM|LINK
dears, advance thanks.
I created one socket application which is recvig data from a gps tracking device through the port no 4444.
everything is working perfect.now device is sending some picture information to server in hex format.but my socket application is not recvng that picture data in hex.can anybdy have idea y it is not getting in to my socket application?
is it possible to monitor the coming data in to the port 4444 without the help of socket application?If possible how?
i think tcp monitoring is possible.how can i do that?
lextm
4501 Posts
Re: how can i view the data on the port 4444 through tcp monitoring
Jul 07, 2010 12:21 PM|LINK
This forum is dedicated to IIS, so general TCP development is not covered here.
You may try general networking forum, such as
http://social.technet.microsoft.com/Forums/en/winserverPN/threads
Or language specific forum, such as
http://social.msdn.microsoft.com/Forums/en/category/visualc/
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.