Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Win-UNIX-Sockets

Compare

  Analyzed about 20 hours ago

Combo of Windows and UNIX sockets (integration)

590 lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

Indy.Sockets

Compare

  Analyzed 1 day ago

Indy.Sockets is an open source socket library that supports clients, servers, TCP, UDP, raw sockets, as well as over 100 higher level protocols such as SMTP, POP3, NNTP, HTTP, and many more. Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, any .NET language, and Kylix. Indy.Sockets ... [More] FCL build is a managed assembly and is compatible with the Microsoft .NET framework, and Mono. [Less]

217K lines of code

0 current contributors

19 days since last commit

0 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: BSD-3-Clause, mozilla_p...

legume

Compare

  No analysis available

A python library for sending messages between server and clients via UDP. Includes functionality for transmitting reliable and in-order messages.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

ioxx

Compare

  Analyzed 1 day ago

The ioxx library provides primitives for asynchronous I/O in C++. That kind of thing is typically useful for people who would like to implement a highly concurrent network service, i.e. an application that performs input/output simultaneously on a great number of sockets. The library's main ... [More] components are a socket event dispatcher, a time event dispatcher, and an asynchronous DNS resolver. There is also a class interface to socket programming that offers those wonders of modern C++ such as exception-style error reporting, transparent resource management, type-safety, and support for custom memory allocation strategies. Ioxx is thread-safe in the sense that it is fully re-entrant. The code runs on any POSIX-compliant operating system, most notably Linux, NetBSD, Solaris, AIX, HP/UX, and NT. [Less]

3.77K lines of code

0 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Datapipe

Compare

  Analyzed about 6 hours ago

A simple TCP/IP socket redirection application

187 lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

UNIX-Sockets

Compare

  Analyzed about 18 hours ago

1.72K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

cprops - c prototyping tools

Compare

  Analyzed about 4 hours ago

The c prototyping tools library provides thread-safe linked list, priority queue, hash table, hash list, AVL tree and trie implementations, as well as a thread pool and thread management framework, a tcp and http socket api, and a dbms abstraction layer.

57.9K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

juds

Compare

  Analyzed about 15 hours ago

JUDSJUDS (Java Unix Domain Sockets) provide classes to address the need in Java for accessing Unix domain sockets. The source is provided for a shared library containing the compiled native C code, which is called into by the Java UnixDomainSocket classes via JNI (Java Native Interface) to open ... [More] , close, unlink (delete), read, and write to Unix domain sockets. JUDS consists of an abstract class UnixDomainSocket and two derived classes, UnixDomainSocketClient and UnixDomainSocketServer. It can simply be used by instantiating one of the two classes. Through the getInputStream and getOutputStream methods, the resulting instance can be used to get an InputStream and/or OutputStream object. [Less]

988 lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Anet

Compare

  Analyzed about 19 hours ago

Anet is a networking library for the Ada programming language. The library provides a BSD socket implementation and support for IPv4/UDP packet creation and validation. It can be used to implement custom protocols on top of IPv4. The library also provides a binding to the Linux Packet Filter (LPF) system.

6.95K lines of code

2 current contributors

3 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This