c3pko / quic-ping-pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quic client-server app (python server, rust client)

How to run:

  1. Install python package requirements with “python3.9 requirements.txt”
  2. Run server with “python3.9 quic_server.py”
  3. Run client with “cargo run” in git-quic-ping-pong/client-side/src/quic-client/src

How to test:

  1. Test client with “cargo test -- --nocapture” in git-quic-ping-pong/client-side/src/quic-client/src

About


Languages

Language:Makefile 96.1%Language:Rust 2.5%Language:LLVM 1.4%Language:Python 0.1%