# airdrome

> CLI for wifi management

Latest version **0.0.5** (published 2015-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install airdrome
pnpm add airdrome
yarn add airdrome
bun add airdrome
```

Provides the command `airdrome`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2015-01-24 |
| First published | 2015-01-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Miguel Mota |
| Maintainers | miguelmota |
| Keywords | wifi, network, setup, airport, mac |

## Links

- npm: https://www.npmjs.com/package/airdrome
- Repository: https://github.com/miguelmota/airdrome
- Issues: https://github.com/miguelmota/airdrome/issues
- npm.io page: https://npm.io/package/airdrome

## Dependencies (1)

- [commander](https://npm.io/package/commander.md) ^2.6.0

## Recent versions

- 0.0.5 (latest) — 2015-01-24
- 0.0.2 — 2015-01-19
- 0.0.1 — 2015-01-19

## README

# Airdrome

CLI for wifi management. Basically a wrapper for `airport` and `networksetup` on Mac OS X.

# Install

```bash
npm install airdrome -g
```

# Usage

```bash
$ airdrome --help

  Usage: index [options] [command]


  Commands:

    list|scan                     List available networks
    preferred [options] [action]  List preferred networks. Or add or remove preferred network
    connect [options] <ssid>      Connect to network
    info                          Display current network info
    power [options] [on|off]      Turn wifi on or off
    disconnect                    Disconnect from current network (may require root)
    network [options]             Display current network name
    hardwareports                 List all hardware ports (useful for finding device interface name)
    channel [channel]             Change channel of current network (may require root)

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
```

More help for a command:

```
$ airdrome connect --help

  Usage: connect [options] <ssid>

  Connect to network

  Options:

    -h, --help                 output usage information
    -d, --device [device]      Device interface to use (default is en0)
    -p, --password [password]  Network Password
```

# License

MIT

---
_Source: https://npm.io/package/airdrome · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
