Tryst

From GNUstepWiki
Jump to navigation Jump to search
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.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
    • Full support for monitoring TXT record data updates
  • Supports IPv6 (where available)
  • Thread-Safe
  • Works with Apple's mDNSResponder, native support for Avahi under development

Maintainer

Related Links