Difference between revisions of "Tryst"

From GNUstepWiki
Jump to navigation Jump to search
m (Updated)
(Link to FreeBSD port's TGZ file, since my machine (gnustep.dyndns.org) is currently down)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Framework|
 
{{Framework|
shortdescription = [[Image:Tryst.jpg|right|thumbnail|Example screenshot of a net service browser (TBrowser.app).]]
+
shortdescription = [[Image:TBrowser.jpg|right|thumbnail|Example screenshot of a net service browser (TBrowser.app).]]
  
 
'''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 = 108.pl3 |
+
currentversion = [http://gnustep.dyndns.org/Downloads/ 1.0.8.pl6] |
  
releasedate = November 17, 2006 |
+
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 =  
* Adheres to Apple's specification, therefor fully source-compatible
+
* Adheres to Apple's specification, therefore fully source-compatible
 +
** Full support for monitoring TXT record data updates
 
* Supports IPv6 (where available)
 
* Supports IPv6 (where available)
* Full support for monitoring TXT record data updates
 
 
* Thread-Safe
 
* Thread-Safe
* Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder] and (probably, it's untested) [http://avahi.org/ Avahi] |
+
* Works with Apple's [http://developer.apple.com/networking/bonjour/download/ mDNSResponder], native support for [http://avahi.org/ Avahi] under development |
  
maintainer = * [mailto:cbv@gmx.net Chris Vetter] |
+
maintainer = * [[User:Cbv|cbv]] |
  
 
relatedlinks =
 
relatedlinks =
* [https://savannah.gnu.org/patch/download.php?file_id=10793 Tryst 1.0.8.pl1]
+
* [http://gnustep.dyndns.org/ Official Page]
 +
** [ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dinoex/tryst-108pl6.tgz TAR.GZ]
 
* [http://www.apple.com/macosx/features/bonjour/ Bonjour Overview]
 
* [http://www.apple.com/macosx/features/bonjour/ Bonjour Overview]
 
* [http://developer.apple.com/networking/bonjour/download/ Bonjour Downloads]
 
* [http://developer.apple.com/networking/bonjour/download/ Bonjour Downloads]

Latest revision as of 09:22, 26 April 2007

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