bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.67k stars 1.26k forks source link

fix weupnp in TomP2P or add SBBI Router as an alternative #258

Closed remyers closed 9 years ago

remyers commented 9 years ago

related to issue #230 I have opened up an issue with weupnp

If I can solve the issue with my router using the portmapper app then it might help us fix wepnp generally for tomp2p and bitsquare.

Another option is to look into using SBBIRouter in place of wepnp in TomP2P. We can look at portmapper (java) for how they switch between the two. Maybe include them both and try one and then the other.

Problem with SBBI is it's not clear if it's still supported.

ManfredKarrer commented 9 years ago

Here is another upnp library: https://github.com/offbynull/portmapper

ManfredKarrer commented 9 years ago

Windows UPNP problem is sovled.