|
From: Tony C. <ton...@am...> - 2005-05-02 03:28:41
|
Unless you use UDP or multicast broadcasts you need a "daemon" or a "service" at one end. You connect to the server and then send back and forth, the server can also redirect messages to specific connections if need be. The Echo server is all you need to get started. I built the following off of the synapse echo server: http://www.amsoftwaredesign.com see the Lightning Messenger product. Trust me the echo server is a excellent place to start. Tony Caduto synapse505 wrote: >We are in dire need of a simple demo example showing how to: >"Use synapse libaries to send a string of text from one PC to the other PC using >networking." > >The echo client really doesn't show this, from what I can see (it's more of a >daemon). > >The HTTP and FTP examples are great but we need a simple "TCP/IP send text" >example. > >Now, if I get an example ready myself.. I'll post it. >But I am just a newbie to synapse! So I can't do that yet. > >So after reading all sorts of flabbergasting and overwhelming stuff about sockets, >blocks, etc., all I really wanted to do was just send some text from one PC to >another PC. > >I think we should have a simple "tcp server/client demo" in the synapse zip >package. > >When I do finally get going on a roll with synapse, I will make a website showing >concrete examples of each function. (Or post them in the wiki.) > >Lars > > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great events, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 >_______________________________________________ >synalist-public mailing list >syn...@li... >https://lists.sourceforge.net/lists/listinfo/synalist-public > > > > |