Skip to content

gofish543/ISUCprE543

Repository files navigation

ISUCprE543

Application Requirements

Please make sure the following software is installed on your machine before attempting to compile the code

  • cmake
  • git
  • gpp
  • libncurses-dev
  • ncurses
  • libnm-dev
  • pcap-dev
sudo apt-get install cmake git gpp libncurses-dev ncurses libnm-dev libpcap-dev

Compilation

# Clone the repository
git clone https://github.com/gofish543/ISUCprE543.git
cd ISUCprE543

# Generate build folder
mkdir build
cd build

# Build the application
cmake ../
make

Execution

# Format: ./ISUCprE543 <interface>
./ISUCprE543 wlo1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published