ts-7000
[Top] [All Lists]

RE: [ts-7000] ts7800 connect socket‏

To: <>
Subject: RE: [ts-7000] ts7800 connect socket&#8207;
From: salva g <>
Date: Mon, 28 Sep 2009 17:28:05 +0200


yes here is part of the code,(server is a windows application connected by a crossed ethernet to the TS, with a few options to change). Maybe the problem is here?
 
 int client;
  struct sockaddr_in ACS;
 
  client = socket(AF_INET,SOCK_STREAM,0);
 
  ACS.sin_family = AF_INET;
  ACS.sin_addr.s_addr = inet_addr("192.168.0.60");
  ACS.sin_port = htons(6001);
  if (connect(client,(struct sockaddr*)&ACS,sizeof(ACS))<0)
     {
       "Error when connecting" retrying, etc....
     }
  else
     continue...



To:
From:
Date: Sun, 27 Sep 2009 12:24:40 -0400
Subject: Re: [ts-7000] ts7800 connect socket&#8207;

 
joygom22 wrote:
> hi everybody,
> i have a ts7800 and thanks to this forum i advanced very much, but now i have a problem with sockets:
> if i do in the program i'm runnign:
>
> if connect(s,(struct sockaddr*)&server,sizeof(server))<0 // (1)
> {..'the connection is not possible, retrying...etc.}
> else
> {ok etc...continue program}
>
> if the server is runnig, everything is ok, but when i close the server and run then program in the ts7800 to see errors, it stay in the line (1) all the time.

Well, how do you have the socket setup? I'm confused why you're casting
server to sockaddr, could you also post the declaration and setup of
server please?

--
Jason Stahls



Comparte tus fotos con tus amigos. Más fácil con Windows Live

__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU