A Nintendo DS and Wii server emulator.
Go to file
2021-09-16 01:32:09 +04:00
.github Github: Probot integration 2019-02-28 00:22:08 +13:00
dlc Revert "Replaced Gen 4 Pokemon Events with Updated ones" 2018-12-30 17:58:19 +13:00
gamespy Fix SQL injection 2020-07-11 00:26:41 +01:00
other Merge pull request #510 from sepalani/count_attr 2019-01-07 19:27:04 +04:00
tools DLS1 server added 2018-02-20 17:28:09 +01:00
.gitattributes Initial code. 2014-03-29 21:41:02 -04:00
.gitignore Add admin page credentials to .gitignore 2015-09-08 17:06:33 -04:00
admin_page_server.py Fix #231. 2015-12-08 16:39:40 +01:00
altwfc_nas.cfg Expose NAS server properly in altwfc_nas.cfg 2021-09-16 01:32:09 +04:00
altwfc.cfg DLS1 server added 2018-02-20 17:28:09 +01:00
dls1_server.py DLS1 server added 2018-02-20 17:28:09 +01:00
dwc_config.py DLS1 server added 2018-02-20 17:28:09 +01:00
dwc_network_server_emulator.pyproj DLS1 server added 2018-02-20 17:28:09 +01:00
dwc_network_server_emulator.sln Upgraded: Visual Studio solution 2015-09-05 19:17:38 +02:00
gamespy_backend_server.py Backend: SQL LIKE command added 2016-07-21 19:49:33 +04:00
gamespy_gamestats_server.py Gamestats: Handles data with nul bytes in getpdr 2016-07-16 19:15:34 +04:00
gamespy_natneg_server.py Fix an error with natneg crashing if get_natneg_server returns None 2016-05-07 14:22:00 -04:00
gamespy_player_search_server.py Improved configuration file 2015-09-05 22:56:19 +02:00
gamespy_profile_server.py Resolved error with pending buddy messages 2017-09-11 13:50:33 +12:00
gamespy_qr_server.py QR server: Handle ungraceful shutdown 2017-08-02 19:45:36 +01:00
gamespy_server_browser_server.py Fixed: missing format string parameter 2016-02-09 16:46:24 +01:00
gamestats_server_http.py Fix trailing space in gamestats secret keys 2017-05-17 22:38:58 +01:00
gamestats.cfg Update gamestats.cfg 2017-01-05 20:03:40 +07:00
gslist.cfg I am no longer a game 2014-06-05 06:58:32 -04:00
internal_stats_server.py Try to fix Issue #205 2015-09-06 22:03:45 +02:00
LICENSE Now includes licensing (AGPL v3) 2014-07-04 19:40:43 -04:00
master_server.py DLS1 server added 2018-02-20 17:28:09 +01:00
nas_server.py DLS1 server added 2018-02-20 17:28:09 +01:00
README.md Update README dependencies 2015-10-26 21:48:59 +01:00
register_page.py Improved configuration file 2015-09-05 22:56:19 +02:00
storage_server.py Sake server: Trackmania Wii tables added 2018-02-27 02:12:40 +13:00

dwc_network_server_emulator

A Nintendo DS and Wii online multiplayer server emulator.

Usage Instructions | Partial Compatibilty List | Available Content

WANTED: More programmers!

Whether it's to add new features or clean up existing code, we could always use the additional help. Check the bug tracker or ask another developers in #altwfc @ irc.rizon.net to see what bugs need to be fixed.

Open source projects referenced during the creation of this project: OpenSpy Core | Luigi Auriemma's Gslist and enctypex_decoder

Instructions for setting up your own server can be found here.

Requirements:

  • Python 2.7
    • Twisted
      • zope.interface
      • pywin32 (for Windows users only)
  • Apache (or your favorite httpd)