0

I'm developing a peer-to-peer dataspace application.

For that I want to create a peer-to-peer environment locally (on a single machine, a laptop). Is there a any method or tool to do that?

2
  • 7
    Use lots of virtual hosts that interact with each other. Commented Mar 8, 2013 at 16:11
  • Does the program support starting multiple instances on a single system? Commented Mar 8, 2013 at 19:09

1 Answer 1

1

Just connect it to a network, then it's on the same network as itself!

No joke, its that easy.. It can access itself variety of ways (over the network) (As long as you can run 2 instances of your app on the same Computer)

  • By internal IP (and port)
  • By Computer Name (and port)
  • By IP: 127.0.0.1 (and port)
  • By external IP (and port) (if you router is configured to forward forward incoming traffic to your computer )
  • Use a Service like Noip.com (Also Requires Router configuration)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.