55 results for “topic:sockets-tcp”
A Grounded Simulation Testing Framework for Evaluating Social Navigation: https://arxiv.org/abs/2103.00047
A Server Emulator for the Flash-Based MMORPG "Horse Isle: The Secret Land of Horses"
Computer Networks Practice
Multiplayer Rummy Board Game developed with Java Swing and TCP Sockets using the MVC Architecture integrated with the Blackboard architecture
A simple unix socket python framework
Emulate async paraview services module with asio.
Code for UoM lesson "Distributed Systems"
small high level TCP/IP sockets for linux
Este proyecto es una aplicación básica de un modelo cliente servidor con sockets TCP. El video juego es un laberinto en el cual todos los clientes inician a la vez tras el aviso de uno de ellos.
A reverse_tcp script in python
PHP Web Server made with... PHP!
A distributed hotel booking mobile app leveraging the MapReduce framework. Developed with Jetpack Compose and Java.
peer-to-peer application which collects and computes statistics about the results of CoVid-19 tests developed for the Computer Networks course (documentation in Italian)
socket utility or wtv
Streaming music via sockets TCP
In this project , you will emulate the operation of a link layer and network layer protocol in a small computer network. You will start several nodes so that they can send packets to each other as if there are links between them. Running as an independent node, your program should implement a simple version of GoBack-N Protocol Link Layer
Axon share files
A simulation of a DDoS attack written in Python
IPC Suit
A C++17 client/server stack that combines a thread-pooled TCP listener, a queued message dispatcher, and an administrative control surface for multi-user messaging sessions.
A multithreaded web server written in C. Currently this is meant to be a basic example of something that can serve a simple web site/application. Could potentially grow in scope.
A console chat application using Sockets in Java
A fast and concurrent Linux-only HTTP server library written in C.
Trabalho prático de redes - IFMG
Multiple user chat room / server with Java sockets. *Also learned it from WittCode on YouTube. once again :)
The purpose of this project is to present an implementation for unix-based systems of a proxy server that serves a set of clients (concurrently) on the same machine through parallel programming techniques.
Internet Relay Chat server in C++
Project 1 for CECS 326 Operating Systems
This project implements a simple file transfer system using Python 3.11 and TCP sockets. It allows a client to send messages and files to a server, which receives and stores them in a designated directory.
Multi-client TCP chat server and client in C++ with threads, poll/epoll, demonstrating Linux system programming and concurrency.