Author Topic: A dumb question  (Read 568 times)

0 Members and 1 Guest are viewing this topic.

Offline Liberator

  • Poe's Law In Action
  • 210
Is there a way/program to simulate a LAN connection on one computer say between two instances of the same program?
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
If it's using TCP/IP maybe you could use localhost (127.0.0.1) for the server IP?
-C

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Doesn't seem like a dumb question to me, hardly anyone can answer it. ;)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline aldo_14

  • Gunnery Control
  • 213
Run 'ipconfig' from the (DOS) command line, that'll give you a local IP for your machine.  

Then just bind your communicating programs to different ports (depending on your access/arbitration strategy...i.e. implementation specific).

EDIT: in what language?
« Last Edit: August 23, 2004, 08:27:02 am by 181 »

 

Offline Liberator

  • Poe's Law In Action
  • 210
Steak, I'll tell you why it's dumb.  Basically, all I want to do is set it up so that my different SP characters in Diablo 2 can exchange equipment they've found that might be useful to one of the others.  Of course, that's probably illegal in D2 so just "fuhgedaboudid!"
So as through a glass, and darkly
The age long strife I see
Where I fought in many guises,
Many names, but always me.

There are only 10 types of people in the world , those that understand binary and those that don't.