GitHub topics: tcp-socket
cmunoz-g/ft_irc
ft_irc is a standards-compliant Internet Relay Chat (IRC) server written in C++98. It leverages non-blocking sockets and a poll-based event loop to manage multiple simultaneous clients, providing full channel management (join, topic, key, user limits, invite-only), private and channel messaging, and operator capabilities (KICK, MODE, INVITE, TOPIC)
Language: C++ - Size: 1.63 MB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

Priyabug/TCP-IP-Protocol-Analysis-Implementation
Here we examine various weaknesses in the TCP/IP stack, illustrating how flaws in the protocol can be identified and addressed. This includes simulations, analysis of common techniques used to take advantage of these flaws, and recommended practices to improve system reliability.
Language: C - Size: 5.75 MB - Last synced at: about 18 hours ago - Pushed at: about 18 hours ago - Stars: 0 - Forks: 0

Eviden0/Echo
这是一款仅供安全测试学习的图形化一键接受反弹shell以及一些场景下的回连测试工具
Language: JavaScript - Size: 7.62 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

hoadepzai750/JAVA-FILE-TRANSFER
Client-server Java application for fast, reliable file transfers with GUI. Features socket communication, progress tracking, and a portable database for transfer history.
Language: Java - Size: 4.04 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

hanilr/netCom
TCP/UDP Communication GUI. Written in C++ with Qt
Language: C++ - Size: 129 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

BTELNYY/SocketNetworking
A Networking Library supporting UDP and TCP. Supports RPC, Network Objects, Custom packets, etc
Language: C# - Size: 814 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 3 - Forks: 1

N4dj1b/Socket-Communication-Application
A program that enables data exchange between devices over a network using sockets. Using TCP and UDP protocols
Language: Python - Size: 1.95 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

C4J/SocketTest
Utility to assisting with testing/developing network applications. Server and Client
Language: Java - Size: 6.86 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

ColinGJohnson/multiplayer-chess
A text-based multiplayer chess game using TCP sockets.
Language: Java - Size: 354 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 1

zinzied/Packets-Analyzer-with-GUI
Packets pcap analyser ip Filter protocol UDP TCP
Language: Python - Size: 27.3 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

TheBeef/WhippyTerm
Modern Serial Terminal
Language: C++ - Size: 33.6 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 16 - Forks: 1

Bitwise-01/Loki
Remote Access Tool
Language: Python - Size: 2.81 MB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 601 - Forks: 216

dathlin/ClientServerProject
一个C-S模版,该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发,共享文件上传下载,批量文件传送功能。具体的操作方法见演示就行。本项目的一个目标是:提供一个基础的中小型系统的C-S框架,客户端有三种模式,无缝集成访问,winform版本,wpf版本,asp.net mvc版本,方便企业进行中小型系统的二次开发和个人学习。同时网络组件方便的支持读写三菱和西门子PLC的数据,详细见Readme
Language: C# - Size: 15.5 MB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 1,379 - Forks: 601

kaniteru/SimpleSocket
Single-header, cross-platform TCP/UDP socket wrapper in c++
Language: C++ - Size: 44.9 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 1

hwholiday/learning_tools
Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
Language: Go - Size: 828 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 3,985 - Forks: 703

emagood/Thot-P2P
This application allows P2P (Peer-to-Peer) communication between devices using different implementation methods in Godot 4.4: ENet, WebSocket, and TCP_Peer. Its main purpose is to connect devices and exchange information, data or messages
Language: GDScript - Size: 27.1 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

CodeAcmen/ios-async-socket-explorer
生产级iOS网络通信、架构实战 基于 CocoaAsyncSocket 打造的高性能底层通信框架,日均支撑10w+真实连接!来源于多年工作经验总结,经过IM系统生产环境验证(已脱敏),完整呈现从单TCP架构到企业级多路复用架构的演进之路。
Language: Objective-C - Size: 1.3 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 127 - Forks: 37

PCwqyy/PCLib
PCwqyy的个人C++库! Personal C++ lib by PCwqyy.
Language: C++ - Size: 2 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

akshayxemo/TCP-Client-Server-Socket
It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.
Language: C - Size: 16.6 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

JuliusNixi/CROSS
CROSS: an exChange oRder bOokS Service online order book written in Java, Multi-threaded, command line, client/server, TCP & UDP sockets application. Project exam of programming laboratory course 3, University of Pisa, Computer Science BSc, academic year 2024-2025.
Language: Java - Size: 3.03 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

Rapsssito/react-native-tcp-socket
React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
Language: Java - Size: 1.51 MB - Last synced at: 3 days ago - Pushed at: 18 days ago - Stars: 343 - Forks: 91

