mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-07-13 14:42:16 -05:00
A Nintendo DS and Wii server emulator.
I've decided to impliment a new feature into the server (disabled by default in nas_server.py) where when enabled, the server will check if a console's MAC is in BOTH the registered and pending database tables. If this is not the case, one of two error codes will be returned: error 23888 - Console pending activation by server admin error 23921 - Unknown console A registration page was also included on port 9998 for users to enter their MAC and add it to the pending table. The server admin can then log in to the admin page and activate the console if they so please. |
||
|---|---|---|
| dlc | ||
| gamespy | ||
| other | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| admin_page_server.py | ||
| dwc_network_server_emulator.pyproj | ||
| dwc_network_server_emulator.sln | ||
| gamespy_backend_server.py | ||
| gamespy_gamestats_server.py | ||
| gamespy_natneg_server.py | ||
| gamespy_player_search_server.py | ||
| gamespy_profile_server.py | ||
| gamespy_qr_server.py | ||
| gamespy_server_browser_server.py | ||
| gamestats_server_http.py | ||
| gamestats.cfg | ||
| gslist.cfg | ||
| internal_stats_server.py | ||
| LICENSE | ||
| master_server.py | ||
| nas_server.py | ||
| README.md | ||
| register_page.py | ||
| storage_server.py | ||
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.