4,582 results for “topic:socket-programming”
The Python Code Tutorials
C projects: algorithms, games, and networking
一款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
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
A minimal TCP/IP stack
A comprehensive guide for Linux Network (Socket) programming
异步socket,对一些业务场景做了支持
A simple in memory cache written using go
Port of Netty(v4.1.51.Final) for .NET
a socket mock framework - for all kinds of socket animals, web-clients included
Packet monster (っ‘-’)╮=͟͟͞͞◒ ヽ( '-'ヽ) TUI tool for sending packets of arbitrary input and monitoring packets on any network interfaces (default: eth0). Windows/macOS/Linux
📚《计算机网络 自顶向下方法》(第六版)
:envelope: Learn Network Protocol and Network Programming
RansomwareSim is a simulated ransomware
IOCP 실습
Contains Attack labs
Turn your phone into a wireless controller for shooting games, with voice control!
A library to interface with Minecraft using C++.
簡單的 socket programming 入門筆記。
A Golang package for scanning private and public IPs for open TCP ports 👁️
chat application on java swing with socket io
The skarnet.org C system programming library
NetworkSherlock: powerful and flexible port scanning tool With Shodan
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
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.
PC application for online voting system made in python using socket programming.
Example of a user defined function (UDF) in MySQL
A chat room application developed in C++ using the concepts of multi-threading and socket programming.
An extensible, end-to-end encrypted reverse shell that works across networks without port forwarding.
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.