Difference between revisions of "Netclasses"

From GNUstepWiki
Jump to navigation Jump to search
(New)
 
(1.1.0 release)
 
Line 1: Line 1:
 
{{Framework|
 
{{Framework|
 
shortdescription = netclasses is an asynchronous networking library |
 
shortdescription = netclasses is an asynchronous networking library |
currentversion = [http://netclasses.aeruder.net/ 1.06] |
+
currentversion = [http://savannah.nongnu.org/download/gap/netclasses-1.1.0.tar.gz 1.1.0] |
releasedate = Feb 12, 2006 |
+
releasedate = Apr 04, 2015 |
license = unknown, presumably LGPL2|
+
license = LGPL 2.1 or later|
overview =  netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use. |
+
overview =  netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use.  
 +
 
 +
netclasses were imported into GAP and released there first with v. 1.1.0
 +
|
 
features =  |
 
features =  |
 
maintainer = [mailto:aeruder@ksu.edu Andrew Ruder] |
 
maintainer = [mailto:aeruder@ksu.edu Andrew Ruder] |
relatedlinks = * http://netclasses.aeruder.net/ |
+
relatedlinks = * http://gap.nongnu.org/talksoup/index.html |
 
category = [[Category:Networking_Frameworks]]
 
category = [[Category:Networking_Frameworks]]
 
}}
 
}}

Latest revision as of 20:32, 4 April 2015

netclasses is an asynchronous networking library

Current Version: 1.1.0

  • Released: Apr 04, 2015
  • Licensed: LGPL 2.1 or later

Overview

netclasses is an easy to use, unbloated API for handling asynchronous connections in Objective-C under GNUstep as well as OS X. It can also be used for synchronous connections but this is -not- its primary use.

netclasses were imported into GAP and released there first with v. 1.1.0

Features

Maintainer

Andrew Ruder

Related Links