Hi there, i am wondering if there is some information (despite the MasterServer.py and pydarts_server.py -help option) about creating my own server. I mean, there is a guide about creating a private server? I love to have pydarts official server but i would love to host my server. I have take a look at the code and i have seen that pydarts works with sockets and send the information via json messages, doesn't it?
Thanks in advance.
Diego2 here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Master Server which is supposed to permit to centralise games
worldwide (optionnal but usefull)
Pydarts Server which can be used "standalone" and is required for
network games
Both of them run python3 (linux only) and simply run them using : :
./MasterServer.sh
or ./pydarts_server.sh
Options are always displayed if you add --help at the end.
When your server is running, connect your clients (see --masterserver
option) and you're done.
I'll make a better documentation someday.
Cheers
On 04/07/2020 13:44, Diego2 wrote:
Hi there, i am wondering if there is some information (despite the MasterServer.py and pydarts_server.py -help option) about creating my own server. I mean, there is a guide about creating a private server? I love to have pydarts official server but i would love to host my server. I have take a look at the code and i have seen that pydarts works with sockets and send the information via json messages, doesn't it?
Hi there, i am wondering if there is some information (despite the MasterServer.py and pydarts_server.py -help option) about creating my own server. I mean, there is a guide about creating a private server? I love to have pydarts official server but i would love to host my server. I have take a look at the code and i have seen that pydarts works with sockets and send the information via json messages, doesn't it?
Thanks in advance.
Diego2 here.
Hi again Diego2 :)
You have 2 different kind of servers :
worldwide (optionnal but usefull)
network games
Both of them run python3 (linux only) and simply run them using : :
Options are always displayed if you add --help at the end.
When your server is running, connect your clients (see --masterserver
option) and you're done.
I'll make a better documentation someday.
Cheers
On 04/07/2020 13:44, Diego2 wrote: