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

GitHub topics: tcp-socket

RhysMJ2/python_tcp

Python TCP (can be used to communicate between devices)

Language: Python - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

priyanshscpp/ECE1273-Networking-Servers-Module

Computer Networking in Ubuntu Servers

Language: Shell - Size: 6.23 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

falconlee236/IRC_Server

IRC Webserver based RFC1459

Language: C++ - Size: 129 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

youngmonkeys/ezyfox-server-react-native-client

ezyfox-react-native-client

Language: Java - Size: 1.84 MB - Last synced at: 18 days ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 4

ccassise/incp

Insecure copy - copy files to a remote computer on a trusted network

Language: C - Size: 52.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

cj667113/Websocket_HTTP_Server

Websocket_HTTP_Server

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

simple-works/tcp-api-csharp

Simple TCP client and server written in C# .NET for learning purposes.

Language: C# - Size: 214 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Berikai/middler

TCP Client-Host Virtualization Bridge

Language: JavaScript - Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

SkillfulElectro/EMNetChain

experimental Internet chaining application

Language: Rust - Size: 16.6 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

gitipedras/tcp-talk

A chat room made with tcp. Read README.md for more details

Language: Ruby - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HUGOW04/Trojan

Trojans generally spread by some form of social engineering; for example, where a user is duped into executing an email attachment disguised to appear innocuous (e.g., a routine form to be filled in), or by clicking on some fake advertisement on social media or anywhere else. Although their payload can be anything, many modern forms act as a backdoor, contacting a controller who can then have unauthorized access to the affected computer.[6] Ransomware attacks are often carried out using a trojan.

Language: C - Size: 22.7 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

skrevolve/gosock

TCP / UDP / WSS server use cases

Language: Go - Size: 16.5 MB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

novikovadaria/Socket_TCP-UDP_trail

learning using System.Net.Sockets

Language: C# - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Woo-Dong93/Daeddongyeojido

어플리케이션 프로젝트

Language: Java - Size: 1.74 MB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

shah-deep/Online-Voting-System

PC application for online voting system made in python using socket programming.

Language: Python - Size: 1.45 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 72 - Forks: 35

gnharshitha/ChatApplication

This Repository contains a simple chat app built using java sockets ,in which server and client both can communicate by sending text messages

Language: Java - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

raoniton/mc833

Trabalhos da disciplina de Programação de Redes de Computadores - 1º Semestre 2024 - UNICAMP

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

leprosus/golang-p2p

Golang TCP simple client and server

Language: Go - Size: 93.8 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 48 - Forks: 4

viveksb007/LiveFeed

Taking Live Camera Feed from Android to Python on Desktop Wirelessly

Language: Java - Size: 1.54 MB - Last synced at: 19 days ago - Pushed at: about 8 years ago - Stars: 12 - Forks: 3

MehrajLatifli/Image-TCP-from-Client-to-Server-

Example for TCP (from Client to Server) and Binary Serialize and DeSerialize

Language: C# - Size: 318 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

utkukozan/TCP-UDP-Word-Game

The Word Game repository hosts a Java-based game where players generate words using the last two letters of the previous word. The game offers multiple versions, leveraging different network protocols such as TCP, UDP, and UDP with ACK to provide various multiplayer experiences.

Language: Java - Size: 15.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

it-21360978/Socket-C

Repository contains implementations of socket programming in C. It covers basic to advanced concepts, including client-server communication, TCP/UDP protocols, and handling multiple connections. Ideal for learning and enhancing your network programming skills in C.

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

Man0sh-r0y/Socket-Programming-in-C

TCP/UDP client-server programs use Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) to transport data between a client and a server. I have used the concept of Socket Programming in C Language. Check the README file to know more info.

Language: C - Size: 858 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bandaruashok2/Online_Voting_System

This is the Standalone application for Online Voting System made in python using socket programming.

Language: Python - Size: 1.31 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

parMaster/byo-redis

Build Your Own Redis challenge repo. https://app.codecrafters.io/courses/redis

Language: Go - Size: 43.9 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

tanuiniko/Network-Programming-Java

Network Programming Concepts in Java. This project includes server programs that echo clients' messages back to them & to host on Local Machines.

Language: Java - Size: 35.2 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

xdwangwei/go_chatroom

基于GO语言的TCP简易聊天室小项目,适合刚学习完Go基础的小伙伴玩耍哦!

Language: Go - Size: 1.58 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

mstarski/ruby-chat

Simple socket-based chat application written in ruby programming language

Language: Ruby - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

xalbertho/Windows-Live-Messenger

Practica 7 del curso Programacion Avanzada

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

VictorSantana100/Socket-TCP-IP

