• 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 ... 18 19 20 21 22 ... 116 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-06-2018, 12:04 PM
#1
ImRhys
Unregistered
 
Hello all,

Just wondering if it's possible for me to create my own traversal and then link with Dolphin.

I know a fair bit about server setups, TURN and STUN etc. - I'm just wondering if Dolphin actually allows you to use your own Traversal had you to create one. I'm fairly new to Dolphin so I'm unaware as to if this is possible or not?

Anyone got any articles?

( Exclamation Sorry in advance if this is deemed the wrong section )

Thanks,
IR
Reply
03-06-2018, 01:30 PM (This post was last modified: 03-06-2018, 01:32 PM by Helios.)
#2
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,397
Threads: 15
Joined: May 2012
CMake will compile Linux server binaries for the traversal server if you're interested in hosting your own. Then it's just a matter of pointing Dolphin to it.
Find
Reply
03-07-2018, 01:50 AM
#3
Neui Offline
Quiet
***
Posts: 174
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
03-07-2018, 03:29 AM
#4
ImRhys
Unregistered
 
Thank-you both!

I appreciate you taking the time to reply. I'll get to doing that in my spare time so that if Dolphins traversal goes down again, I have a backup, or I'll just start to use mine.

Thanks again.
Reply
« Next Oldest | Next Newest »


  • 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