Browsing projects by Tag(s)

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

Showing page 93 of 100

Credit Card System using client server architecture

0
 
  0 reviews  |  0 users  |  2,973 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Framework para el desarrollo de juegos distribuidos mediante una arquitectura cliente-servidor. El servidor lleva el control del juego y dice a cada jugador-cliente cuando puede realizar las acciones permitidas. El framework esta especialmente pensado para juegos de adversarios en los que los ... [More] jugadores puedan programar sus propias estrategias y hacerlas competir entre ellas. [Less]

0
 
  0 reviews  |  0 users  |  4,182 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Jexxus (Java Nexus) encapsulates the Java Sockets API, which reduces the redundancy of writing network code and makes it simpler to create an online program. Contains both server and client capabilities. It is extremely easy to set up a server which takes advantage of both the TCP and UDP ... [More] protocols. To start a server, all you have to do is: Server server = new Server(serverListener, 15652); server.startServer(); You can also let the server listen for UDP packets. In this example, the server will receive TCP packets on port 15652 and UDP packets on port 21669. Server server = new Server(serverListener, 15652, 21669); server.startServer(); To connect a client to the server: ClientConnection conn = new ClientConnection(clientListener, "localhost", 15652); or alternatively with UDP as well-- ClientConnection conn = new ClientConnection(clientListener, "localhost", 15652, 21669); conn.connect(); //send with the TCP Protocol conn.send("Hello TCP".getBytes(), Delivery.RELIABLE); //send with the UDP Protocol conn.send("Hello UDP".getBytes(), Delivery.UNRELIABLE); Try it out! It's really easy to get started. [Less]

0
 
  0 reviews  |  0 users  |  9,035 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 

no need for now

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

A Client / Server Framework "They say romance is back in fashion, they say that kitsch is back in fashion." - Brian Molko

0
 
  0 reviews  |  0 users  |  3,137 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

cdddddddddddddddddddd

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Online Poker Server / Client Project Server Platform Win32 / Unix Client Platform Win32

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 10 days ago
 
 

This is a java implementation of a memcached server and client.

0
 
  0 reviews  |  0 users  |  2,885 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

easypyftp is a simple and fast ftp client.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A chat client and server with support for usernames, private messages, multiple users and emotes written in Java. This project is being developed as an academic exercise in advanced Java.

0
 
  0 reviews  |  0 users  |  1,214 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.