
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
airplanejs
Advanced tools
📡✈️ App that picks up ADS-B radio signals from airplanes and plots them in real time on a map in your browser
📡 ✈️ An SDR app written in JavaScript that picks up ADS-B radio signals from airplanes and plots them in real time on a map in your browser ✨🐢🚀✨
This software requires an RTL-SDR USB dongle with an RTL2832U chip in order run. Here's a few that I like:
Disclaimer: I'm trying out the Amazon Affiliate Program to support my free open source work. So if you decide to buy an RTL-SDR dongle using one of the links above I'll be grateful (the search link should work as well).
For more information about buying RTL-SDR dongles, check out the RTL-SDR.com blog buyers guide.
This software also requires that you have Node.js and librtlsdr installed on your system. You can install librtlsdr with most package managers which will ensure you have the right dependencies.
Homebrew (macOS):
brew install librtlsdr
Debian based Linux distros:
apt-get install librtlsdr-dev
The easiest way to run AirplaneJS is using the npx
command that you'll
have availble if you have Node.js 8+ installed. Simply plug in your
RTL-SDR dongle and type:
npx airplanejs
This will download and run AirplaneJS without any hassle.
When AirplaneJS successfully have connected to the USB dongle, your default browser should automatically open to http://localhost:3000.
Alternatively install the module globally like in the old days:
npm install airplanejs -g
airplanejs
The following options are available when running airplanejs
:
--help
- Show help (alias: -h
)--version
- Output AirplaneJS version (alias: -v
)--device <index>
- Select RTL dongle (alias: -d
, default: 0
)--frequency <hz>
- Set custom frequency (alias: -f
, default: 1090000000
)--gain <gain>
- Set custom tuner gain (alias: -g
)--auto-gain
- Disable manual tuner gain (default: off)--enable-agc
- Use Automatic Gain Control (default: off)--port <port>
- Set custom HTTP server port (alias: -p
, default: 3000
)--no-browser
- Disable automatic opening of default browserMIT
FAQs
📡✈️ App that picks up ADS-B radio signals from airplanes and plots them in real time on a map in your browser
The npm package airplanejs receives a total of 12 weekly downloads. As such, airplanejs popularity was classified as not popular.
We found that airplanejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.