socket-programming
There are 4346 repositories under socket-programming topic.
x4nth055/pythoncode-tutorials
The Python Code Tutorials
cw1997/NATBypass
一款lcx.exe在golang下的实现, 可用于内网穿透, 建立TCP反弹隧道用以绕过防火墙入站限制等, This tool is used to establish reverse tunnel in NAT network environment, it can bypass firewall inbound restriction, support all functions of lcx.exe
coderMyy/CocoaAsyncSocket_Demo
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
dexter-xD/project-box
C projects: algorithms, games, and networking
cozis/microtcp
A minimal TCP/IP stack
nguyenchiemminhvu/LinuxNetworkProgramming
A comprehensive guide for Linux Network (Socket) programming
typ0520/bizsocket
异步socket,对一些业务场景做了支持
kasvith/kache
A simple in memory cache written using go
cuteant/SpanNetty
Port of Netty(v4.1.51.Final) for .NET
mindflayer/python-mocket
a socket mock framework - for all kinds of socket animals, web-clients included
ddddddO/packemon
Packet monster (っ‘-’)╮=͟͟͞͞◒ ヽ( '-'ヽ) TUI tool for sending packets of arbitrary input and monitoring packets on any network interfaces (default: eth0). Windows/macOS/Linux
wonter/Computer-Networking-A-Top-Down-Approach-NOTES
📚《计算机网络 自顶向下方法》(第六版)
apsrcreatix/Socket-Programming-With-C
:envelope: Learn Network Protocol and Network Programming
HalilDeniz/RansomwareSim
RansomwareSim is a simulated ransomware
jacking75/edu_cpp_IOCP
IOCP 실습
aasthayadav/CompSecAttackLabs
Contains Attack labs
YashIndane/Call-of-Duty-
Turn your phone into a wireless controller for shooting games, with voice control!
rozukke/mcpp
A library to interface with Minecraft using C++.
davidleitw/socket
簡單的 socket programming 入門筆記。
CyberRoute/scanme
A Golang package for scanning private and public IPs for open TCP ports 👁️
DJ-Raven/java-swing-chat-application
chat application on java swing with socket io
ffengc/Load-balanced-online-OJ-system
Implement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number of submitted requests to each CR host through algorithms. If a CR host crashes in the background, oj_server can also recognize correctly.
skarnet/skalibs
The skarnet.org C system programming library
HalilDeniz/NetworkSherlock
NetworkSherlock: powerful and flexible port scanning tool With Shodan
shah-deep/Online-Voting-System
PC application for online voting system made in python using socket programming.
Cyclonecode/mysql-notification
Example of a user defined function (UDF) in MySQL
facil-io/cstl
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
lawndoc/mediator
An extensible, end-to-end encrypted reverse shell that works across networks without port forwarding.
cjchirag7/chatroom-cpp
A chat room application developed in C++ using the concepts of multi-threading and socket programming.
nikhilroxtomar/Multiple-Client-Server-Program-in-C-using-fork
A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.
gabrieldim/ChatSystem-Java
Chat System made in Java using TCP Sockets.
itzmeanjan/transferZ
A simple Android Application built with :heart: using Flutter, for transferring files between devices.
andreacasalino/Minimal-Socket
Minimal cross platform C++ tcp, udp socket implementation
RamseyK/httpserver
A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *BSD / macOS only!
sysprog21/khttpd
An experimental HTTP server implemented as Linux kernel module
nikhilroxtomar/Chatroom-in-C
A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.