test my c# chat in the same pc
hi to all, i`m really newbie in c#, actually i'm developing a peer to peer chat but i have only one computer at my house, my question is:
is there a way to emulate a second pc inside my only one pc? i guess is something like a virtual machine, but i don`t know whic software is the best or some configuration? can you give me some advices?
thanks
anushka thialkarathnePosted Jun 12, 2007, 1:37 AM
Posted Jun 11, 2007, 11:17 AM
I guess I should answer your question, huh? I would start by finding a server emulation program that you can use to dock your P2P networking devices on so two computers can communicate.
The only other way to communicate between two computers is TCP/IP and that sort of connection I dont think you can use to make your computer communicate with itself. Best idea is to find a friend and work with him over a line to get it to work.
Of course Im somewhat of a newbie too... So there might be better ways. Anyone else have any ideas?
Brandon
herbert tamayoPosted Jun 11, 2007, 11:08 AM
Wim DevosPosted Jun 11, 2007, 11:05 AM
For instance the loopback address: 127.0.0.1 .
do you use tcp or udp?