Jump to content

Totally Objects SocketSet: Difference between revisions

From EDM2
Created page with "A TCP/IP sockets library for VisualAge Smalltalk, works with any IBM VA Smalltalk version 4 or later and any VA Smalltalk version from Instantiations. SocketSet is..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
A TCP/IP sockets library for [[VisualAge Smalltalk]], works with any [[IBM]] VA Smalltalk version 4 or later and any VA Smalltalk version from [[Instantiations]]. SocketSet is a collection of parts and classes that simplify working with SMTP, POP3, FTP and TCP/IP and UDP servers and clients, these include:
A TCP/IP sockets library for [[VisualAge Smalltalk]], works with any [[IBM]] VA Smalltalk version 4 or later and any VA Smalltalk version from [[Instantiations]].
 
SocketSet is a collection of parts and classes that simplify working with SMTP, POP3, FTP and TCP/IP and UDP servers and clients, these include:
* Socket to socket communication - common uses are for data transfer between hosts or for web page scraping
* Socket to socket communication - common uses are for data transfer between hosts or for web page scraping
* POP3 Mail
* POP3 Mail
Line 6: Line 8:


==Version==
==Version==
* SocketSet v8.0
* SocketSet v8.0
 
==Links==
* [http://www.totallyobjects.com/Sockset.htm Totally Objects SocketSet homepage].


==Licence==
==Licence==
Commercial software, licence fee 200 UK pounds for 1 or two developers, 400 UKP for 3 to 5 devs and 800 pounds for an unlimited number of devs.
Commercial software from [[Totally Objects]], licence fee 200 UK pounds for 1 or two developers, 400 UKP for 3 to 5 devs and 800 pounds for an unlimited number of devs.


==Publisher==
==Links==
* [[Totally Objects]]
* [http://www.totallyobjects.com/Sockset.htm Totally Objects Software - SocketSet]


[[Category:Smalltalk]]
[[Category:Smalltalk]]

Latest revision as of 19:19, 8 February 2020

A TCP/IP sockets library for VisualAge Smalltalk, works with any IBM VA Smalltalk version 4 or later and any VA Smalltalk version from Instantiations.

SocketSet is a collection of parts and classes that simplify working with SMTP, POP3, FTP and TCP/IP and UDP servers and clients, these include:

  • Socket to socket communication - common uses are for data transfer between hosts or for web page scraping
  • POP3 Mail
  • SMTP Mail
  • FTP Transfers

Version

  • SocketSet v8.0

Licence

Commercial software from Totally Objects, licence fee 200 UK pounds for 1 or two developers, 400 UKP for 3 to 5 devs and 800 pounds for an unlimited number of devs.

Links