- Visualization
- Usage
- clone git repository
- python -m venv ./
- activate virtual environments - (Linux/OSX) source ./bin/activate - (Windows) \Scripts\activate
- pip install -r requirements.txt
- Do something
- deactivate virtual environments - (Linux/OSX) deactivate - (Windows) \Scripts\deactivate
- $ git clone https://github.com/Boeing737ng/Bigdue.git
- python3.6v : https://www.python.org/downloads/
- WinPcap : https://www.winpcap.org/install/default.htm
- WinPcap Dev Pack : https://www.winpcap.org/devel.htm
- GeoLite2 City DB : https://dev.maxmind.com/geoip/geoip2/geolite2/
- Copy the installed GeoLite2-City.mmdb file under geolite folder
- $ python -m venv ./
- Copy all the file in the "Include" folder which is in "Winpcap dev pack" and paste to "Include" folder in project root directory
- Copy Packet.lib and wpcap.lib in Winpcap dev pack/"Lib" and paste to "Lib" folder. If you are using 64bits, copy the file from x64 folder
In cmd
- $ cd Scripts
- $ activate.bat
- $ cd ..
In git bash
- $ source ./Scripts/activate
- $ pip install -r requirements.txt
- $ python routes.py
- $ git clone https://github.com/Boeing737ng/Bigdue.git
- $ cd Bigdue
- python3.6v : https://www.python.org/downloads/
- GeoLite2 City DB : https://dev.maxmind.com/geoip/geoip2/geolite2/
- Copy the installed GeoLite2-City.mmdb file under geolite folder
- $ python3 -m venv ./
- $ source ./bin/activate
- $ pip3 install -r requirements.txt
- $ python3 routes.py