public
Description: A Cocoa / Objective-C application that uses the Bonjour service to share contact details between macs on the same network.
Homepage:
Clone URL: git://github.com/Abizern/bonsoir.git
name age message
file .gitignore Mon Oct 12 18:06:31 -0700 2009 Updated .gitignore file [Abizern]
file ABPerson+BonsoirHelpers.h Sat Nov 07 04:31:09 -0800 2009 Added a category to ABPerson to return the name... [Abizern]
file ABPerson+BonsoirHelpers.m Sat Nov 07 04:31:09 -0800 2009 Added a category to ABPerson to return the name... [Abizern]
file Address_Book.tiff Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file Bonsoir-Info.plist Mon Oct 12 17:51:24 -0700 2009 Added the build script to show the current git ... [Abizern]
directory Bonsoir.xcodeproj/ Sat Nov 07 04:31:09 -0800 2009 Added a category to ABPerson to return the name... [Abizern]
file BonsoirAppDelegate.h Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file BonsoirAppDelegate.m Sat Nov 07 04:31:09 -0800 2009 Added a category to ABPerson to return the name... [Abizern]
file Bonsoir_Prefix.pch Sun Oct 11 17:24:08 -0700 2009 small project changes. Added *.perspectivev3 f... [Abizern]
file Credits.rtf Mon Oct 12 21:21:39 -0700 2009 Updated the Credits.rtf file [Abizern]
directory English.lproj/ Sat Nov 07 04:31:46 -0800 2009 Hooked up a stub changeVCard: IBAction to the t... [Abizern]
file Help_Black.tiff Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file Key 2.tiff Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file MainWindowController.h Sat Nov 07 04:31:46 -0800 2009 Hooked up a stub changeVCard: IBAction to the t... [Abizern]
file MainWindowController.m Sat Nov 07 04:31:46 -0800 2009 Hooked up a stub changeVCard: IBAction to the t... [Abizern]
file NotePad.tiff Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file README.markdown Mon Oct 12 22:48:42 -0700 2009 Updated the README file to reflect that the SL ... [Abizern]
file Tag.tiff Sat Nov 07 04:30:14 -0800 2009 Mocked up the UI [Abizern]
file main.m Tue Sep 22 19:01:00 -0700 2009 Fixed format problem in main.m [Abizern]
README.markdown

BONSOIR

A Cocoa / Objective-C application that uses the Bonjour service to share contact details.

About 2 years ago R. Tyler Ballance went to BarCampTexas and, finding himself with no place to stay, holed himself up in a coffee shop for the night and knocked up this demo application Bonsoir in about six hours.

When this app is runs, it uses Apple's Bonjour service to find other Bonsoir apps on the network and allows swapping of AddressBook cards. The idea is that it would be useful at get-togethers such as BarCamp for people to swap contact details.

This code has been placed into the public domain and so I am putting it up here as I work on it. Feel free to fork it or send me patches.

Note.

This really is just a toy app at the moment, so I am stripping it down to rewrite it for Snow Leopard.