Skip to main content

CSI collection on Raspberry Pi

Project description

picsi

Nexmon CSI utilities for Raspberry Pi

In development • Not ready for testing yet.

Features

  • Superfast installs with pre-compiled binaries
  • Fallback to compiling from source when binaries are not available
  • Easy Start/Stop CSI collection with picsi up or picsi down
  • Restore original firmware and connect to WiFi after picsi down
  • Save CSI to .pcap files
  • Forward CSI packets to other devices for faster collection
  • Manage your CSI collection configuration with Profiles

Install

On a Raspberry Pi 3B+ or 4B, run:

pip install picsi

picsi install

picsi will download the appropriate firmware and binaries for your system and install them, or compile from source if they are not available pre-compiled.

Do Not run this yet. Picsi is not ready for testing.

Docs

I'm gonna add more documentation, and probably create a github pages site for documentation later (3rd week of February maybe), but for now, here is an overview.

Picsi (pronounced pixie?) is a Python tool to install Nexmon CSI on Raspberry Pis. It needs Python version >= 3.7, although using the latest version is recommended.

The best features of picsi, in my opinion, are:

Installing Nexmon CSI from pre-compiled binaries.

Compiling Nexmon_CSI on the Pi takes about an hour, and downloads about 1.5 GB of data. And it needs your attention for the entire duration because you need to reboot the Pi multiple times, and keep a look out for errors.

Picsi downloads appropriate pre-compiled nexmon_csi firmware and binaries (nexutil, makecsiparams) for your kernel from https://github.com/nexmonster/nexcsi-bin.git (repository not available yet), and installs them. If binaries are not available, it installs from source, including automatic unattended reboots, and logs errors and progress.

Forwards CSI packets to an IP

Picsi can forward CSI packets to a different computer on your network, which is potentially faster than the Pi, and can collect more packets than tcpdump on the Pi can.

But additionally, an app on your phone/laptop can listen to the packets, and plot the CSI in realtime or process it.

Profiles!

Manage your csi collection configuration in profiles!

write

[profiles.CustomProfileName]
    channel = 36
    bandwidth = 80

    coremask = 1
    ssmask = 1

    forward = false
    forward_ip = '192.168.1.25'

    duration = 30

    macids = ['ab:cd:ef:12:34']

in profiles.toml, and you can start csi collection with

picsi up CustomProfileName.

This collects CSI on channel 36, bandwidth 80 from macids for 30 seconds, and forwards that CSI to 192.168.1.25. After 30 seconds, CSI collection is stopped and original wifi firmware is restored.

You can also create a set of profiles, and make picsi loop CSI collection over them.

Only basic CSI collection via profiles will be added first, and other profile features will be added later.

Help page

Usage: picsi {{ COMMAND | help }} [--option] [--option argument]
       COMMAND := {{ install | uninstall | up | down | save | forward | rebuild | help }}
       OPTION  := {{ --url | --branch | --nexmon-url | --nexmon-branch | --apt-upgrade |
                    --no-source | --no-binaries | --binary-url }}

Examples: picsi help
          picsi install
          picsi install --url \"$NEX_REPO_URL\" --no-source

COMMAND

    i | install
        Installs Nexmon_CSI.
    U | uninstall
        Uninstalls Nexmon_CSI. Note: Upppercase U.
    u | up
        Enables CSI collection. WiFi will be disabled.
    d | down
        Disables CSI collection and enables WiFi.
    s | save
        Save CSI to pcap file
    f | forward | fw
        Forward CSI packets to another IP
    r | rebuild
        Rebuilds the Nexmon_CSI from source.
    h | help
        Shows this help page.

OPTION

    --url
        URL for the Nexmon_CSI repository to git clone.
        The default value is 'https://github.com/nexmonster/nexmon_csi.git'
    
    --branch
        The git branch name in the cloned repository to
        use. The default value is 'master'.
        A commit hash or git object hash would work too.

    --nexmon-url
        URL for the Nexmon base repository to git clone.
        The default value is 'https://github.com/seemoo-lab/nexmon.git',

    --nexmon-branch
        The git branch in the cloned repository to
        use. The default is value 'master'.
        A commit hash, or git object hash would work too.
    
    --apt-upgrade
        Runs apt upgrade before installing. Not recommended.
        Running apt upgrade might upgrade your kernel.

    --no-source
        Prevent Nex from compiling Nexmon_CSI from source. If this flag
        is not present, Nex will fall back to compiling Nexmon_CSI from
        source when pre-compiled binaries are not available.

    --no-binaries
        Nex tries to use pre-compiled binaries when available,
        and will fall back to compiling Nexmon_CSI from source when not.
        Supply this flag to prevent use of pre-compiled binaries.

    --binary-url
        URL for the repository with precompiled binaries.
        Default URL is 'https://github.com/nexmonster/nexcsi-bin.git'.

Notes:
    WiFi will be unavailable for use when Nexmon_CSI is being used.
    Use an Ethernet cable or a second WiFi adapter if you're using SSH.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

picsi-0.0.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

picsi-0.0.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file picsi-0.0.2.tar.gz.

File metadata

  • Download URL: picsi-0.0.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.2 Linux/5.16.10-arch1-1

File hashes

Hashes for picsi-0.0.2.tar.gz
Algorithm Hash digest
SHA256 387bcf4286393dde518d88e26d9c3e377ae08bac4b8248f0f50a964ac88370a9
MD5 03411f61d6948a20a17af28e3f06d69f
BLAKE2b-256 f0b41649cd21c01014d0f6d1762c4e41223896eda003443ee8ae1e31c138a2a3

See more details on using hashes here.

Provenance

File details

Details for the file picsi-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: picsi-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.2 Linux/5.16.10-arch1-1

File hashes

Hashes for picsi-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 46c0754ca600b6d5260c7d52b821d7f4c1e07bf02933870855f627e4f31e7380
MD5 f6559ea64a08f905c6d454550ede21d8
BLAKE2b-256 699cdb3da53aecaae98411bda71b709dcb1dbb736e172eb2bcf2745d9de57bb9

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page