A Nintendo DS and Wii server emulator.
Go to file
barronwaffles b4e6a72eb4 Resolved error with pending buddy messages
Attempting to pass mutable type was throwing exception - prevented accounts from logging in
2017-09-11 13:50:33 +12:00
dlc French Generation 5 Mystery Gifts. 2014-11-02 04:14:56 +01:00
gamespy Merge pull request #315 from sepalani/gs_query 2016-08-01 00:34:03 +02:00
other Backend: SQL LIKE command added 2016-07-21 19:49:33 +04:00
tools Cleaned: master_server.py, nas_server.py 2015-09-05 21:01:43 +02: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 Improved configuration file 2015-09-05 22:56:19 +02:00
altwfc.cfg Improved configuration file 2015-09-05 22:56:19 +02:00
dwc_config.py Improved configuration file 2015-09-05 22:56:19 +02:00
dwc_network_server_emulator.pyproj Backend: SQL LIKE command added 2016-07-21 19:49:33 +04: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 Improved configuration file 2015-09-05 22:56:19 +02:00
nas_server.py [WIP] NAS: Adjusted x-forwarded-for 2016-02-28 20:21:01 +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 Improved configuration file 2015-09-05 22:56:19 +02: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)