Home | pRo+ | Documentation | Support | Contribute | Download


   Description
   pRo+
   Architecture
   Requirements
   License
   Download
   -  Pro2Dbf
   -  Pro2Html
   >  ProSock


ProSock is a simple socket functions set build as a library that can be used on Win32 (DLL) starting from V8, on Unix unfortunately just from V9 (shared library).

Currently implementing:
  • dns resolver (GetHostName&&GetHostAddr)
  • service resolver (GetServiceName&&GetServicePort)
  • simple service result grabber (GetServiceResult)
  • simple client request grabber (GetClientRequest)
  • simple SMTP send mail (SmtpMailTo)
  • service status checker (TestServiceTO)

    I’ve wrote this just out of curiosity – it’s my first library build, it’s OS independent but didn’t get the time to polish the work.
    It will be probably included in Ganimede project to add email capabilities.

    Download the source code here.
  • SourceForge Logo