Skip to content

jaroslawroszyk/RustAsyncTelecom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

Implementation and Efficiency Analysis of Communication Protocols in Distributed Systems Using Redis, ZeroMQ, and Protobuf

Overview

This project is a server-client application implemented in Rust as part of my bachelor's thesis. The application utilizes the tokio asynchronous runtime and async_zmq for messaging between the server and client. The goal of this project is to demonstrate the capabilities of Rust in building efficient, concurrent applications and to analyze the effectiveness of communication protocols in distributed systems.

Technologies Used

  • Rust: The programming language used for development.
  • Tokio: An asynchronous runtime for Rust, enabling the implementation of concurrent I/O operations.
  • Async ZMQ: A library for asynchronous ZeroMQ messaging.
  • Redis: Used for data storage and message brokering.
  • Protobuf: For efficient serialization of structured data.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd <project-directory>
  2. Build the project:

    cargo build
  3. Run the server:

    cargo run --bin server
  4. Run the client:

    cargo run --bin client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published