Tryst

From GNUstepWiki
Revision as of 10:35, 9 January 2007 by Cbv (talk | contribs) (Updated)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.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