Network Interface Activity in the macOS Menu Bar
python3 -m venv venv
source venv/bin/activate
pip install -rrequirements.txt
Build the bandwith library using the following command:
cc -shared -fPIC -o bandwidth.dylib bandwidth.c
Run the application:
python3 Netivity.py
The build command will create a standalone .app
and a corresponding .dmg
file in the dist
directory.
./build.sh