udp-client
There are 458 repositories under udp-client topic.
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
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
chenxuuu/llcom
🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
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, ...
reneweb/AndroidAsyncSocketExamples
This project includes a few examples on how to create different types of sockets using AndroidAsync. It includes examples for a TCP client/server, TCP client with SSL and UDP client/server.
chronoxor/CSharpServer
Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution
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
andreacasalino/Minimal-Socket
Minimal cross platform C++ tcp, udp socket implementation
PrajjawalBanati/Networking_In_Java
Networking in Java with using TCP and UDP as connection Protocols
godsharp/GodSharp.Socket
An easy-to-use .NET socket server and client.
raweceek-temeletry/f1-2021-udp
UDP telemetry parser for the Codemasters F1 2021 game
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
raweceek-temeletry/f1-22-udp
UDP telemetry parser for the Codemasters F1 22 game
jchristn/SimpleUdp
SimpleUdp is a super simple way of building UDP clients and servers in C#.
nsiatras/extasys
Asynchronous TCP/UDP socket library
narkhedesam/Netty-Simple-UDP-TCP-server-client
Netty Simple UDP and TCP Server and Client Examples
esposem/Kernel_UDP
A kernel module that implements client - server communication in UDP
ChuanyuXue/udp-latency
A single Python file network latency testing tool by UDP.
nopnop2002/Arduino-ESPAT-NETWORK
MQTT/NTP/SMTP/SNTP/TCP/UDP Applicaton for Arduino using ESP8266's AT firmware.
Qengineering/RTSP-with-OpenCV
OpenCV Universal Video Interface with neglectable latency.
flightaware/scotty
A Tcl extension for building network management (SNMP, ICMP, UDP, DNS) applications
VictoremWinbringer/Victorem
Victorem - easy UDP game server and client framework for creating simple 2D and 3D online game prototype in Rust.
Galaco/sourcenet
Source Engine network client protocol implementation. Join Source Engine games as a real client
georgelowe/VR-Object-Tracking
This project is my implementation of camera based object tracking for a VR experience on the Oculus Quest
linkxzhou/sthread
sthread(simple-thread):支持高并发的协程网络库
Qengineering/Multithread-Camera-OpenCV
OpenCV Universal Multi thread video Interface with neglectable latency.
khoih-prog/ESP_AT_Lib
WizFi360/ESP8266/ESP32 wrapper library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT shields.
fumiama/WireGold
Wire Golang Guard = WireGold
exomia/network
exomia/network is a wrapper library around System.Socket for easy and fast TCP/UDP client & server communication.
beetlex-io/BeetleX.Light
high performance dotnet core socket tcp/udp communication components
khoih-prog/AsyncUDP_WT32_ETH01
Fully Asynchronous UDP Library for WT32_ETH01 (ESP32 + LAN8720). The library is easy to use and includes support for Unicast, Broadcast and Multicast environments.
Patrick-E-Rankin/Mach3Controller
Android / ESP32 / ESP8266 Controller (+ coordinate display) for Mach3 CNC
0xf104a/ddos2
Denial of service testing toolkit written in C
BeiChenYx/NetDebug
使用PyQt5完成的网络助手工具,支持多客户端并发
umer0586/SensaGram
Stream real-time Android sensor data over UDP with low-latency
khoih-prog/EthernetWebServer_SSL_STM32
EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI