Projects tagged ‘udp’ and ‘windows’


Jump to tag:

Projects tagged ‘udp’ and ‘windows’

Filtered by Project Tags udp windows

Refine results Project Tags sockets (9) linux (6) library (6) tcp (5) networking (5) tcpip (4) portable (4) cross-platform (4) c++ (3) mac (3) network (3) ipv6 (3)

[12 total ]

31 Users
   

The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software. ACE provides a ... [More] rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms. [Less]
Created over 3 years ago.

4 Users
 

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 ... [More] currently), and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc). CrissCross 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]
Created over 2 years ago.

2 Users
 

pyraknet is a Python UDP game network library which has bindings for RakNet.
Created over 3 years ago.

1 Users
   

nCore is an efficient and portable C++ library for lazy developers. It includes a set of several satellite C++ classes to perform : - Threading - FileIO (with endian-awareness) - Networking ... [More] (TCP, UDP, IPv4, IPv6) - High-Perf Timing - Easy logging with plugable sinks - Memory Alloc Debugging - Hashing (MD5, String, CRC32, CRC16, CRC8) - Loading of dynamic libraries (shared objects) - Dog-tagging (your final application/library binary file(s)) - Handling wide string manipulation methods through a single class (StringA) - and more... Each of those features can be turned off at compile-time to make the final binary file smaller. nCore is designed to run on Windows, Linux (x86, ARM). Other platforms may become supported upon (patch) request :) [Less]
Created about 1 year ago.

1 Users
 

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 ... [More] delivery methods is implemented: Unreliable unordered. Messages may or may not arrive and the order 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/combining into fewer packets Bandwidth throttling Message fragmentation Local server discovery Clock synchronization Connection statistics Lag, loss and duplication simulation for testing Peer to peer class This the new version of my old networking library located at http://code.google.com/p/lidgren-library-network/ [Less]
Created 12 months ago.

1 Users

Socket.NET provides object oriented raw network sockets for Ethernet on the .NET platform, based on the WinPcap driver (also works on XP SP2, that itself does not provide raw sockets anymore), plus a ... [More] toolbox for handling some standard protocols in a common low-level way. Practical uses include low-level network analysis, network security tasks, special purpose packet-level protocol implementation/prototyping as well as experimental studies (like ghost communication), but it does NOT support filtering as required for designing firewalls. [Less]
Created over 2 years ago.

1 Users
   

Net-C is a multi-platform chat software for Lan. So you can talk to any person on you network very easy! It has some key features like: * it needs no server * it needs no installation * chat ... [More] and group chat * message system (like private messages) * smiles * User status (it means you can set yourself as "Avaliable", "Away" or "Busy") [Less]
Created 11 months ago.

0 Users

Tunnels TCP over UDP packets. Runs in user space on Linux, Solaris, Cygwin (with IPv6 extension), and native Win32. Currently there isn't any authentication or encryption, but I plan to add that in ... [More] one day. The revisions in the svn repository will be working versions. Add any issues to you may encounter to the Issues tab. [Less]
Created 10 months ago.

0 Users

Note! There is a new version currently in beta available at http://code.google.com/p/lidgren-network/ Lidgren.Library.Network is a pure c# networking library using a single udp socket which ... [More] delivers a simple API for connecting a client to a server, reading and sending messages. Note! There is a new version currently in beta available at http://code.google.com/p/lidgren-network/ [Less]
Created about 1 year ago.

0 Users

(Description in english WIP). Un instalador que entrega un ambiente portatil de trabajo en Latex para Windows. Basicamente solo baja lo necesario desde internet, ordena y descomprime el software ... [More] automaticamente, y ayuda a las tareas mas basicas con simples scripts de bash. Tiene: Miktex Portable, SumatraPDF, Notepad++, Dia, gnuplot, udptexmf (clases de latex para las tesis, reportes y pruebas de la UDP). El instalador es NSIS, compilable por cualquier persona. Utiliza las librerias ZipDLL y Nsis7z para descomprimir archivos. Mas informacion se hara disponible en el wiki. [Less]
Created 22 days ago.