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-red-contrib-axis-com

v1.8.3

Published

Simplified integration with Axis devices

Downloads

116

Readme

node-red-contrib-axis-com

Nodes to simplify integration with Axis devices. See examples.

This node replaces the following nodes that are deprecated

  • node-red-contrib-device
  • node-red-contrib-acap
  • node-red-contrib-security

Device Node

Common device management actions.

  • Device info
  • Connections
  • Syslog
  • Set name
  • Set time
  • Set location
  • Restart
  • Upgrade firmware
  • VAPIX GET
  • VAPIX POST
  • SOAP POST

Camera Node

Common camera actions

  • JPEG image
  • Camera info
  • Get/Set image settings
  • List recordings (SD Card and NAS)
  • Start/Stop recording
  • Set video filter

ACAP Node

Common ACAP actions

  • List ACAP and status
  • Start/Stop/Remove ACAP
  • Install ACAP

Security Node

Common device security controls actions

  • List device accounts
  • Set/Update/Remove account
  • Enable/disable discovery protocols
  • Enable/Disable SSH
  • Set SSH user
  • Set Firewall (IP Tables)
  • List certificates
  • Generate CSR
  • Install certificate
  • Set HTTPS (certificte)

History

1.8.3

  • Improved exceptionhandling when invalid network address is used
  • Allow any account name (beside root) to be added/intialized on a factory default device

1.8.2

  • Fixed flaw device firmware upgrade

1.8.1

  • Fixed flaw introduced in 1.8.0

1.8.0

  • Refactoring exception handling. Trown errors are now more consistant and informative.
  • Device request that responds with JSON will now throw an error on 200 OK if the JSON has a property "error"

1.7.0

  • Fixed and updated file upload functions for ACAP and Camera overlay image.

1.6.1

  • In Axis Camera, reintroduced overlay update.

1.6.0

  • In Axis Device, reintroduced firmware upgrade in from a local file as that approach is much more efficient that providing dile buffer data.

1.5.0

  • Bug fixes

1.4.2

  • Fixed node recording | stopped

1.4.1

  • Fixed a clumsy flaw that broke Device Node when updating to 1.4.0

1.4.0

  • Added support for HTTP Patch in the Device node
  • Fixed aa faulty error response on Camera SD Card Stop Recording when the operation was actually successful.
  • Removed the resolution selection in Camera SD Cardt Start recording as it had no impact.

1.3.0

  • Added support to set SSH user introduced in firmware 11.5.x
  • Added support for HTTP Put in Device node

1.2.3

  • Fixed flaw caused error when upgrading firmware

1.2.2

  • Fixed flaw that prevented reading the DeviceInfo from devices with older firmware

1.2.1

  • Ability to get device info without authentication. If authetication fails, basic device info is provided withot an error is thrown.
  • Minor fixes

1.1.5

  • Extended device info with support for more Axis models

1.1.4

  • Fixed faulty links in package.json

1.1.3

  • Fixed a flaw listing certificates when device responds with >= 400 error code

1.0.3

First commit