WiiLink Wi-Fi Connection aims to be an open source server replacement for Nintendo Wi-Fi Connection.
Go to file
2026-04-05 13:08:36 -04:00
.github/workflows
api API: Add event logging 2026-04-05 09:57:09 -04:00
common GPCM: Report events for profile actions 2026-04-05 09:52:28 -04:00
database GPCM: Report events for profile actions 2026-04-05 09:52:28 -04:00
dlc
filter
gamestats GPCM: Report events for profile actions 2026-04-05 09:52:28 -04:00
gpcm QR2: Add event logging 2026-04-05 12:55:33 -04:00
gpsp
logging QR2: Add event logging 2026-04-05 12:55:33 -04:00
nas
natneg
nhttp
qr2 QR2: Fix nil dereference in previous commit 2026-04-05 13:08:36 -04:00
race database: Use specialized db connection struct 2026-04-05 04:04:35 -04:00
sake database: Use specialized db connection struct 2026-04-05 04:04:35 -04:00
serverbrowser
.gitignore
config_example.xml QR2: Add event logging 2026-04-05 12:55:33 -04:00
game_list.tsv
go.mod
go.sum
LICENSE
main.go QR2: Add event logging 2026-04-05 12:55:33 -04:00
motd.txt
README.md
schema.sql Add event logging via database and webhook 2026-04-05 09:00:02 -04:00

WiiLink WFC

WiiLink Wi-Fi Connection is an open source server replacement for the late Nintendo Wi-Fi Connection, supporting both Nintendo DS and Wii games. This repository contains the server-side source code.

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.