Page 1 of 1

Messenger & Internet&Socket help

PostPosted: August 20th, 2006, 5:17 pm
by hani
Hi all
I want to build a messenger such as Yahoo Messenger
I build a simple chat application using sockets,but it works only
on the LAN ,now I want to test this application on
the Internet but I don't know how ??
please Help me
:oops: :oops: :oops: :oops:


Thanks

PostPosted: August 21st, 2006, 6:20 pm
by Johnny_Bit
It's just like on lan... internet is almost identical to lan, so our messenger would work, just remember that for some situations you would need external server with public IP to be able to connect with all peers. It also depends on style of messenger, eg p2p p2s2p or something.

PostPosted: August 21st, 2006, 11:00 pm
by Kambiz
And, be sure the messenger port is open on the (Windows) firewall.

PostPosted: August 23rd, 2006, 6:15 pm
by hani
hi All

i read something about proxy and i ask where i can use it??
and why??

ـــــــــــــــــــــــــــــــــــــــــــــــ
Thank you all

PostPosted: August 23rd, 2006, 8:25 pm
by Johnny_Bit
--No one's perfect, answer edited for first one being quite one track minded--

So, to use proxy... you'll have to get running proxy server that is open on your port or you'll have to get proxy info (hints @ http://www.scalabium.com/faq/dct0161.htm ), then propably check for code or wait for someone who has patience to get the proxy code for you or give sampe or smth, then incorporate your protocol in it and viola, you're done.