Difference between revisions of "Tryst"

From GNUstepWiki
Jump to navigation Jump to search
(fix link)
m
Line 4: Line 4:
 
'''Tryst''' is a ''proof of concept'' implementation of [http://www.apple.com/ Apple]'s [http://www.apple.com/macosx/features/bonjour/ Bonjour] (formerly known as Rendezvous) for GNUstep. |
 
'''Tryst''' is a ''proof of concept'' implementation of [http://www.apple.com/ Apple]'s [http://www.apple.com/macosx/features/bonjour/ Bonjour] (formerly known as Rendezvous) for GNUstep. |
  
currentversion = 108.pl3 |
+
currentversion = [http://gnustep.dyndns.org/Downloads/ 1.0.8.pl3] |
  
 
releasedate = November 17, 2006 |
 
releasedate = November 17, 2006 |
Line 21: Line 21:
 
* Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder] and (probably, it's untested) [http://avahi.org/ Avahi] |
 
* Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder] and (probably, it's untested) [http://avahi.org/ Avahi] |
  
maintainer = Contact [mailto:cbv@gmx.net Chris Vetter] for a current version. |
+
maintainer = * [[User:Cbv|cbv]] |
  
 
relatedlinks =
 
relatedlinks =
* [http://gnustep.dyndns.org/Downloads/ Tryst 1.0.8.pl3]
 
 
* [http://www.apple.com/macosx/features/bonjour/ Bonjour Overview]
 
* [http://www.apple.com/macosx/features/bonjour/ Bonjour Overview]
 
* [http://developer.apple.com/networking/bonjour/download/ Bonjour Downloads]
 
* [http://developer.apple.com/networking/bonjour/download/ Bonjour Downloads]

Revision as of 09:24, 23 November 2006

Example screenshot of a net service browser (TBrowser.app).

Tryst is a proof of concept implementation of Apple's Bonjour (formerly known as Rendezvous) for GNUstep.

Current Version: 1.0.8.pl3

  • Released: November 17, 2006
  • Licensed: Dual BSD/LGPL

Overview

Bonjour allows you to register a network service, such as a printer or file server, so that it can be found by name or browsed for by service type and domain.

Using Tryst, applications can discover what services are available on the network, along with all necessary access information such as name, IP address, and port number for a given service.

Features

  • Adheres to Apple's specification, therefor fully source-compatible
  • Supports IPv6 (where available)
  • Full support for monitoring TXT record data updates
  • Thread-Safe
  • Works with Apple's mDNSResponder and (probably, it's untested) Avahi

Maintainer

Related Links