cameras

command module
v0.0.0-...-4eb0356 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2015 License: MIT Imports: 12 Imported by: 0

README

Cameras

A simple app for interacting with multiple DLink cameras. And probably others. Provides a web interface which renders images from a static list of cameras, and auto refreshes them.

I run this on Heroku, with the camera's being port forwarded.

Configuration

Set the following env vars:

  • COOKIE_SECRET - Secret for cookies. A random string
  • MARTINI_ENV=production enforce SSL etc.
  • WEB_PASSCODE - Passcode for logging in
  • CAMERAS - List of cameras, in format Name;http://user:pass@internetAddress:28001/image.jpg[,..]

Screenshots

Look, I can web.

Desktop Screenshot

Mobile Screenshot

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/boj/redistore
Package redistore is a session store backend for gorilla/sessions
Package redistore is a session store backend for gorilla/sessions
_workspace/src/github.com/codegangsta/inject
Package inject provides utilities for mapping and injecting dependencies in various ways.
Package inject provides utilities for mapping and injecting dependencies in various ways.
_workspace/src/github.com/garyburd/redigo/internal/redistest
Package redistest contains utilities for writing Redigo tests.
Package redistest contains utilities for writing Redigo tests.
_workspace/src/github.com/garyburd/redigo/redis
Package redis is a client for the Redis database.
Package redis is a client for the Redis database.
_workspace/src/github.com/go-martini/martini
Package martini is a powerful package for quickly writing modular web applications/services in Golang.
Package martini is a powerful package for quickly writing modular web applications/services in Golang.
_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
_workspace/src/github.com/gorilla/securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
_workspace/src/github.com/gorilla/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
_workspace/src/github.com/martini-contrib/binding
Package binding transforms a raw request into a struct ready to be used your application.
Package binding transforms a raw request into a struct ready to be used your application.
_workspace/src/github.com/martini-contrib/render
Package render is a middleware for Martini that provides easy JSON serialization and HTML template rendering.
Package render is a middleware for Martini that provides easy JSON serialization and HTML template rendering.
_workspace/src/github.com/martini-contrib/secure
Package secure is a middleware for Martini that helps enable some quick security wins.
Package secure is a middleware for Martini that helps enable some quick security wins.
_workspace/src/github.com/martini-contrib/sessionauth
Package login is a middleware for Martini that provides a simple way to track user sessions in on a website.
Package login is a middleware for Martini that provides a simple way to track user sessions in on a website.
_workspace/src/github.com/martini-contrib/sessionauth/example
Auth example is an example application which requires a login to view a private link.
Auth example is an example application which requires a login to view a private link.
_workspace/src/github.com/martini-contrib/sessions
Package sessions contains middleware for easy session management in Martini.
Package sessions contains middleware for easy session management in Martini.
_workspace/src/github.com/oxtoacart/bpool
Package bpool implements leaky pools of byte arrays and Buffers as bounded channels.
Package bpool implements leaky pools of byte arrays and Buffers as bounded channels.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL