A Nintendo DS and Wii server emulator.
Go to file
2014-06-29 22:33:33 -04:00
dlc The same custom PWT tournaments for FIGS. 2014-05-27 00:15:20 +02:00
gamespy Avoid calling initialize_db() on every database connection, to hopefully improve preformance and log spam. 2014-06-17 20:52:30 +02:00
other Use the builtin string module instead of roll-your-own 2014-05-26 23:19:48 -04:00
tools Import the profile data Wiimm has gathered 2014-04-12 05:24:56 -04:00
www Removed unnecessary files 2014-04-19 07:10:53 -04:00
.gitattributes Initial code. 2014-03-29 21:41:02 -04:00
.gitignore Updated .gitignore 2014-05-20 11:30:39 -04:00
dwc_network_server_emulator.pyproj Storage: Super hacky Filter evaulation, needs to be improved later. 2014-06-03 21:14:36 +02:00
dwc_network_server_emulator.sln Storage: Super hacky Filter evaulation, needs to be improved later. 2014-06-03 21:14:36 +02:00
gamespy_backend_server.py Tried to fix returning multiple servers in the server browser 2014-06-04 08:52:08 -04:00
gamespy_gamestats_server.py Combine user login in profile and gamestats. 2014-06-17 19:45:19 +02:00
gamespy_natneg_server.py Tried to fix report, added preinit to natneg 2014-06-07 07:08:18 -04:00
gamespy_player_search_server.py Return all keys if none specified 2014-06-09 09:10:00 -04:00
gamespy_profile_server.py Profile Server: Return Error on invalid authtoken. 2014-06-17 20:11:57 +02:00
gamespy_qr_server.py We should also log unknown game connections, so we can add them to the game list later. 2014-06-02 19:46:18 +02:00
gamespy_server_browser_server.py Tried to fix returning multiple servers in the server browser 2014-06-04 08:52:08 -04:00
gamestats_server_http.py Generic gamestats http server 2014-06-29 22:33:33 -04:00
gamestats.cfg Generic gamestats http server 2014-06-29 22:33:33 -04:00
gslist.cfg I am no longer a game 2014-06-05 06:58:32 -04:00
internal_stats_server.py Take advantage of default bool conversions 2014-05-26 23:19:48 -04:00
master_server.py Avoid calling initialize_db() on every database connection, to hopefully improve preformance and log spam. 2014-06-17 20:52:30 +02:00
nas_server.py NAS: Real server has a newline at the end of the returned data. 2014-06-04 23:32:41 +02:00
README.md Update README.md 2014-05-21 17:37:19 -04:00
storage_server.py Storage: Super hacky Filter evaulation, needs to be improved later. 2014-06-03 21:14:36 +02:00

dwc_network_server_emulator

A Nintendo DS (and possibly Wii) server emulator.

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.

Requirements

  • Python 2.7
  • Twisted
  • zope.interface (Twisted dependency)
  • pywin32 (Twisted dependency)
  • Apache (or your favorite httpd)
  • PHP5

Open source projects referenced during the creation of this project:
OpenSpy Core - https://github.com/sfcspanky/Openspy-Core/
Luigi Auriemma's Gslist and enctypex_decoder - http://aluigi.altervista.org/papers.htm

Instructions on how to connect to the public test server are on the wiki: https://github.com/polaris-/dwc_network_server_emulator/wiki
Compatibility list: https://github.com/polaris-/dwc_network_server_emulator/wiki/Compatibility
Available Nintendo DS Download Content List: https://github.com/polaris-/dwc_network_server_emulator/wiki/Nintendo-DS-Download-Content