Skip to content

ilkkao/foscam-html5client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foscam-html5client

Node.js app that can act as a proxy in front of Foscam IP cameras.

Screenshot

Features

  • Hides the IP address, user name, and password of the camera.
  • Rate limits the requests to the camera. By default, a snapshot is fetched at maximum once in a minute. Refresh button is enabled only when a new photo is available.
  • Optional password protection
  • i18n support
  • Mobile friendly
  • Hits counter

Installation

git clone https://github.com/ilkkao/foscam-html5client.git
cd foscam-html5client
npm install
cp config.json.example config.json
[edit config.json]
npm run build
node server.js

Contributing

PRs very welcome!

App is build on React.js, Redux, Material UI, Immutable.js, Koa, and Socket.io.

Compability

Tested with Foscam FI9828W V1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published