answered
2014-10-18 20:54:11 +0200
There is quite a powerful way of monitoring your network connections. In Warehouse/Openrepos enable the repository from NielDK and install the apps "redis" (section Utilities) and "ntopng" (section Network). Then start the redis server and the ntopng server (as root user, in the mentioned order):
# redis-server &
# ntopng -i wlan0 -i rmnet0 &
Now you got the classical Ntop-NG "network sniffing" engine running in the background, storing its data into redis, and you can watch the results connecting your local webbrowser to the ntop webserver port 3000: either connect to 127.0.0.1:3000 locally on your Jolla (although the screen is way too small) or connect from some external browser to your Jollas IP-Nr:3000 and enjoy.
Each parameter "-i interface-name" describes a network interface you want to sniff. Use the ifconfig command to identify yours: wlan0 stands usually for the wireless, rmnet0 for the mobile phone connection.
Of course, a native and easier to handle Sailfish app just displaying the realtime and/or historized flows like good old ntop did on the console would be greatly appreciated as well.
P.S.: in case NielDK would be reading this... thanks for all the work you do, and could you maybe actualize your ntopng package to the newest version and compile it with ip-geolocation...?
That's something I am looking for as well! Actually I expect Sailfish to assign rights with a reasonable granularity to each and every app, e.g. address book, location data, data services, cam/mic, etc. It is important to see who is talking how often, but even more interesting what it is about. Unfortunately its often encrypted. Although a monitoring tool is more for the geeks, geeks will do the job for the common user and report their findings.
Stefanix ( 2014-02-06 15:52:06 +0200 )editis there already a possibility to monitor network connections?
domnk ( 2014-04-01 23:13:24 +0200 )editare there any news for such a network monitor? i'd really like to have such a feature
MacManus ( 2014-07-10 23:46:08 +0200 )edit