Walkie-Talkie is free software.
All of Nintendo's rights belong to Nintendo, but this software isn't part of it.
Walkie-talkie top screen
Walkie-talkie sub screens
This is an update release. Fixed lost audio samples, added a shared drawing board.
There are some limitations: talking is limited to two persons at a time, and the Wifi connection limits the operational range to
10 meters inside a building to 30 meters in the open. But in feets its more!
Source
The opensource development environment for the Nintendo DS uses a combination of GPL, BSD and public domain. Therefore I chose to release under what I believe is a BSD-like license.
Compile the source using devkitARM, libnds and liblobby. To compile, some changes to libnds and liblobby are required.
For Liblobby, the hardware FIFO based IPC was replaced by IPC through shared memory, software based CRC was replaced by hardware CRC.
Both changes increase bandwidth. The liblobby snapshot used to compile walkietalkie-v0.3 is included in the tarball. See the README for more info.