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.pl6] | |
− | releasedate = January | + | releasedate = January 24, 2007 | |
license = Dual BSD/LGPL | | license = Dual BSD/LGPL | | ||
Line 12: | Line 12: | ||
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. | 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. | | + | Using Tryst, applications can publish their own service and 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 = | features = |
Revision as of 09:31, 24 January 2007
Tryst is a proof of concept implementation of Apple's Bonjour (formerly known as Rendezvous) for GNUstep.
Current Version: 1.0.8.pl6
- Released: January 24, 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 publish their own service and 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