udp-server
There are 573 repositories under udp-server topic.
Qihoo360/evpp
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
chronoxor/NetCoreServer
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
dannagle/PacketSender
Network utility for sending / receiving TCP, UDP, SSL, HTTP
chronoxor/CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
lemunozm/message-io
Fast and easy-to-use event-driven network library.
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
adalkiran/webrtc-nuts-and-bolts
A holistic way of understanding how WebRTC and its protocols run in practice, with code and detailed documentation.
zllangct/rockgo
A developing game server framework,based on Entity Component System(ECS).
youngmonkeys/ezyfox-server
A socket server (include SSL) supports realtime application, realtime game, MMORPG, messaging, chat and streaming data with TCP, UDP and Websocket
markiodev/Networker
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
apsrcreatix/Socket-Programming-With-C
:envelope: Learn Network Protocol and Network Programming
emqx/esockd
Erlang general non-blocking TCP/SSL socket server
roboremo/ESP8266-WiFi-UART-Bridge
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
andreasdr/tdme2
TDME2 - ThreeDeeMiniEngine2 is a lightweight, multi-platform 3D engine including tools suited for 3D game/application development using C++, Mini(t)Script, GLSL, ...
chronoxor/CSharpServer
Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution
twjitm/twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
khoih-prog/EthernetWebServer_STM32
This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI
eubrunomiguel/garuna
C++ multiplayer game server
andreacasalino/Minimal-Socket
Minimal cross platform C++ tcp, udp socket implementation
DonnYep/CosmosEngine
CosmosEngine是一款轻量级的服务器框架,提供高速可靠UDP传输协议。支持网络多通道、服务器间RPC大数据流传输通讯,非常容易改成分布式服务器。本框架长期维护更新,LTS。
litbubo/Streaming_media_broadcasting_system_based_on_IPv4
基于IPv4的流媒体广播系统Plus,在原版的基础上进行升级和bug修复等。采用C语言编写,使用高级Unix编程技术。The streaming media broadcasting system plus based on IPv4 is upgraded and bug repaired on the basis of the original version. It is written in C language and uses advanced unix programming technology.
paolo-pr/laav
Asynchronous Audio / Video Library for H264 / MJPEG / OPUS / AAC / MP2 encoding, transcoding, recording and streaming from live sources
PrajjawalBanati/Networking_In_Java
Networking in Java with using TCP and UDP as connection Protocols
manlaig/basic_multiplayer_unity
UDP Client-Server implementation in Unity
regaxjs/regax
A fast,scalable,distributed game server framework for Node.js
thomseddon/udp-replicator
A tiny UDP proxy that can replicate traffic to one or more endpoints.
khoih-prog/ESP8266_AT_WebServer
This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running ESP8266 AT-command shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now with fix of severe limitation to permit sending much larger data
jchristn/SimpleUdp
SimpleUdp is a super simple way of building UDP clients and servers in C#.
narkhedesam/Netty-Simple-UDP-TCP-server-client
Netty Simple UDP and TCP Server and Client Examples
ChuanyuXue/udp-latency
A single Python file network latency testing tool by UDP.
nsiatras/extasys
Asynchronous TCP/UDP socket library
esposem/Kernel_UDP
A kernel module that implements client - server communication in UDP
choeffer/py3syslog
Python 3 implementation of a simple UDP syslog server which inserts the recieved messages into a MariaDB or MySQL database.
flightaware/scotty
A Tcl extension for building network management (SNMP, ICMP, UDP, DNS) applications
nopnop2002/Arduino-ESPAT-NETWORK
MQTT/NTP/SMTP/SNTP/TCP/UDP Applicaton for Arduino using ESP8266's AT firmware.
huangdali/UDPSender
UDPSender 一个基于NIO的UDP发送-接收器