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 Address_Book.tiff Loading commit data...
file AppController.h Tue Aug 19 00:58:16 -0700 2008 Renamed a couple of classes Renamed the Bonjou... [Abizern]
file AppController.m
file BonjourDelegate.h
file BonjourDelegate.m
directory Bonsoir.xcodeproj/
file BonsoirClient.h
file BonsoirClient.m Tue Aug 19 00:58:16 -0700 2008 Renamed a couple of classes Renamed the Bonjou... [Abizern]
file BonsoirProtocols.h Tue Aug 19 00:58:55 -0700 2008 Renamed the network protocols. [Abizern]
file BonsoirServer.h Wed Apr 29 06:40:56 -0700 2009 Corrected error with protocol names. [Abizern]
file BonsoirServer.m Tue Aug 19 00:58:16 -0700 2008 Renamed a couple of classes Renamed the Bonjou... [Abizern]
file BonsoirToolbar.h
file BonsoirToolbar.m
file Bonsoir_Prefix.pch
file Credits.rtf Wed Apr 29 05:22:18 -0700 2009 Slight update to the credits file. [Abizern]
directory English.lproj/ Tue Aug 19 00:58:39 -0700 2008 Minor changes [Abizern]
file Help_Black.tiff
file Info.plist
file Key 2.tiff Sun Oct 29 06:39:14 -0800 2006 Import the trunk into the actual bloody trunk/ ... [tyler]
file NotePad.tiff
file PreferenceController.h Tue Aug 12 05:16:34 -0700 2008 Minor refactoring Moved import statements to i... [Abizern]
file PreferenceController.m Tue Aug 12 05:16:34 -0700 2008 Minor refactoring Moved import statements to i... [Abizern]
file README.markdown
file TableDatasource.h Fri Aug 15 12:15:55 -0700 2008 Renamed BonsoirDatasource class to TableDatasou... [Abizern]
file TableDatasource.m
file Tag.tiff
file VCardController.h Tue Aug 12 05:16:34 -0700 2008 Minor refactoring Moved import statements to i... [Abizern]
file VCardController.m Tue Aug 12 05:16:34 -0700 2008 Minor refactoring Moved import statements to i... [Abizern]
file main.m

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 the demo application Bonsoir in about six hours.

While this app is running, it uses Apple's Bonjour service to find other running 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.

Although this works, it isn't very elegant and could do with some serious refactoring.

Needs to be torn down and built back up again.