1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
FS-UAE NET PLAY SERVER
This is the README file for fs-uae-netplay-server
See the bottom of the file for copyright notices.
INSTALLING THE PACKAGE
Run python setup.py install to install the python package to your system.
It is also possible to execute the script fs_uae_netplay_server/game.py
for a single game server directly without installing.
RUNNING WITH PYTHON
Then you afterwards can start the netplay service with:
python -m fs_uae_netplay_server.service
or a single game server with:
python -m fs_uae_netplay_server.game
INSTALLED SCRIPTS
Scripts named fs-uae-netplay-server and fs-uae-netplay-game may also be
installed on your system, which can be used to start the service and/or
a single game server respectively (same as launching python with the modules
above).
THE SERVICE
The service listens on port 25000
RUNNING AS A LINUX SERVICE
If you install the debian packages, you will also get an init scripts which
starts fs-uae-netplay-server on startup, running as it's own user and storing
log files in /var/log/fs-uae-netplay-server. You must enable the service
in the file /etc/defaults/fs-uae-netplay-server first.
FS-UAE NET PLAY SERVER COPYRIGHT
FS-UAE Net Play Server is copyright (C) 2012-2013 Frode Solheim.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|