Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdmfernandes/go-foscam
Go Library for Foscam IP Cameras
https://github.com/mdmfernandes/go-foscam
foscam foscamlib go
Last synced: 26 days ago
JSON representation
Go Library for Foscam IP Cameras
- Host: GitHub
- URL: https://github.com/mdmfernandes/go-foscam
- Owner: mdmfernandes
- License: mit
- Created: 2024-02-24T19:53:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T01:36:02.000Z (9 months ago)
- Last Synced: 2024-06-20T19:32:04.912Z (6 months ago)
- Topics: foscam, foscamlib, go
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-foscam
[![tests](https://github.com/mdmfernandes/go-foscam/actions/workflows/tests.yml/badge.svg)](https://github.com/mdmfernandes/go-foscam/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/mdmfernandes/go-foscam/graph/badge.svg?token=J9CVAXJ6JG)](https://codecov.io/gh/mdmfernandes/go-foscam)Go Library for Foscam IP Cameras
## Supported Cameras
- FI9800P
- FI8919W## Supported Functionalities
- ChangeMotionStatus
- GetMotionStatus (WIP)## Run the example
```bash
$ cd go-foscam$ cat << EOF > .envrc
export FOSCAM_URL=http(s)://:
export FOSCAM_USER=
export FOSCAM_PASSWORD=
EOF$ make run/example
```## To Do
- [ ] Add more functionalities
- [ ] Support more cameras