Os sockets fornecem comunicação entre duas extremidades (origem e destino). Na rede, os sockets são representados por IP:PORT (por exemplo, 127.0.0.1:1026(IPv4). Os sockets que usam a rede são sockets TCP/IP.

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AlirezaAK2000/Pelnet

Python program used to establish a client-server connection using sockets.(Computer Network second project)

Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 0

jamie-clements/TCP-Socket-Client-Server

This project involves the development of a TCP (Transmission Control Protocol) communication system using Java, consisting of two primary components: a TCP Server and a TCP Client. The system is designed for encoding and transmitting messages between a server and a client over a network.

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

yongzhixu/HSB

Language: JavaScript - Size: 6.11 MB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

malay44/UDP_TCP_Socket_C

File sharing with UDP / TCP sockets in C

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

Quangtd123/TCP_UDP_check_onpen

Check tcp/udp openport

Language: Python - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

basant-kumar/Computer_Networks_Lab

This repository contains all my work from Computer Network Lab

Language: C - Size: 4.35 MB - Last synced at: 10 months ago - Pushed at: almost 8 years ago - Stars: 5 - Forks: 2

connectivecpp/chops-net-ip

Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware), a tasty C++ library that makes asynchronous IP network coding fun!

Language: C++ - Size: 1.49 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 3

ElliotWeiner/Arducam-TOF-Camera-Smart-Coffee-Machine

Source code for an autonomous coffee dispensing machine.

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

OumaymaLimeme/flight_management

Language: C - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

MilaEgoshina/ChatServer

Multi-user client/server chat built on multi-threaded code

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

noaYarin/Winform-socket-client

Send image over TCP socket with C# winform

Language: C# - Size: 209 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

noaYarin/Winform-socket-server

Get image over TCP socket with C# winform

Language: C# - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jzyong/TcpMonitor

Application-oriented customized TCP message interception, monitoring, and statistics.

Language: CSS - Size: 49.7 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

M507/M-Botnet 📦

A C2 project that controls a self-propagating MS17-010 worm.

Language: C - Size: 1.49 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 62 - Forks: 35

sharmilathirumalai/TCP-Socket

Client Server Implementation - using Socket Programming (TCP)

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

susanka068/TCP-server-client

A simple and lightweight C++ application to emulate a TCP server-client model that uses sockets .

Language: C++ - Size: 612 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

SebastianIordan05/BancaTCP

Progetto BancaTCP in Java con protocollo TCP - Iordan Sebastian 4BIN - 06/05/2024

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

MavrosOplarxigos/LBS_app_for_PoC

The Android mobile application for the users of a privacy-enhancing LBS scheme as it is described in my master's degree thesis.

Language: Java - Size: 3.33 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jlemma54/Topaz-Reverse-Shell

A simple reverse shell for Windows written in Python 2.7

Language: Python - Size: 224 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

PoroCoco/myaenetwork-Server

Server code for the myaenetwork website

Language: Python - Size: 1.14 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 2

storm01138/python-TCP-chat-room_AlphaV1.0-CLI

Python Chat TCP(Server & Client): Connect & Talk! This Python combo lets you host a chat server (central hub) and connect with a client (personal window) for real-time messages.

Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fedcal/Server_Client_TCP

Progetto universitario legato alla creazione di un semplice applicativo tramite linea di comando che implementa un'architettura Client Server basata sul protocollo TCP

Language: C - Size: 531 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

fernandobatels/blitz-p2p-bridge 📦

Blitz P2P Bridge - Tunnel TCP for p2p streams

Language: C - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 2

jasmine-sh/TCP-Server-Client

Server/Client programs created for CSC645 at SFSU

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

ibrahimkarahan47/Socket-Programing

Online quiz program is written with python socket programing

Language: Python - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

rauanarchive/basic-client-server-example

A modernised version of the code I wrote to implement multi-client server and its clients (not completed yet!)

Language: C++ - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

m-ymn/Network

HTTP,TCP Server Client Communication

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

Guest-01/py-chat

TCP Socket-base Chatting App

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

Waqar144/p2p-tcpip-socket-cpp

Cross platform p2p socket in C++

Language: C++ - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 3

sarthak3154/httpc-cli

HTTP Client Command Line Interface App involving the low-level network programming through TCP and UDP Transport Layer implementations and protocols such as Selective Repeat. It is a tool like curl, but advances in providing access to its respective File Server as well as any other servers.

Language: JavaScript - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

softwaresale/libsocketpp

Library for C++ style sockets

Language: Shell - Size: 14.3 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

tvd12/ezyfox-server-cpp-client Fork of youngmonkeys/ezyfox-server-cpp-client

c++ client for ezyfox server

Language: C++ - Size: 716 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

victoriagjh/UCLab_studies

Server_Client_Programming

Language: Java - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

gzm1997/thief

tcp

Language: Python - Size: 2.77 MB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

rlapz/simple_file_transfer_z

