Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThibaudM13/minitalk-Tester
a small tool to test your minitalk project
https://github.com/ThibaudM13/minitalk-Tester
Last synced: about 2 months ago
JSON representation
a small tool to test your minitalk project
- Host: GitHub
- URL: https://github.com/ThibaudM13/minitalk-Tester
- Owner: ThibaudM13
- Created: 2022-05-05T21:25:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T21:31:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T10:20:30.658Z (4 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- 42-resources - minitalk-Tester
README
# Installation
```
git clone https://github.com/ThibaudM13/minitalk-Tester.git
```# Preparation and execution
```sh
## 1. Edit the value of PATH_TO_CLIENT with your own client's path
## 2. Make your client and server program
## 3. Launch your server
## 4. Execute this script as below (By default the script launch the speed test on 1000 char)./tester.sh [options]
Options:
-m Mandatory part
-b Execution of bonus part (All unicode)
-[0-6] Execution of special tests
```