Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 720 Bytes

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