/nutty

A Network Utility

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Nutty Translation status Build Status Snap Status Donate

A Network Utility

Author: Siddhartha Das

A simple application made for elementary OS to provide essential information on network related aspects. The information is broken into the following presented in a tab view.

  1. My Info: Provides basic and detailed information for the device network card
  2. Usage: Provides network data usage in two views - historical usage and current usage
  3. Speed: Check Upload and Download speeds and get route times to a host
  4. Ports: Provides information on active ports and application using them on the local device
  5. Devices: Monitors, alerts and provides information on the other devices connected on the network

Check the Nutty website for details on features, shortcuts, installation guides for Ubuntu and other supported distros, etc. :
https://babluboy.github.io/nutty/

How to install nutty:

if you are using Elementary OS, get Nutty from elementary OS AppCenter by clicking on the badge below

Get it on AppCenter

How to build nutty from source:

sudo apt-get build-dep granite-demo
git clone https://github.com/babluboy/nutty.git
sudo apt-get install cmake debhelper libgee-0.8-dev libgtk-3-dev valac libgranite-dev libsqlite3-dev  libxml2 libxml2-dev libnotify-dev
cd nutty
mkdir build && cd build 
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

Screenshot

screenshot