• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 19 20 21 22 23 ... 117 Next »

Possible to create own Traversal?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Possible to create own Traversal?
03-07-2018, 01:50 AM
#3
Neui Offline
Quiet
***
Posts: 175
Threads: 1
Joined: Apr 2015
It is possible. I've never actually tried it, but it seems simple enough.

When compiling using CMake and if you're on a unix system, you should get a "traversal_server" binary. It doesn't accept any command line options and listens on every network interface on UDP port 6262.
(Tip: You don't need to compile everything, just run `cmake --build . --target traversal_server` (while in the Build folder) after generating to just to build the server binary)

In the dolphin side of things, you just need to add "TraversalServer" in the section [NetPlay] in the Dolphin.ini file, which contains the host name of the server. The config for the port is "TraversalPort", but since the server is hardcoded to 6262, there is most likely no need to change.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Possible to create own Traversal? - ImRhys - 03-06-2018, 12:04 PM
RE: Possible to create own Traversal? - Helios - 03-06-2018, 01:30 PM
RE: Possible to create own Traversal? - Neui - 03-07-2018, 01:50 AM
RE: Possible to create own Traversal? - ImRhys - 03-07-2018, 03:29 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode