Skip to content

Network Interface Activity in the macOS Menu Bar

License

Notifications You must be signed in to change notification settings

ryan-willis/netivity

Repository files navigation

Netivity

Network Interface Activity in the macOS Menu Bar

Local Development

python3 -m venv venv
source venv/bin/activate
pip install -rrequirements.txt

Running the application

Prerequisites

Build the bandwith library using the following command:

cc -shared -fPIC -o bandwidth.dylib bandwidth.c

Run the application:

python3 Netivity.py

Building the release version

The build command will create a standalone .app and a corresponding .dmg file in the dist directory.

./build.sh