Giter VIP home page Giter VIP logo

mobileinsight-core's Introduction

MobileInsight

Introduction

MobileInsight enables below-IP, fine-grained mobile network analytics on end device. It is a cross-platform package for mobile network monitoring and analysis, originally developed by researchers at UCLA Wireless Networking Group (WiNG) and Purdue Peng Group, licensed under Apache Licence 2.0.

MobileInsight provides low-level monitors for mobile network, and extensible event-driven analyzers for major cellular protocols, such as radio resource control (RRC), mobility management (EMM), and session management (ESM). You can also define your own analyzers for customized usage.

Using MobileInsight, users can declare a monitor to track the network status and call ananlyzer for online/offline analysis. See overview on how this works, and examples on how to use it.

Installation

Currently MobileInsight supports installation on macOS and Ubuntu/Debian systems. To install it on Windows, please use our all-in-one virtual machine from mobileinsight-dev.

First install latest Python 2.7, then download MobileInsight from the release page:

tar -zxvf mobileinsight-3.0.tar.gz
cd mobileinsight-3.0

Next, run installation script (but do not execute with root priviledge!):

./install-macos.sh (macOS)
./install-ubuntu.sh (Ubuntu)

The install script will install MobileInsight package to your PYTHONPATH, install MobileInsight GUI to /usr/local/bin/mi-gui, and run an offline analysis example at the end.

Dependencies

MobileInsight builds on top of pyserial and crcmod, which can be installed using pip:

pip install pyserial
pip install crcmod

The GUI of MobileInsight requires matplotlib and wxPython. matplotlib can be installed via pip:

pip install matplotlib

wxPython can be installed using Homebrew (macOS) or apt-get (Ubuntu).

brew install wxpython (macOS)
apt-get install python-wxgtk3.0 (Ubuntu)

Upgrade to New Version

Old version of mobileInsight-core may have installed Wireshark and Glib libraries under the /usr/lib folder. The installation script will auto handle the uninstallation of the old version. If you encounter issues, you may execute the uninstallation script manually to remove them. Please run the uninstallation script with root priviledge to perform proper clean up.

sudo ./uninstall.sh

How to Contribute

We love pull requests and discussing novel ideas. You can open issues here to report bugs. Feel free to improve MobileInsight and become a collaborator if you are interested.

The following Slack group is used exclusively for discussions about developing the MobileInsight and its sister projects:

For other advanced topics, please refer to the wiki and the MobileInsight website.

mobileinsight-core's People

Contributors

yuanjieli avatar likayo avatar anoddnumber avatar moonsky219 avatar happyqiaomai avatar mocanory avatar qianrucathy avatar zwyuan avatar zjjj avatar superintern avatar cathyli93 avatar sleepyfoxen avatar qli369 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.