You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- GeoLite2 City DB : https://dev.maxmind.com/geoip/geoip2/geolite2/
- Copy the installed GeoLite2-City.mmdb file under geolite folder
3. Create virtual environments
- $ python -m venv ./
4. Download and copy WinPcap Devs files to 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
5. Activate virtual environments
In cmd
- $ cd Scripts
- $ activate.bat
- $ cd ..
In git bash
- $ source ./Scripts/activate
6. Install requirements modules
- $ pip install -r requirements.txt
7. Enjoy
- $ python routes.py
Mac OS / Linux
0. Clone Bigdue Project
- $ git clone https://github.com/Boeing737ng/Bigdue.git
- $ cd Bigdue
1. Install python3.6v
- python3.6v : https://www.python.org/downloads/
2. Install Maxmind db
- GeoLite2 City DB : https://dev.maxmind.com/geoip/geoip2/geolite2/
- Copy the installed GeoLite2-City.mmdb file under geolite folder