sockets-tcp
There are 40 repositories under sockets-tcp topic.
CMU-TBD/SocNavBench
A Grounded Simulation Testing Framework for Evaluating Social Navigation: https://arxiv.org/abs/2103.00047
KiranThomasCherian/Computer-Networks-
Computer Networks Practice
BrayanSGL/juego-multijugador-de-laberinto-con-sockets
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.
HakierGrzonzo/socpi
A simple unix socket python framework
Ippo03/distributed-hotel-booking
A distributed hotel booking mobile app leveraging the MapReduce framework. Developed with Jetpack Compose and Java.
prbhtkumr/reverse_tcp
A reverse_tcp script in python
scyth3-c/magical-sockets
small high level TCP/IP sockets for linux
sebaFlame/NippyWard.Networking
A ConnectionDelegate based .NET networking framework containing a high-performance TLS implementation
SotirisSotiriou/distributed-systems
Code for UoM lesson "Distributed Systems"
terremoth/php-siwese
PHP Web Server made with... PHP!
EdsonMSouza/chat-sockets-java
This project shows how to run a Java server that waits for connections from a client. In this project the client is written in Java, but it can be any client that accepts socket connections.
jspanchu/vtkServicesAsioPrototype
Emulate async paraview services module with asio.
justinf34/CPSC329-Unessay
A simulation of a DDoS attack written in Python
lucabem/NetWave-Music-Streaming
Streaming music via sockets TCP
Lunch-Munchers/socketier
socket utility or wtv
PieTempesti98/CovidTestTracker
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)
PyMarcus/server_sensor
Trabalho prático de redes - IFMG
raustin9/CWebServer
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.
suryadev99/GoBack-N-Protocol
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
ThePurpleJedi/project-mercurys
A console chat application using Sockets in Java
yunusemrejr/Multi-User-Java-Chat-Room
Multiple user chat room / server with Java sockets. *Also learned it from WittCode on YouTube. once again :)
alexandreclem/Proxy
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.
DrBaxR/Socket-Chat
A simple instant messaging terminal application that runs on Linux
FlorinaMt/Chat-Client-Server-System_TCP-Sockets
Chat client-server system using TCP sockets.
hsravat-4590/SecureChatroom
A Secure Chatroom Solution Created in Java for my Aston University Secure Network Services coursework. This project scored 60/60 for implementation and 96/100 overall
izabellauren789/Ports-and-Sockets
Project 1 for CECS 326 Operating Systems
JugurtaO/TCP-IP-Sockets
This is a small C-implementation of using TCP/IP sockets to communicate processes (client & server side implementation).
lgoloh/hot_potato
An inter-process game of hot potato to learn about socket programming and inter-process communication
MarioMolina27/Ahorcado-Cliente-Servidor
Juego del ahorcado hecho en Java utilizando sockets para separar el cliente del servidor
rauldaramus/Proxy-TCP-sockets
TCP proxy program using sockets that counts the vowels in the text sent to it. Acting as an intermediary, it receives text input from a client and forwards it to the server while simultaneously counting the number of vowels present.
TomasSobek/Huffman-compression-algorithm-C
Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C
WiktorSusfal/ur_sql_logs
App for capturing log messages from UR robot (via TCP/IP sockets), decoding and logging them into ms sql database
emersonmello/sockets-java
Exemplo simples de como trabalhar com sockets TCP com a API Java I/O
i1d9/sockets-c
Concurrent C sockets
LuboDimitrov/Morse-encoder
Morse translator based on the client-server model
pj-25/chitChatAndroidApp
ChitChat - An Android Chat Application implemented using socket programming in java