Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 733 Bytes

go-foscam

tests codecov

Go Library for Foscam IP Cameras

Supported Cameras

  • FI9800P
  • FI8919W

Supported Functionalities

  • ChangeMotionStatus
  • GetMotionStatus (WIP)

Run the example

$ cd go-foscam

$ cat << EOF > .envrc
export FOSCAM_URL=http(s)://<host>:<port>
export FOSCAM_USER=<user>
export FOSCAM_PASSWORD=<password>
EOF

$ make run/example

To Do

  • Add more functionalities
  • Support more cameras