Socket programming exercise (based on https://github.com/teainside/simple_file_transfer)

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

xXHachimanXx/Batalha-Naval-com-Socket

O principal objetivo do projeto é praticar a programação com a biblioteca socket usando o protocolo TCP. O projeto consiste em desenvolver o jogo batalha naval para o paradigma cliente-servidor. Esta versão funciona com apenas um cliente conectado.

Language: Python - Size: 170 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

9b9387/zero

A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.

Language: Go - Size: 20.5 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 179 - Forks: 60

shamim-hussain/async_admm_consensus

Asynchronous ADMM for Consensus Optimization

Language: Jupyter Notebook - Size: 47.5 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 2

mmckoy00/SCQMS

Java demo complaint management system

Language: Java - Size: 16.9 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

epi81/tcp-server-epoll-sample

Simple TCP Server implementation using epoll in C

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

tovask/alkfejl2019-appmakers

Homework for the "Development of Software Applications" class

Language: C++ - Size: 652 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ogtomi/rpi_sec_platform

Server / Client secure communication platform

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

LuuTienPhat/FileExplorerTCP

a TCP Client-Server application is written in C#

Language: C# - Size: 1.14 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

hamidrezarj/http_1.1

Implements http_1.1 over tcp protocol.

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

LowExpectation/PythonNetworking

Python Transport layer protocols

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

t4tomer/Course_20588_WorkShop

This project is intended for a workshop in a computer networks course (course number 20588 at the Open University of Israel). This project is intended for the transmission of movies from the server to several clients at the same time (a type of Netflix). The project was written in Python.

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

morestart/chatting

Demo for TCP/IP use Python

Language: Python - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

PosteruOle/RM_4R_2024

This repository will contain materials from laboratory exercises that were held for the purpose of Computer Networks course at the Faculty of Mathematics within the University of Belgrade.

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

Slowvik/Problem_1_AQ

A C++ client that can listen to multiple servers concurrently, receive a list of integers, and maintain a sorted list of these integers.

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

Slowvik/Problem_4_AQ

Printing a consolidated feed with data from two different servers using C++

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

Weiyao-Li/SocketShare

SocketShare is a versatile file transfer application that enables seamless sharing of files between multiple clients using both TCP and UDP protocols, providing fast and efficient communication through computer networks

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

AkyrosXD/unity-tcp-udp-client-server

Language: C# - Size: 24.3 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 15 - Forks: 2

yulmwu-archive/chat

TCP/Socket chatting program with cursive TUI.

Language: Rust - Size: 1.85 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

UdayJaju24/Computer-Networks

Socket Programming and Basic Protocol of Computer Networks

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

hilive/xnet

A simple http client library.

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

riccardoprosdocimi/single-server-key-value-store-tcp-udp

A server program that serves as a key-value store. It's set up to allow a single client to communicate with it and perform three basic operations: 1) PUT(key, value); 2) GET(key); 3) DELETE(key).

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

TejasTidke/Socket-Programming-Multithreading

File Server Using TCP Sockets using python language

Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

TejasTidke/Socket-Programming-TCP-Multithreading

File Server (Upload/Download) Using TCP Sockets using python language

Language: Python - Size: 143 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 2

ashok-arjun/Torrenter

Torrenter is a torrent client, written from scratch, in Python 3.6.9.

Language: Python - Size: 136 MB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

yanna-torres/sockets-at01

O Conversor de Moedas 🧮 em Python demonstra a comunicação entre cliente e servidor usando os protocolos UDP e TCP. Ele converte valores em reais para outras moedas com base em uma cotação aleatória fornecida pelo servidor, oferecendo uma introdução prática aos conceitos de programação de sockets em Python.

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

danbai225/tcpproxy

一个tcp通道 加密复用的程序

Language: Go - Size: 11.7 KB - Last synced at: 7 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

US-SSII/SecureStorage-HIDS

A basic HIDS implementation.

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

maheshwarang001/multiThreaded_webserver

highly manageable web server designed to handle over 100000 socket requests.

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

pparuzel/Belcot

TCP Instant Messaging Client like Facebook Messenger

Language: Java - Size: 1.82 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

welir/TCP-PYTHON

Python TCP. Client server socket project.Client send data to server.Server save data to base

Language: Python - Size: 307 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 5

LeftTwixWand/BBQ

BBQ is a simple transfer protocol, based on TCP/IP, supporting server push notifications.

Language: C - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

alberick-mahoussi/FTP

Creation of a client-server communication system and sending packets according to TCP/IP protocol standards in c

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

wagnerjfr/localhost-chat-socket

A simple localhost chat with 3 clients and 1 server using Sockets

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

chandima2000/File-Transfer-Program-using-C-and-TCP-Socket-Programming

This project implements a simple file-transfer program in C using TCP socket programming.

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

kaiquesacchi/TCP-Blackjack

A multi-threaded server/client application that hosts Blackjack games through TCP socket connections.

Language: Python - Size: 665 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0