Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.189 Times

Client Socket Class freeware
Filter: All | Freeware | Demo
 

Client Socket Class

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 638

A quick and dirty Client and Server Socket class A quick and dirty Client and Server Socket class presents you a client-server model. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: October 16, 2013 | Visits: 324

Socket::Class Socket::Class is a Perl module that provides a simple, fast and efficient way to communicate with sockets. It operates outside of Perl IO and socket layer. It can be used as a replacement to IO::Socket. Little parts of Bluetooth technology has been integrated. SYNOPSIS use Socket::Class; Platforms: *nix

License: Freeware Size: 3.36 MB Download (39): Socket::Class Download

Added: September 14, 2010 | Visits: 1.789

PHP Client Sniffer PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side scripting. Whats New in This Release: - add k-meleon... Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): PHP Client Sniffer Download

Added: June 14, 2010 | Visits: 670

MP3::Daemon::Simple MP3::Daemon::Simple is a daemon for the mp3(1p) client. SYNOPSIS Fork a daemon MP3::Daemon::Simple->spawn($socket_path); Start a server, but dont fork into background my $mp3d = MP3::Daemon::Simple->new($socket_path); $mp3d->main; Youre a client wanting a socket to talk to the daemon... Platforms: *nix

License: Freeware Size: 25.6 KB Download (103): MP3::Daemon::Simple Download

Added: July 16, 2013 | Visits: 517

MediaEncodingCluster MediaEncodingCluster is an Enterprise Class, Video Cluster Environment with a Plattform Independent Client - Server Architecture for distributed video/audio converting/encoding tool over a grid Computing Network Design. more on http://www.codergrid.de Platforms: *nix

License: Freeware Size: 14.59 MB Download (47): MediaEncodingCluster Download

Added: May 10, 2013 | Visits: 710

PHP-Lib-Xtreme PHP-Lib-Xtreme is a package containing many object oriented PHP classes and is available under the GNU Lesser License. It has the aim to make a complex but also simple library available.Here is a list of all modules: - BB-Code-Class - Mime-Mail-Class - File-Class - FSocket-Class - General... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (73): PHP-Lib-Xtreme Download

Added: May 10, 2013 | Visits: 682

FTP Client Class FTP Client Class is a simple FTP client without ftp module. This class uses only standard functions. e.g. fsockopen(), fputs, fread(). Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): FTP Client Class Download

Added: May 25, 2010 | Visits: 2.235

Curl HTTP Client Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Curl HTTP Client Download

Added: October 13, 2010 | Visits: 1.152

Ionflux Tools Class Library The Ionflux Tools Class Library is a lightweight multi-platform C++ framework designed for rapid development of applications in a client/server architecture. The Ionflux Tools Class Library is released under the GNU General Public License, meaning it is free software! (See LICENSE in the... Platforms: *nix

License: Freeware Size: 245.76 KB Download (96): Ionflux Tools Class Library Download

Added: November 01, 2010 | Visits: 1.022

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );... Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: August 18, 2010 | Visits: 857

HTTunnel::Client HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ; $ch->close() ; HTTunnel::Client is the client... Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): HTTunnel::Client Download

Added: May 10, 2013 | Visits: 600

PHP OpenSRS Client PHP OpenSRS Client is a PHP-based client class that communicates with the OpenSRS Registry. Eventually, you can make a compiled-in C library. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): PHP OpenSRS Client Download

Added: September 06, 2010 | Visits: 922

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback... Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): EasyHTTPD Download

Added: November 06, 2010 | Visits: 1.366

Class.Jabber.PHP Class.Jabber.PHP provides a medium-level API to interact with the Jabber network. Class.Jabber.PHP is a class which you can use to connect to the Jabber network. It allows you to easily connect to a server and interact with it. It supports all packet types (message, iq, and presence), is very... Platforms: *nix

License: Freeware Size: 16.38 KB Download (144): Class.Jabber.PHP Download

Added: November 22, 2010 | Visits: 1.867

phpSocketDaemon phpSocketDaemon is a PHP socket daemon framework that can handle thousands of client and server connections, asynchronously, with built-in buffering, state handling, etc. The implementation of a new TCP client or server service (or a mix thereof) with this library is very easy, and allows... Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): phpSocketDaemon Download

Added: April 27, 2010 | Visits: 1.262

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post... Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: March 03, 2010 | Visits: 1.127

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: April 21, 2010 | Visits: 1.116

DGS SMTP DGS SMTP is a PHP class which acts as an email client, able to send an email without using PHPs built in mail() function. This is most often useful for sites that are unable to get PHPs build in mail() function to work. (Usually because they dont have access to sites php.ini file).. Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): DGS SMTP Download

Added: August 25, 2010 | Visits: 2.608

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes... Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: May 21, 2010 | Visits: 2.481

Nixs Web-based SSH client Nixs Web-based SSH client has a backend written in C/glib and a frontend written in PHP. The project talks to the backend via a Unix socket. The backend maintains a number of SSH processes in TTYs, reads their TTYs, and sends the contents to PHP for formatting. PHP accepts input and passes it... Platforms: *nix

License: Freeware Size: 32.77 KB Download (202): Nixs Web-based SSH client Download

1 2 3 4 5 >