-
Notifications
You must be signed in to change notification settings - Fork 17
node acp
node-acp is an ACP client and server based on AirPyrt written in JavaScript for Node.js. It also supports full session encryption.
To install node-acp, run:
npm install --global node-acp
acp getprop {property} --host {hostname} --password {password}{hostname} should be the hostname or IP address of the AirPort device.
{password} should be the admin password of the AirPort device.
{property} should be the 4 character code to specify which property you want to get. See ACP Properties for more information.
Example:
acp getprop syNm --host airport-extreme.local --password password
AirPort Extremeacp setprop {property} {value} --host {hostname} --password {password}{hostname} should be the hostname or IP address of the AirPort device.
{password} should be the admin password of the AirPort device.
{property} should be the 4 character code to specify which property you want to set. See ACP Properties for more information.
{value} should be the new value of the property.
Example:
acp setprop syNm AirPort\ Extreme --host airport-extreme.local --password passwordacp --host {hostname} --password {password} reboot{hostname} should be the hostname or IP address of the AirPort device.
{password} should be the admin password of the AirPort device.
Example:
acp --host airport-extreme.local --password password reboot