WiiLink Wi-Fi Connection aims to be an open source server replacement for Nintendo Wi-Fi Connection.
Go to file
2025-03-02 23:29:43 -06:00
.github/workflows feat: use new set-output syntax 2024-01-08 16:00:01 +01:00
api Add IP logging to ban, kick, unban 2025-03-02 23:29:43 -06:00
common Database: Add option to allow mismatched device ID with same IP address 2025-03-01 08:29:57 -05:00
database Add IP logging to ban, kick, unban 2025-03-02 23:29:43 -06:00
dlc DLS1: Implement the 'count' action 2023-12-05 22:14:35 -05:00
gamestats GameStats: Fix length error in last commit 2024-09-16 21:36:45 -04:00
gpcm Database: Only update last IP addr on real login 2025-03-01 08:50:22 -05:00
gpsp GPSP: Detailed log of player search 2024-05-11 02:36:22 -04:00
logging Allow for console output to be saved to a file 2024-04-21 22:50:19 -04:00
nas Profanity update 2024-12-15 14:08:59 -05:00
natneg NATNEG: Fix improper packet offset in preinit 2024-05-10 23:56:42 -04:00
nhttp NAS,NHTTP: Graceful shutdown of HTTP server 2024-05-07 05:02:11 -04:00
qr2 QR2: Check if session is deleted in sendChallenge 2024-12-27 19:23:02 -05:00
race SAKE: Support file download requests for champion ghosts from Mario Kart Wii 2024-09-08 12:59:45 -04:00
sake SAKE: More thorough validation of MKW ghost data 2024-09-11 16:35:35 -04:00
serverbrowser All: Add O_TRUNC to open flags for state file 2024-05-08 02:55:46 -04:00
.gitignore Main: Change backend reload system 2024-05-07 23:31:23 -04:00
config_example.xml Main/Common: Use config entry for frontend/backend address 2024-05-08 22:39:14 -04:00
game_list.tsv Add some DS GameStats keys 2024-09-06 11:20:50 -04:00
go.mod Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 2024-04-26 15:24:42 +00:00
go.sum Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 2024-04-26 15:24:42 +00:00
LICENSE Initial commit 2023-09-11 22:35:53 -04:00
main.go RACE: Create a foundation for the 'RACE' server 2024-07-10 23:44:44 -04:00
motd.txt GPCM: Append the "Message Of The Day" to a "Login Challenge" message 2024-02-13 18:18:40 -05:00
README.md Add schema.sql and update README 2023-11-09 19:12:47 -05:00
schema.sql Database: Support multiple devices on one profile 2025-03-01 03:49:59 -05:00

wwfc

WiiLink Wi-Fi Connection aims to be an open source server replacement for Nintendo Wi-Fi Connection. Currently, a work in progress

Current Support

  • Matchmaking (No server sorting yet)
  • Adding Friends

Setup

You will need:

  • PostgreSQL
  1. Create a PostgreSQL database. Note the database name, username, and password.
  2. Use the schema.sql found in the root of this repo and import it into your PostgreSQL database.
  3. Copy config-example.xml to config.xml and insert all the correct data.
  4. Run go build. The resulting executable wwfc is the executable of the server.