npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-airplane

v1.0.0

Published

This is a node module to discover and connect to Apple Airport base stations. Currently there are no other tools to modify airport settings, and this is about to change that by providing OSS alternative, written in pure JS.

Downloads

5

Readme

Airplane

This is a node module to discover and connect to Apple Airport base stations. Currently there are no other tools to modify airport settings, and this is about to change that by providing OSS alternative, written in pure JS.

This is loosely based on airport-utils, but since that tool is a bit out of date and does not work correctly anymore (besides, it requires JVM 1.5 to run), however it was a great place to start digging into protocol and understand how it works.

Usage

General Disclaimer - the API is not even 50% complete, and the code may not work as intended and might break your airport configuration (Mine is still fine, but who knows what can happen). It`s best that this software is used on non critical hardware.

This is still TBD, but see examples section to get the idea of how this works.

Known setting reference:

  • syPR: Read community
  • syPW: Read/write community
  • waCV: Configuration mode
  • waIn: Ethernet/Modem switch 1
  • raRo: Microwave robustness flag
  • raCl: Closed network flag
  • raDe: Access point density
  • raMu: Multicast rate
  • raCh: Wireless channel
  • moID: Modem timeout
  • moPD: Dialing type (tone or pulse)
  • moAD: Automatic dial
  • moCC: Phone country code
  • moCI: Modem country code combo box index
  • raNm: Network name
  • moPN: Primary phone number
  • moAP: Secondary phone number
  • peID: PPPoE idle timeout
  • peAC: PPPoE auto connect
  • peSC: PPPoE stay connected
  • raWM: Encryption switch
  • raWE: Encryption key
  • laIP: Private LAN base station address
  • laSM: Private LAN subnet mask
  • raWB: Wireless to Ethernet bridging switch
  • acEn: Access control switch
  • acTa: Access control info
  • raDS: Wireless DHCP switch
  • laDS: LAN Ethernet DHCP switch
  • waDS: WAN Ethernet DHCP switch
  • raNA: NAT switch
  • waIP: Base station IP address
  • waRA: Router IP address
  • waSM: Subnet mask
  • syCt: Contact person name
  • syNm: Base station name
  • syLo: Base station location
  • waDC: DHCP client ID
  • dhBg: DHCP address range start
  • dhEn: DHCP address range end
  • waD1: Primary DNS server
  • waD2: Secondary DNS server
  • dhLe: DHCP lease time
  • waDN: Domain name
  • pmTa: Port mapping
  • moUN: Dial-up username
  • moPW: Dial-up password
  • peUN: PPPoE username
  • pePW: PPPoE password
  • peSN: PPPoE service name
  • acRB: Reboot flag

License

See LICENSE.