Difference between revisions of "Tryst"
Jump to navigation
Jump to search
(Updated) |
(Updated) |
||
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 = [http://gnustep.dyndns.org/Downloads/ 1.0.8. | + | currentversion = [http://gnustep.dyndns.org/Downloads/ 1.0.8.pl5] | |
− | releasedate = | + | releasedate = January 9, 2007 | |
license = Dual BSD/LGPL | | license = Dual BSD/LGPL | | ||
Line 15: | Line 15: | ||
features = | features = | ||
− | * Adheres to Apple's specification, | + | * Adheres to Apple's specification, therefore fully source-compatible |
* Supports IPv6 (where available) | * Supports IPv6 (where available) | ||
* Full support for monitoring TXT record data updates | * Full support for monitoring TXT record data updates | ||
* Thread-Safe | * Thread-Safe | ||
− | * Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder] | + | * Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder], native support for [http://avahi.org/ Avahi] under development | |
maintainer = * [[User:Cbv|cbv]] | | maintainer = * [[User:Cbv|cbv]] | |
Revision as of 10:35, 9 January 2007
Tryst is a proof of concept implementation of Apple's Bonjour (formerly known as Rendezvous) for GNUstep.
Current Version: 1.0.8.pl5
- Released: January 9, 2007
- 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, therefore fully source-compatible
- Supports IPv6 (where available)
- Full support for monitoring TXT record data updates
- Thread-Safe
- Works with Apple's mDNSResponder, native support for Avahi under development
Maintainer
Related Links