0.2.0 • Published 10 years ago

nitrogen-foscam v0.2.0

Weekly downloads
42
License
-
Repository
github
Last release
10 years ago

nitrogen-foscam

This driver module enables Foscam cameras to be connected to Nitrogen. It has been tested with a model FI8904W but should work with modern Foscam outdoor wireless IP cameras.

How to use in your project

  1. Clone the camera project if you do not already have a camera project to start from.
  2. Add 'nitrogen-foscam' to your packages.json.
  3. Edit config.js to include your camera:
config.cameras = [
    new FoscamCamera({
        nickname: 'cameraComm',
         config: {
            host: '192.168.1.1',
            port: 80,
            user: 'admin',
            password: 'mypass'
         }
    })
];
0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago