An ESP8266 project that uses UDP to send messages to a server. The primary use is for testing code before committing to a project.
-
Updated
Jan 23, 2021 - C++
An ESP8266 project that uses UDP to send messages to a server. The primary use is for testing code before committing to a project.
COSC264 2015 Assignment: Python UDP sender/channel/receiver application.
This is the repo for comp 4320 fall 2017 - TCP/UDP client server applications
UDP-Wlan-network with a server and two clients
A simple library for sending and receiving packets over UDP.
A UDP client and server with multicast capabilities that can handle dropped or malformed packets from multiple connections.
Chat between client and server using UDP
University project for the Network programming Exam. This project is a simple file exchanger using UDP protocol. This applicative feature two different files, one for the Client side and the other for the Server.
Information about TCP and UDP connection using C programs to demonstrate basic communication instructions and usages in a Server-Client environment.
Implemented server code simulates 30% packet loss. Client sends 10 ping messages via UDP, waiting up to 1 sec for a reply. If none, "Request timed out" is printed; otherwise, ping number, received message, and RTT calculation are displayed.
Sockets and Network programming
Online 3d platformer that written on assembly (fasm) and OpenGL.
Progetto CalcolatriceUDP in Java - Iordan Sebastian 4BIN - 11/03/2024
This project features the development of a UDP (User Datagram Protocol) based client-server system using Java. It emphasises a connectionless communication method, contrasting with the more common TCP-based systems. The core components of this project are two Java classes: UDPServer.java and UDPClient.java.
Some interesting example's sketch of socket in c (TCP,UDP,SSL and XDR). Have fun in trying them
C++ class for simply doing UDP or TCP from Windows or Unix
Add a description, image, and links to the udp-client topic page so that developers can more easily learn about it.
To associate your repository with the udp-client topic, visit your repo's landing page and select "manage topics."