> Thank you for the reply. I found the sample you suggested. I'm still > unclear how to implement the code. I took the echo demo and changed > the socket from TCP to UDP. In main, I tried to udp broadcast and > that is failing. I using the code from another e-mail. Can you > explain the deamon execute and the thread execute? Maybe that will > clear up come issues I'm having. Also, how do I get the PC's ip > address when my server comes up? Thanks Pat
UDP is different protocol then TCP. So, based UDP server on TCP server code is wrong idea. See Synapse wiki pages for UDP server sample. > > > ---------------------------------------------------------------------- > --- Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys-and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV > DEV _______________________________________________ synalist-public > mailing list [email protected] > https://lists.sourceforge.net/lists/listinfo/synalist-public -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
