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.311.073 Times

Socket freeware
Filter: All | Freeware | Demo
 

Socket

1 2 3 4 5 > 
Added: November 01, 2010 | Visits: 1.018

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: May 15, 2010 | Visits: 4.391

CPP Socket library CPP Socket library is a small Classlibrary for C++ that supports a easy usage of socket-programming for networking-software. It provides a simple object-oriented interface to the classic C library calls. With CPPSocket supports the following network protocols: - TCP (transmission control...





Platforms: *nix

License: Freeware Download (122): CPP Socket library Download

Added: February 12, 2010 | Visits: 954

gnome-socket gnome-socket provides a simple library for high-level network asynchronous I/O in GNOME applications. gnome-socket is a library that provides simple high-level network access to GNOME applications. Its main features are asynchronous DNS lookup and non-blocking network I/O. Its designed to use...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (91): gnome-socket Download

Added: July 10, 2010 | Visits: 908

Socket::PassAccessRights Socket::PassAccessRights is a Perl extension for BSD style file descriptor passing via Unix domain sockets. SYNOPSIS use Socket::PassAccessRights; Socket::PassAccessRights::sendfd(fileno(SOCKET), fileno(SEND_ME)) or die; $fd = Socket::PassAccessRights::recvfd(fileno(SOCKET)) or die; open...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Socket::PassAccessRights Download

Added: April 22, 2010 | Visits: 2.533

Socket Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa is a Perl module to load the C socket.h defines and structure manipulators. SYNOPSIS use Socket; $proto = getprotobyname(udp); socket(Socket_Handle, PF_INET, SOCK_DGRAM, $proto); $iaddr = gethostbyname(hishost.com); $port =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (106): Socket Download

Added: July 24, 2010 | Visits: 1.163

Raw Socket Constructor Raw Socket Constructor provides a tool for sending packets from the console. Raw Socket Constructor is a tool that uses the Libsock library to create arbitrary TCP, ICMP, UDP, TCP6, ICMP6, or UDP6 packets..


Platforms: *nix

License: Freeware Size: 8.19 KB Download (179): Raw Socket Constructor Download

Added: July 13, 2010 | Visits: 1.752

Raw Socket Library Raw Socket Library provides a simple to use raw socket library with IPV6 support. Raw Socket Library provides a simple mechanism to send raw socket packet using IPV4 and IPV6 using a simple struct. It currently supports TCP, ICMP, UDP, and ICMPv6. Whats New in This Release: - ARP has been...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Raw Socket Library Download

Added: May 10, 2013 | Visits: 837

SOHT (Socket over HTTP Tunneling) SOHT (Socket over HTTP Tunneling) has the goalĀ to provide an easy to use tool that enables all types of socket communication through an HTTP Proxy server. This tool is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP....


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (71): SOHT (Socket over HTTP Tunneling) Download

Added: May 10, 2013 | Visits: 629

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: July 29, 2013 | Visits: 361

wc-socket WidgetCo socket: This is a fake socket module used to teach namespace packages ( http://www.sourceweaver.com/posts/python-namespace-packages). WidgetCo socket: This is a fake socket module used to teach namespace packages ( http://www.sourceweaver.com/posts/python-namespace-packages).


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): wc-socket Download

Added: November 04, 2013 | Visits: 360

varnish-admin-socket A simple python library to administer Varnish over the administration socket. The library can use shared secret authentication. Almost all testing has been done against Varnish 2.1.5.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (33): varnish-admin-socket Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 467

J2ME Socket Chat MIDlet [isometric] J2ME MIDlet with a Socket Server :: Isometric Engine Chat Machine


Platforms: Windows, Mac, Linux

License: Freeware Size: 257.47 KB Download (48): J2ME Socket Chat MIDlet [isometric] Download

Released: December 12, 2012  |  Added: December 12, 2012 | Visits: 412

SocketTest - Test My Socket SocketTest - powerful and small software tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP or UDP protocol to communicate.


Platforms: Windows, Mac, Linux

License: Freeware Size: 98.49 KB Download (49): SocketTest - Test My Socket Download

Added: May 10, 2013 | Visits: 354

When to not just use socket.close() This script implements a "broken" client/server to show how sock.shutdown can be more useful than a simple socket.close operation.


Platforms: *nix, Python, BSD

License: Freeware Download (50): When to not just use socket.close() Download

Added: July 11, 2013 | Visits: 510

Asynchronous Socket Library Async is an Asynchronous Socket Library (C++) providing event-driven socket programming for Linux (or any other Os you get it to compile on). The event callbacks (overridden virtual methods) are called from a loop (similar to GTK+'s gtk_main()), that uses select() to check for socket events. If...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (34): Asynchronous Socket Library Download

Added: October 24, 2013 | Visits: 450

ODBC Socket Server II ODBC Socket Server is an open source database access toolkit that exposes Windows NT ODBC data sources via an XML-based TCP/IP interface.It was developped by Team FXML (fxml@excite.com), we would like to keep on developping and improving it under GPL


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): ODBC Socket Server II Download

Added: October 16, 2013 | Visits: 320

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

Released: January 10, 2005  |  Added: October 06, 2006 | Visits: 2.910

BigSpeed Secure Socket Library BigSpeed Secure Socket Library is an ActiveX control that dramatically simplifies and accelerates the development of proprietary communication solutions over the Internet. It implements a flexible message-oriented protocol on top of a single TCP connection. The transfered data are scrambled using...


Platforms: Windows

License: Freeware Size: 785 KB Download (153): BigSpeed Secure Socket Library Download

Added: August 28, 2008 | Visits: 12.394

Simple Socket File Transfer We could define Simple Socket File Transfer as the quickest, simplest and most direct way to send a file from one PC to another. Forget messaging programs, complicated P2P networks or strange systems. Simple Socket File Transfer is the shortest route between two PCs.The main advantage of this...


Platforms: Windows

License: Freeware Size: 9 KB Download (1906): Simple Socket File Transfer Download

Added: April 24, 2010 | Visits: 5.485

Linvpn Linvpn is a secure socket layer for pppd. Linvpn project allows creation of virtual private networks by using an IP routing system between PPP network interfaces. Cryptography is done by libgcrypts 3DES or blowfish, and Initialization Vector (IV) is changed in each packet transmission. As...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (165): Linvpn Download

1 2 3 4 5 >