Giter VIP home page Giter VIP logo

project-comunication-infrastructure's Introduction

Communication Infrastructure Project

This project is part of the Communication Infrastructure course at CIn/UFPE. It is divided into three main phases, each building upon the previous one. The project explores various aspects of network communication, focusing on UDP and the RDT 3.0 protocol. image

Table of Contents

Phase 1: File Transmission with UDP

  • Objective: Implement file transmission using UDP in Python.
  • Details:
    • Use the Socket library to send and receive files of at least two different types (e.g., .txt and images).
    • Files are sent from the client, stored on the server, and returned to the client.
    • Implement packet fragmentation for files larger than 1024 bytes and ensure reassembly at the receiver.

Phase 2: Reliable Data Transfer with RDT 3.0

  • Objective: Implement a basic reliable data transfer protocol using RDT 3.0 over UDP.
  • Details:
    • Use the code from Phase 1 and enhance it to handle reliable transmission using RDT 3.0.
    • Simulate random packet loss and timeouts to demonstrate the protocol's reliability.
    • Display each step of the algorithm execution in the command line for better understanding.

Phase 3: Accommodation Reservation System

  • Objective: Develop a client-server system for managing accommodation bookings using the concepts from previous phases.
  • Details:
    • Implement a command-line interface for users to manage accommodations and bookings.
    • Ensure simultaneous operation for multiple clients without interrupting the service.
    • Incorporate the RDT 3.0 protocol for reliable communication.
    • Deliver a video demonstration explaining the code and showing the system in action.

Installation and Setup

  1. Clone the repository:

    git clone https://github.com/Shellyda/project-communication-infrastructure.git
    cd project-communication-infrastructure
  2. Install Python: Ensure you have Python installed. You can download it from python.org.

  3. Instructions: Each phase has its own folder with the necessary code and a detailed README with execution instructions and additional notes.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

project-comunication-infrastructure's People

Contributors

shellyda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.