Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (35 loc) · 774 Bytes

README.org

File metadata and controls

36 lines (35 loc) · 774 Bytes

Clone Repository

git clone https://github.com/Savinos90/pop3corn.git

Build

make

Test

make tester
./bin/tester

Setup configuration files

Check examples

Configuration file

Configuration file should have a specific structure as below.

  • LN1: threads <number of threads>
  • LN2: port <number of port>
  • LN3: users <users file name>

Users file

Users file should have a specific structure as below.

  • LN0: <number of users>
  • LN1: <user_1> <password_1>
  • LN2: <user_2> <password_2>
  • LNN: <user_n> <password_n>

Run

./bin/server <configuration file>

Clean

make clean

That’s all folks