An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sockets-tcp

pol-p/Poker

SO project (Poker {online}) made by Eric Rivas, Pablo Santamaría & Pol Puig.

Language: C - Size: 248 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

RevMax-creator/Socket-Programming

This repository contains various examples and projects related to socket programming, demonstrating how to establish communication between devices over a network. The code covers both TCP and UDP protocols and includes implementations in languages like Python.

Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ecopque/socket_transfer

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.

Language: Python - Size: 297 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

CMU-TBD/SocNavBench

A Grounded Simulation Testing Framework for Evaluating Social Navigation: https://arxiv.org/abs/2103.00047

Language: Python - Size: 37.3 MB - Last synced at: 2 days ago - Pushed at: about 3 years ago - Stars: 38 - Forks: 8

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.

Language: Java - Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HakierGrzonzo/socpi

A simple unix socket python framework

Language: Python - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

emersonmello/sockets-java

Exemplo simples de como trabalhar com sockets TCP com a API Java I/O

Language: Java - Size: 719 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

FlorinaMt/Chat-Client-Server-System_TCP-Sockets

Chat client-server system using TCP sockets.

Language: Java - Size: 8.68 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sebaFlame/NippyWard.Networking Fork of mgravell/Pipelines.Sockets.Unofficial

A ConnectionDelegate based .NET networking framework containing a high-performance TLS implementation

Language: C# - Size: 4.05 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

Lunch-Munchers/socketier

socket utility or wtv

Language: C - Size: 39.1 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

yunusemrejr/Multi-User-Java-Chat-Room

Multiple user chat room / server with Java sockets. *Also learned it from WittCode on YouTube. once again :)

Language: Java - Size: 1.7 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

TomasSobek/Huffman-compression-algorithm-C

Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C

Language: C - Size: 66.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Iasonaspg/Real-Time-Sockets

This repository contains the source code of a Real-Time Application that I have created which enables Raspberry Pi devices to exchange messages and keep a limited history of those. C sockets based on TCP/IP and threading were used.

Language: C - Size: 187 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JugurtaO/TCP-IP-Sockets

This is a small C-implementation of using TCP/IP sockets to communicate processes (client & server side implementation).

Language: C - Size: 2.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

WiktorSusfal/ur_sql_logs

App for capturing log messages from UR robot (via TCP/IP sockets), decoding and logging them into ms sql database

Language: Python - Size: 1.47 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ThePurpleJedi/project-mercurys

A console chat application using Sockets in Java

Language: Java - Size: 719 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

izabellauren789/Project-1-CECS-326

Project 1 for CECS 326 Operating Systems

Language: Java - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

lgoloh/hot_potato

An inter-process game of hot potato to learn about socket programming and inter-process communication

Language: C++ - Size: 13.8 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

justinf34/CPSC329-Unessay

A simulation of a DDoS attack written in Python

Language: JavaScript - Size: 3.91 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

prbhtkumr/reverse_tcp

A reverse_tcp script in python

Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

daniel-e-1/Server-LogIn

Server Part für eine Android LogIn App. Hier gibt es die Möglichkeit per UDP oder TCP zu kommunizieren.

Language: Java - Size: 605 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

daniel-e-1/Client-AndroidApp-LogIn

AndroidApp mit LogIn Funktion, hierbei gibt es eine ConnectionLess und eine ConnectionOriented Variante um via Java Sockets mit dem Server zu kommunizieren.

Language: Java - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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

Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

scyth3-c/magical-sockets

small high level TCP/IP sockets for linux

Language: C++ - Size: 24.4 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

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.

Language: C - Size: 151 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

terremoth/php-siwese

PHP Web Server made with... PHP!

Language: PHP - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

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.

Language: Python - Size: 19.4 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

jspanchu/vtkServicesAsioPrototype

Emulate async paraview services module with asio.

Language: C++ - Size: 22.5 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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)

Language: C - Size: 599 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SotirisSotiriou/distributed-systems

Code for UoM lesson "Distributed Systems"

Language: C# - Size: 14.9 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

LuboDimitrov/Morse-encoder

Morse translator based on the client-server model

Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lucabem/NetWave-Music-Streaming

Streaming music via sockets TCP

Language: Java - Size: 51.8 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

DrBaxR/Socket-Chat

A simple instant messaging terminal application that runs on Linux

Language: C - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

aribmuhtasim/simple-tcp-client

A TCP Client right on your phone!

Language: Python - Size: 106 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

pj-25/chitChatAndroidApp

ChitChat - An Android Chat Application implemented using socket programming in java

Language: Java - Size: 762 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

i1d9/sockets-c

Concurrent C sockets

Language: C - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

suyashsingh/c-sockets

Socket Programming in C

Language: C - Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0