public
Description: A simple Bluetooth-based walkie-talkie using iPhone OS 3.0 GameKit
Homepage: http://bluewoki.com/
Clone URL: git://github.com/akosma/bluewoki.git
Adrian Kosmaczewski (author)
Wed Jul 15 00:21:59 -0700 2009
name age message
file .gitignore Mon Jun 29 01:51:35 -0700 2009 First version [Adrian Kosmaczewski]
directory Classes/ Mon Jun 29 04:42:30 -0700 2009 Added a localizable title for the connection bu... [Adrian Kosmaczewski]
file LICENSE.txt Tue Jul 14 23:57:20 -0700 2009 Added a license and a readme files. Changed the... [Adrian Kosmaczewski]
file README.textile Wed Jul 15 00:21:59 -0700 2009 Typo on README [Adrian Kosmaczewski]
directory Resources/ Mon Jun 29 04:42:30 -0700 2009 Added a localizable title for the connection bu... [Adrian Kosmaczewski]
file bluewoki-Info.plist Mon Jun 29 03:52:14 -0700 2009 Added support for dropped connections [Adrian Kosmaczewski]
directory bluewoki.xcodeproj/ Tue Jul 14 23:57:20 -0700 2009 Added a license and a readme files. Changed the... [Adrian Kosmaczewski]
file bluewoki_Prefix.pch Mon Jun 29 01:51:35 -0700 2009 First version [Adrian Kosmaczewski]
file main.m Mon Jun 29 04:27:14 -0700 2009 First version with support for Spanish and French [Adrian Kosmaczewski]
README.textile

bluewoki

bluewoki is a simple walkie-talkie over Bluetooth application for devices running iPhone OS 3.0. It allows iPhone and iPod Touch devices (2nd generation) to connect to each other via Bluetooth and to exchange vocal messages. The devices must be close enough to each other so that Bluetooth connectivity is available.

The application is available at the App Store.

The source code is released under a liberal BSD license.

FAQ

Why charging for open source software?

This question has already been raised in the case of Tux Raider World Challenge and I will simply quote one of its FAQ entries:

Tux Rider is an Open Source software that complies to the GPLv2. Hence the source code is made available to all clients. Yet, the GPLv2 doesn’t says that the author cannot be rewarded for his work. In fact, there is a widely spread misunderstanding that says that Open Source equals free of charge.

The free software foundation clearly explains:

“Free software is a matter of liberty, not price. To understand the concept, you should think of free as in free speech, not as in free beer.”

— The Free Software Definition (GNUFSF)

Any other comment?

Read this amazing article by Zed Shaw. I completely agree with his views on licensing.