Extension Icon

Sniffer

FInd who is connected to your network
AvatarAmr Shams
208 Installs
Overview

Sniffer

Find who is connected to your network.

Description

Hotspot is a Raycast extension that allows you to scan your network and identify connected devices. It provides information such as IP addresses, MAC addresses, and estimated network performance for each device.

Features

  • Scan your network to find connected devices.
  • Display device information including IP address, MAC address, and network performance.
  • Randomize device names for easier identification.
  • Estimate network performance for each device.
  • Cache device information to improve performance.

Installation

  1. Clone the repository:
    git clone git@github.com:Amr-Shams/raycast-extensions.git
    git checkout ext/sniffer
    
  2. Navigate to the project directory:
    cd raycast-extensions
    
  3. Install dependencies:
    npm install
    

Usage

Development

To start the development server, run:

npm run dev