Skip to content

huberthickman/wifi_rssi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wifi_rssi

A simple macOS command-line tool written in Objective-C that prints the current Wi-Fi RSSI (signal strength) in dBm using CoreWLAN.

This is meant to be a replacement for the long-deprecated and now missing aiport command on macos for use with HamClock.

Requirements

  • macOS
  • Xcode Command Line Tools
  • Wi-Fi enabled

Build

make

Run

./wifi_rssi

Example output:

agrCtlRSSI: -40

Notes

  • RSSI is reported in dBm (closer to 0 means a stronger signal).

License

MIT

About

A simple objective-C program that will retrieve the RSSI value under macOS without requiring elevated privileges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors