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                                     
_________________________________________________________________
Recibe en tu móvil un SMS con tu Hotmail recibido. ¡Date de alta ya!
http://serviciosmoviles.es.msn.com/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to