udp-client-server
There are 68 repositories under udp-client-server topic.
narkhedesam/Netty-Simple-UDP-TCP-server-client
Netty Simple UDP and TCP Server and Client Examples
prjkt-nv404/UDP-Request-Manager
A simple script to help you install UDP-Request on your Cloud VM/VPS, create and manage user accounts.
nikhilroxtomar/UDP-Client-Server-Program-in-C
A simple UDP Client Server program written in C language
lironmiz/network.py-python-course
Introductory course in the field of Server and client side programming in python and also network of the cyber education center from campus.gov.il.
Mehul2205/Cryptography-Assignments
These are the lab assignments performed during the course of cryptography
danpodeanu/udp-redirect
A simple yet flexible and very fast UDP redirector.
shushrutsharma/computer-networks
Weekly lab work of Computer Networks (18CSC302J)
nmorenor/chezmoi-net
Golang bidirectional jsonrpc2 implementation over Web Socket Or UDP using KCP
martelkr/cppsocket
C++ socket for SSL and non-SSL
Mehul2205/Computer-Networks
In this Repository, all codes are present which I have created while studying computer network in my college
prjkt-nv404/VoltsshX
Voltssh-X - UDP Management Script
amirisback/dps-interprocess-communication
Implement Simple Interprocess Communication Using Socket In Python
ishikasinha-d/Python-Chat-Room
This is a ChatRoom made using python that works on the concept of Socket Programming (UDP). Multithreading is used to receive and send data parallelly from both sides.
makuke1234/UDPterminal
A simple UDP client/server test application
SergeyGadzhilov/SHSH
Cross platform file transfer application
BTELNYY/SocketNetworking
A Networking Library supporting UDP and TCP. Supports RPC, Network Objects, Custom packets, etc
dmr4eg/tanchiki
Multiplayer Java game
jhuliangr/net_stuff
OTP module, gen_server module, both used by TCP and UDP sockets
otkt/RecorderUDP
Use Android device as network microphone. Capture Audio from android and send raw audio packets to specific ip:port in network.
jagumiel/Geolocalizador-RT
This is a real-time distributed application which uses C sockets and simulates a communication protocol.
Joao-Tiago-Almeida/Real-Time-Cooperative-Decentralised-Control-of-Illuminance-Systems
Project and Labs from SCDTR course
lazyguyid/go-bts
it's just a simple peer to peer library to help you making a simple connection between your application/service just like a BTS Tower base on UDP network.
Phoenix-JI/File_Share_System
The File Share System developed by Java
ahmetselcukzengin/File-Transfer-With-UDP
The sender module will run and open a file on its own hard disk and send the file contents in blocks to the receiver module.
Alvov1/UDP-Client-Server
Program for client-server interaction under the UDP protocol.
andre14miron/Client-Server-App
Developing a TCP/UDP client-server app for message management. TCP clients can subscribe, unsubscribe, and receive messages, while UDP clients publish messages. The app includes offline support for TCP clients. ~ Project for Communication Protocols, Year II
BigWheel92/udp-echo-server
An implementation of udp-based echo server and client
DorinK/UDP-Client-Server
First Assignment in 'Introduction to Computer Communication Networks' course at Bar-Ilan University
FahadH31/linux_server_apps
Simple TCP & UDP server applications. Comp. Networks Final Project.
Kashif-rahman03/ComputerNetworksCode
Computer network codes
Lagstill/Computer-Networking
CN-SEM 5
odysseymemoirs/electron_udp_chat
Example of Electron UDP Chat
shellyannissa/socketPrograms-in-C
socket programs written in c language
uxmankabir/socket-programming-in-c
Here we are exchanging one hello message between server and client to demonstrate the client/server model
iliyan85/aismixer
AISMixer — AIS NMEA-0183 multiplexer/deduplicator/forwarder. Merges multiple AIVDM/AIVDO streams, de-duplicates sentences, reconstructs multipart via g, and applies configurable tag policy on egress: preserve/normalize/overwrite s (source), c (timestamp), g (group). Secure UDP with ECDSA.
r-siddiq/Client_Server_Socket
UDP client/server demo in Python with two versions: Dockerized (portable, lightweight) and VM+Mininet (virtual network simulation), showcasing message passing, sockets, and network testing.