hikanvison-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

hikvision-api

Summary

a simple toolkit to connect and control some equipments of hikvision.

Installation

install with npm:

npm install hikvision-api

install with yarn

yarn add hikvision-api

Usage

build a nvr instance

const nvr = new Nvr({
  ip: '192.168.1.64',
  user: 'admin',
  password: '123456',
  // proxy: 'http://127.0.0.1:8080',
  version: 2
});
Tips:
  1. if you face a cross-origin problem on the browser, please add the proxy
  2. original nvr may use version 1, the newer one may use version 2

connect

await nvr.connect();

use other api

nvr.fetchChannels()
nvr.fetchUsers()
nvr.reboot()

Readme

Keywords

Package Sidebar

Install

npm i hikanvison-api

Weekly Downloads

0

Version

0.1.7

License

MIT

Unpacked Size

1.74 MB

Total Files

8

Last publish

Collaborators

  • yhfy6565