Skip to content

adanmaaa/udp-tcp-socket-project

Repository files navigation

udp-tcp-socket-project

Client-server applications using UDP and TCP with Wireshark packet analysis

UDP and TCP Socket Programming Project

This project demonstrates basic client-server communication using both UDP and TCP protocols. It includes Python scripts and Wireshark packet captures for analysis.

Files

UDP server UDP client TCP server TCP client

How to Run

  1. Open two terminals
  2. Run the server file first
  3. Run the corresponding client file
  4. Enter a message or number when prompted

Wireshark Analysis

Captures UDP traffic on port 2000 Captures TCP traffic on port 13000

Notes

  • All communication is on localhost (127.0.0.1)
  • Wireshark used the loopback adapter to capture packets
  • Console output confirms successful message exchange

Adanma

About

Client-server applications using UDP and TCP with Wireshark packet analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages