Difference between revisions of "Tryst"
Jump to navigation
Jump to search
m (forgot image) |
(added missing features) |
||
Line 15: | Line 15: | ||
features = | features = | ||
+ | * Adheres to Apple's specification | ||
* 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 | ||
+ | * Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder] and (probably, it's untested) Avahi | | ||
maintainer = * [mailto:cbv@gmx.net Chris Vetter] | | maintainer = * [mailto:cbv@gmx.net Chris Vetter] | | ||
− | relatedlinks = * http://www.apple.com/macosx/features/bonjour/ | | + | relatedlinks = |
+ | * http://www.apple.com/macosx/features/bonjour/ | ||
+ | * http://developer.apple.com/networking/bonjour/download/ | | ||
category = | category = | ||
}} | }} |
Revision as of 12:55, 20 October 2006
Tryst is a proof of concept implementation of Apple's Bonjour (formerly known as Rendezvous) for GNUstep.
Current Version: 108.pl1
- Released: September 11, 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
- 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
- http://www.apple.com/macosx/features/bonjour/
- http://developer.apple.com/networking/bonjour/download/