jchristn/WatsonMesh 📦
A simple mesh networking library in C# based on WatsonTcp
Language: C# - Size: 1.97 MB - Last synced at: 13 days ago - Pushed at: 10 months ago - Stars: 25 - Forks: 11

Meghanab1909/ELECTORA-Secure-Voting-System
This is my Semester 4 Mini Project 2 for Computer Networks, developed in a pair, on the topic Secure Voting System using Socket Programming in Python.
Language: Python - Size: 18.8 MB - Last synced at: 17 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

ptiwari6239/SocketWithPython
Socket programming In Python
Language: Python - Size: 14.6 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

mbdanielcrespo/ESP_Wifi_Comm
ESP32-based WiFi gate controller that enables remote activation of gates and doors over a local network. Built with ESP-IDF and implemented in a real-world automatic door system.
Language: C - Size: 7.81 KB - Last synced at: 18 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

vandavey/SvcScan
Network service scanner application written in C++.
Language: C++ - Size: 293 MB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 1

xver/Shunt
SystemVerilog DPI "TCP/IP Shunt" (System Verilog/SystemC/Python TCP/IP socket library)
Language: C - Size: 11.7 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 44 - Forks: 8

revik-o/wireless-data-transmission
Language: Kotlin - Size: 190 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

or-m-or/Chat-Application
C++, WinForm(C#) 기반 TCP 소켓 채팅 애플리케이션
Language: C++ - Size: 34.2 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

xuuhaoo/OkSocket
An blocking socket client for Android applications.
Language: Java - Size: 5.99 MB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 2,587 - Forks: 431

hiram3512/HiSocket
Lightweight client socket solution, you can used it in C# project or Unity3d
Language: C# - Size: 17.9 MB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 366 - Forks: 99

hertzg/node-net-keepalive
Provides high-level access to socket options like TCP_KEEPINTVL, TCP_KEEPCNT and TCP_USER_TIMEOUT for node js.
Language: JavaScript - Size: 2.7 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 41 - Forks: 14

sowmen/Android-P2P-Chat-Messenger-using-Java-TCP-IP-Socket-Programming
A Chat and File transfer Application using Android Socket Programming and Peer-Peer communication using Java TCP/IP Socket
Language: Java - Size: 5.05 MB - Last synced at: 27 days ago - Pushed at: over 5 years ago - Stars: 63 - Forks: 28

KennardWang/VTuber-MomoseHiyori
😀 Live2D VTuber, made by Unity and Cubism. This project is based on TCP socket, OpenCV and deep learning
Language: Python - Size: 227 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 183 - Forks: 25

hpkv-io/rioc
Remote I/O Control API and SDKs
Language: C - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

ZapGamer/Battaglia_Navale
Battaglia Navale sviluppata con Windows Forms C# & Protocollo TCP
Language: C# - Size: 7.57 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

alexandrucancescu/CrossLanguageTCP
A cross language implementation of TCP sockets in Java and C#. The example shows how to send Strings and integers.
Language: C# - Size: 5.86 KB - Last synced at: 1 day ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

teamclouday/AndroidMic
Use your Android phone as a mic to PC
Language: Rust - Size: 8.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 148 - Forks: 12

jchristn/CavemanTcp
CavemanTcp is a simple TCP client and server providing callers with easy integration and full control over network reads and writes.
Language: C# - Size: 555 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 66 - Forks: 15

asche910/flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal.
Language: Go - Size: 11.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 190 - Forks: 43

Geri-Borbas/.NET.Library.TuyaKit
A library to control Tuya smart home devices via local TCP connection.
Language: C# - Size: 1.27 MB - Last synced at: 19 days ago - Pushed at: almost 4 years ago - Stars: 48 - Forks: 11

ewriq/barage 📦
Barage this is tcp server/client fremawork basic syntax and websocket (socket.io) supported package use network project and web project
Language: JavaScript - Size: 60.5 KB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

airscholar/RealtimeStreamingEngineering
This project serves as a comprehensive guide to building an end-to-end data engineering pipeline using TCP/IP Socket, Apache Spark, OpenAI LLM, Kafka and Elasticsearch. It covers each stage from data acquisition, processing, sentiment analysis with ChatGPT, production to kafka topic and connection to elasticsearch.
Language: Python - Size: 726 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 34 - Forks: 26

martacanirome4/DistributedDevHub
Repositorio de proyectos distribuidos con énfasis en TDD, pipes, fifos, sockets, TCP, UDP y más.
Language: Python - Size: 7.68 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mblumtritt/tcp-client
Use your TCP connections with working timeout.
Language: Ruby - Size: 205 KB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

bokysan/socketace
Your ultimate connection proxy. Proxy connections over websockets / UDP / DNS. Wrap connections in SSL/TLS. Auto-connect over best possible channel.
Language: Go - Size: 299 KB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 5

vibhasdutta/TERMICHAT
Introducing TERMICHAT. A terminal based Chat Room which uses socket library of python and TCP protocol to chat over local network
Language: Python - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

AntonAshraf/Network-Config-and-Sockets
WAN setup with Cisco Packet Tracer & TCP/UDP socket programming
Language: Python - Size: 8.23 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

elvengard-mmo/elvengard_network
Game server toolkit written in Elixir # Network
Language: Elixir - Size: 824 KB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 41 - Forks: 4

Roboy/RollbodyUnityFace
Rollbody's head animation in Unity
Language: C# - Size: 316 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

KalbarczykDev/Simple-Tcp-Chat-Room-In-Java
This repository contains a straightforward Java-based chat application using the TCP protocol, consisting of a server and a client.
Language: Java - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

pymike00/p_scan
:robot: Simple Multi Thread TCP Port Scanner built with Python.
Language: Python - Size: 132 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 5

carnivuth/lesgofile
just a simple project to transfer file over network
Language: Go - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

uni-projects-bachelor/tcp-socket-tic-tac-toe
This project demonstrates socket programming using the TCP protocol, featuring a Tic-Tac-Toe game. Clients can connect to the server to play against each other.
Language: Python - Size: 344 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

keerthireddytummalapelly/CacheSync
The goal of this project is to practice Application and Transport Layer skills by implementing (i) a cache service for file exchange, and (ii) two reliable data transport protocols - TCP and UDP.
Language: Python - Size: 122 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

shiponcs/tcp-server-client-cpp
Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style
Language: C++ - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

Jamalianpour/EasyFileTransfer
An easy way to transfer file with any size on network with tcp protocol.
Language: C# - Size: 1.15 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 49 - Forks: 11

sporestudio/kylog
Simple and lightweight keylogger made with python.
Language: Python - Size: 148 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

KlausJackson/Chat-Room
Web version in NodeJs, Python TCP chat room in terminal.
Language: JavaScript - Size: 6.41 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

nikhilroxtomar/File-Transfer-using-TCP-Socket-in-C
A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.
Language: C - Size: 85 KB - Last synced at: 27 days ago - Pushed at: about 5 years ago - Stars: 38 - Forks: 32

elhayra/tcp_server_client
A thin and simple C++ TCP client server
Language: C++ - Size: 107 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 164 - Forks: 55

codershiyar/kawasaki_robot_udp_tcp
A comprehensive guide and example code to establish UDP communication between a PC and a Kawasaki robot.
Language: AngelScript - Size: 22.5 KB - Last synced at: 26 days ago - Pushed at: 12 months ago - Stars: 8 - Forks: 0

pb-dot/Socket_Programming
SOCK_RAW | SOCK_DGRAM | SOCK_STREAM
Language: C - Size: 6.37 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

joegasewicz/easy-tcp 📦
Python TCP WSGI Server
Language: C - Size: 144 KB - Last synced at: 2 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ecopque/group_chat
Group Chat Application - Real-time Chat System
Language: Python - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

parzival-space/tcp-shell
A simple reverse TCP shell.
Language: JavaScript - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

nikhilroxtomar/TCP-Client-Server-Implementation-in-C
An implementation of TCP client-server architecture in the C programming language, where both the client and server can communicate with each other.
Language: C - Size: 1.95 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 32 - Forks: 29

boringmj/python_asyncio_socket
基于异步和socket(TCP)的秘钥交换传输方法(支持同时处理多个请求和大数据包传输,加密后最大支持0x7fffffff)
Language: Python - Size: 58.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

nikhilroxtomar/Multiple-File-Transfer-using-TCP-Socket-in-Python3
Multiple File Transfer using TCP Socket in Python
Language: Python - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

Lordapk9/Sensor_Monitoring_System
Sensor Monitoring System
Language: C - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

sroman0/PSR
PSR - Network Systems Programming is a project developed during the "Programmazione di Sistemi in Rete" (Network Systems Programming) course at Università degli Studi del Sannio. This repository provides practical implementations focused on web systems programming, with a particular emphasis on using UDP and TCP sockets in both C and Java.
Language: Java - Size: 287 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

liberty844/oks
oks is a versatile command line tool for managing Kubernetes objects with ease. It simplifies tasks such as creating, updating, deleting, and listing resources in your Kubernetes cluster effortlessly.
Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jacking75/goTcpServer_Samples 📦
golang Tcp Server Samples
Language: Go - Size: 74.2 KB - Last synced at: 1 day ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 1

ghosteater1311/BasicMalware
This is a basic malware using reverse shell that uses the TCP protocol to open a remote shell with the victim computer having remote access to it.
Language: C++ - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

is-leeroy-jenkins/Sniffy
A tiny .NET WPF tool that can be used to establish TCP (raw) or WebSocket connections and exchange text messages for testing/debugging purposes.
Language: C# - Size: 6.24 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

Bengal1/Noisy-Channel
This repository simulate a noisy TCP channel.
Language: C - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

nikhilroxtomar/Socket-Programming-Server-in-C-and-Client-in-Python
A simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
Language: C - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

OussamaElm0/DNSResolver
A simple DNS resolver in C that resolves domain names to IP addresses using socket programming.
Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jrl-2000/FPGA-Basic-TCP-IP-Echo-Server 📦
Basic TCP/IP Echo Server using FC1002_RMII IP Core
Language: VHDL - Size: 387 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bondy-io/bondy
Bondy is an open source, always-on and scalable application networking platform connecting all elements of a distributed application—offering service and event mesh capabilities combined. Bondy implements the open Web Application Messaging Protocol (WAMP) and is written in Erlang.
Language: Erlang - Size: 9.92 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 134 - Forks: 12

sinakhanjani/chirehbms-demo
Chira BMS is a smart home automation app that lets you control doors, lights, and devices via WiFi & Cloud with secure encrypted communication. 🚀🏠
Language: Swift - Size: 2.02 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mmchinmay555/TcpNetworking
Server Client Library in C++
Language: C++ - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

IsaacZhang4/TCP-Server
Windows TCP Server-Client Implementation in C
Language: C - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

EricBatlle/SimpleUnityTCP
🖧 Simple Unity Project to show how TCP communication are builded in C# without multi-threading or Unity network (Unet) involved.
Language: C# - Size: 1.11 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 56 - Forks: 11

harismuneer/Online-Voting-System-TCP
🗳️ An online vote casting system using TCP multi-threaded client-server program. The voters will log on from client systems and cast their votes.
Language: C - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 8 - Forks: 11

omansak/playhub
A sample Server/Client game writen with C#. This application uses a custom message protocol on TCPClient & TCPListener with asynchronous
Language: C# - Size: 62.5 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 1

manfredipist/QTcpSocket
A simple Qt client-server TCP architecture to transfer data between peers
Language: C++ - Size: 594 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 135 - Forks: 41

dan-lara/bank-account-project
Language: C - Size: 1.64 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bovine/datapipe
Network TCP port forwarding
Language: C - Size: 6.84 KB - Last synced at: 26 days ago - Pushed at: almost 9 years ago - Stars: 44 - Forks: 17

LIU42/ChatRoom
一个基于 TCP Socket 的简单局域网聊天室程序
Language: C - Size: 115 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

Luke-MT/Wordle_TCP_client_server
This school project consist of a recreation of the Wordle application based on a TCP connection between a server and a client.
Language: C - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

benami171/Netcat_Clone
Basic implementation of Netcat, using TCP, UDP, UNIX Domain Socket Stream, Unix Domain Socket Datagram.
Language: C - Size: 146 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

KylerCondran/RemoteAdminTool
A CLI Remote Administration Tool for administrating a network over a TCP connection. Extremely simple and modular containing over 30 commands.
Language: C# - Size: 146 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 33 - Forks: 1

kharryhsu/TCP-Clients-Server
A simple Python-based TCP server and client with multithreading implementation.
Language: Python - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RolandKoenig/MessageCommunicator
MessageCommunicator is a library + testing Gui for message-based communication. The library can be integrated in .NET apps (current .NET releases and .NET Standard 2.0). The Gui is build using C# and Avalonia, therefore it supports the desktop environments on Windows, Linux and Mac.
Language: C# - Size: 4.92 MB - Last synced at: 25 days ago - Pushed at: 4 months ago - Stars: 14 - Forks: 1

avagin/tcp-repair
HOWTO: TCP connection repair
Language: C - Size: 18.6 KB - Last synced at: 30 days ago - Pushed at: almost 7 years ago - Stars: 25 - Forks: 7

utoni/mingw-w64-ksocket
Windows Kernel <-> User mode socket communication made for "Mingw64 Driver Plus Plus".
Language: C - Size: 678 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 5

remisansfamine/multichess
Local network multiplayer mode for chess game
Language: C# - Size: 18.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

tajiknomi/tcpHostCLI_linux
Simple TCP Server to handle multiple reverse connection/sessions on single port
Language: C++ - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

eeyribas/TCP-Server-Client-CPP
The repo contains TCP communication Client and Server applications. The applications are coded in the C++ programming language, using C-based libraries. IDEs that compile C/C++ programming languages can be used.
Language: C++ - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
