If you are executing your program and the SF on the same PC, you should use address 127.0.0.1 (localhost).
Arik On Wed, Mar 10, 2010 at 01:44, David Rodenas Herráiz <[email protected]>wrote: > Hi > > I have an application in C++, and I realized that I have to make a client > socket (I made a server and It doesn't work) to connect to SerialForwarder > and receive messages from the mote to PC. What is the address of the > SerialForwarder? > > RecvAddr.sin_port=htons(Port); > RecvAddr.sin_family=AF_INET; > RecvAddr.sin_addr.s_addr= ?? > > Regards > > David > ------------------------------ > ¿Sabes que la Videollamada de Messenger es GRATIS > ¡Descúbrela!<http://events.es.msn.com/windows-live/redes-sociales/default.aspx> > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Best Regards, Arik Sapojnik
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
