Skip to content

Commit

Permalink
bumping version to v0.0.5 for Discovery updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Feb 15, 2018
1 parent 923e76d commit de82722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ To start the tests, run the following:
Inside the `test` folder is a `config.js` file where you can set options for the tests.

## Request
`onvif-nvt` uses `request` for device communication. Some people may believe this is too *heavy* of a package and that *http* should be used instead. `request` works quite well with HTTP digest and digest realm scenarios. In a lot of cases, this is needed for `snapshot` access. However, I am finding some ONVIF devices that allow you to turn on HTTP security (besides the ONVIF user token security) which provides a double layer (albeit, with the same username and password). It is these cases where `request` *just works*.
`onvif-nvt` uses `request` for device communication. Some people may believe this is too *heavy* of a package and that *http* should be used instead. `request` works quite well with HTTP digest and digest realm scenarios. In a lot of cases, this is needed for `snapshot` access. However, I am finding some ONVIF devices that allow you to turn on HTTP security (besides the ONVIF user token security) which provides a double layer (albeit, with the same username and password). It is these cases where `request` *just works*.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onvif-nvt",
"version": "0.0.4",
"version": "0.0.5",
"description": "Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices.",
"main": "./lib/onvif-nvt.js",
"scripts": {
Expand Down

0 comments on commit de82722

Please sign in to comment.