udp-client

There are 445 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

    Language:C#2.6k95279551
  • 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

    Language:C++1.4k7493284
  • chenxuuu/llcom

    🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能

    Language:C#81418131197
  • Das-Kollektiv/tdme2

    TDME2 - ThreeDeeMiniEngine2 is a lightweight, multi-platform 3D engine including tools suited for 3D game/application development using C++, Mini(t)Script, GLSL, ...

    Language:C++17529
  • 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.

    Language:Java17215763
  • chronoxor/CSharpServer

    Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution

    Language:C#11291031
  • 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

    Language:C++868721
  • PrajjawalBanati/Networking_In_Java

    Networking in Java with using TCP and UDP as connection Protocols

    Language:Java593220
  • godsharp/GodSharp.Socket

    An easy-to-use .NET socket server and client.

    Language:C#5371615
  • andreacasalino/Minimal-Socket

    Minimal cross platform C++ tcp, udp socket implementation

    Language:C++52699
  • f1-2021-udp

    raweceek-temeletry/f1-2021-udp

    UDP telemetry parser for the Codemasters F1 2021 game

    Language:TypeScript501815
  • raweceek-temeletry/f1-22-udp

    UDP telemetry parser for the Codemasters F1 22 game

    Language:TypeScript494911
  • 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

    Language:C++48568
  • narkhedesam/Netty-Simple-UDP-TCP-server-client

    Netty Simple UDP and TCP Server and Client Examples

    Language:Java40309
  • esposem/Kernel_UDP

    A kernel module that implements client - server communication in UDP

    Language:C395114
  • jchristn/SimpleUdp

    SimpleUdp is a super simple way of building UDP clients and servers in C#.

    Language:C#3931018
  • nsiatras/extasys

    Asynchronous TCP/UDP socket library

    Language:Java392516
  • nopnop2002/Arduino-ESPAT-TCP

    TCP/UDP Applicaton for Arduino using ESP8266's AT firmware.

    Language:C++3721314
  • ChuanyuXue/udp-latency

    A single Python file network latency testing tool by UDP.

    Language:Python33349
  • flightaware/scotty

    A Tcl extension for building network management (SNMP, ICMP, UDP, DNS) applications

    Language:C3228617
  • VictoremWinbringer/Victorem

    Victorem - easy UDP game server and client framework for creating simple 2D and 3D online game prototype in Rust.

    Language:Rust32225
  • georgelowe/VR-Object-Tracking

    This project is my implementation of camera based object tracking for a VR experience on the Oculus Quest

    Language:C#29102
  • linkxzhou/sthread

    sthread(simple-thread):支持高并发的协程网络库

    Language:C++296114
  • Qengineering/RTSP-with-OpenCV

    OpenCV Universal Video Interface with neglectable latency.

    Language:C++29406
  • Galaco/sourcenet

    Source Engine network client protocol implementation. Join Source Engine games as a real client

    Language:Go26323
  • Qengineering/Multithread-Camera-OpenCV

    OpenCV Universal Multi thread video Interface with neglectable latency.

    Language:C++23323
  • fumiama/WireGold

    Wire Golang Guard = WireGold

    Language:Go22406
  • khoih-prog/ESP_AT_Lib

    WizFi360/ESP8266/ESP32 wrapper library for Arduino providing an easy-to-use way to manipulate ESP8266/ESP32-AT shields.

    Language:C++22329
  • exomia/network

    exomia/network is a wrapper library around System.Socket for easy and fast TCP/UDP client & server communication.

    Language:C#18573
  • beetlex-io/BeetleX.Light

    high performance dotnet core socket tcp/udp communication components

    Language:C#17311
  • 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.

    Language:C++17234
  • BeiChenYx/NetDebug

    使用PyQt5完成的网络助手工具,支持多客户端并发

    Language:Python16402
  • Patrick-E-Rankin/Mach3Controller

    Android / ESP32 / ESP8266 Controller (+ coordinate display) for Mach3 CNC

    Language:C++16405
  • 0xf104a/ddos2

    Denial of service testing toolkit written in C

    Language:C14462
  • 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

    Language:C144210
  • Anding/Minimal_IP

    A minimal UDP/IP stack in FORTH

    Language:Forth13502