Tags : Browse Projects

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

CrissCross

Compare

  Analyzed about 10 hours ago

CrissCross is a small open source cross platform C++ library for console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5, SHA-1, SHA-256, SHA-512, Tiger), sockets (TCP and UDP only currently), and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc). CrissCross ... [More] is designed to run on Windows, Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, and even the Nintendo DS. Other platforms may become supported upon request. The main idea behind CrissCross is the ability to write a program using identical calls on the major platforms, without needing to rewrite code. [Less]

12.2K lines of code

0 current contributors

over 3 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

KryoNet

Compare

  Analyzed about 10 hours ago

KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the network. KryoNet runs on both the desktop and on ... [More] Android. KryoNet is ideal for any client/server application. It is very efficient, so is especially good for games. KryoNet can also be useful for inter-process communication. [Less]

5.45K lines of code

0 current contributors

over 5 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

tcludp

Compare

  Analyzed about 6 hours ago

An extension to Tcl that provides UDP sockets.

16.3K lines of code

0 current contributors

about 11 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

lidgren-network

Compare

  Analyzed 1 day ago

Lidgren.Network is a networking library for .net framework which uses a single udp socket to delivers a simple API for connecting a client to a server, reading and sending messages. The following delivery methods is implemented: Unreliable unordered. Messages may or may not arrive and the order ... [More] is undetermined. Reliable unordered. Messages will arrive (sooner or later), but the order is undetermined. Unreliable ordered. Messages may or may not arrive and the order is fixed, ie. old messages will not arrive after new messages. Reliable ordered. Message will arrive (sooner or later) in the same order they were sent. All delivery methods rejects duplicate messages and UnreliableOrdered and ReliableOrdered can be sent in different channels. Other features includes: Message coalescing/c [Less]

20.7K lines of code

6 current contributors

about 5 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

WebRTC

Compare

  Analyzed 1 day ago

WebRTC is an open source project that enables web browsers with Real-Time Communications (RTC) capabilities via simple Javascript APIs. The WebRTC components have been optimized to best serve this purpose. WebRTC implements WHATWG's proposal for video conferencing on the web.

1.06M lines of code

150 current contributors

1 day since last commit

3 users on Open Hub

Very High Activity
0.0
 
I Use This
Licenses: No declared licenses

Rascal

Compare

  Analyzed 3 days ago

Librascal is a C/C++ library for asynchronous networking. It is a networking stack abstraction library which simplifies writing portable and scalable applications. It can be used with various threading models. The library supports TCP and UDP protocols, basic DNS resolution and fully supports ... [More] service discovery. It implements buffered data flow, has helper functions for processing text based protocols and several helper classes for C++. Many options, such as timeouts, retry counters and the list of DNS servers can be adjusted at runtime. [Less]

11.4K lines of code

0 current contributors

over 20 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

CL-IOLib

Compare

  Analyzed about 2 hours ago

The purpose of IOlib is to be an I/O library better, more modern and more complete than the standard Common Lisp library. It contains: * a socket library * a DNS resolver * an I/O multiplexer: at the moment the implemented notification methods are: select(2), epoll(4) and kqueue(2). * a pathname library

14.6K lines of code

0 current contributors

over 1 year since last commit

3 users on Open Hub

Very Low Activity
3.0
   
I Use This

erlrtpproxy

Compare

  Analyzed 1 day ago

RTP/RTCP proxy for VoIP and IM applications.

8.26K lines of code

0 current contributors

over 11 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

Cindy

Compare

  Analyzed 33 minutes ago

Cindy is a robust, scalable and efficient asynchronous I/O framework, supports TCP, SSL over TCP, UDP and Pipe.

8.19K lines of code

0 current contributors

over 19 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

conexus

Compare

  Analyzed 1 day ago

A generalized C++ I/O library that includes support for * BSD sockets (IPv4, IPv6, TCP, UDP) * OpenSSL secure streams * NSPR sockets * NSS secure streams * Kernel message queues * Files and pipes * Serial/tty * Gtkmm widgets * et. al.

75.6K lines of code

0 current contributors

over 15 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses