Web Applications Archive

Trying to build a useful home calendar

Posted April 25, 2016 By Landis V

One of the things I’ve been planning/intending to do is build a home calendar that shows all of our events at a glance, and to run it on a tablet or something similar.  We use Google calendars for most of our events, and since the intent is to show us everything that is going on, we’ll need to be able to authorize and authenticate to multiple calendars, pull the events, and display them.

One of the threads that either got me started thinking about this or was one of the first things I ran across when I had the idea was this one on Reddit.  I have a couple of Pi’s, and had generally planned on using one of them (and may yet for a similar design on a TV with a little more functionality), but ended up picking up an RCA Cambio tablet at Wal Mart for around a Benjamin, so I didn’t really need to fiddle around with adding a screen, mounting, network connectivity, etc.

The above thread led me to what I believe will work for the dashboard interface – freeboard.io.  While I have a distant familiarity with JSON and XML, I don’t work with it enough to be particularly good at it, and I’m pretty much completely unfamiliar with the Google APIs and how to call them, so I wanted to note a few links that were helpful as I was working through the process.

Code that actually ended up working to pull the basic info from a public calendar (just grabs “id” now):

 

Be the first to comment

LaView CUBE camera system

Posted November 14, 2015 By Landis V

Bought one of these a while ago.  It’s alright.  Not particularly secure, software is annoying, and I think there’s a lot more that can be done with it.  Gradually working on improving it, this post will capture random notes on it.

Bought tinyCam Monitor Pro in the Play store when it was on sale a while back, fought with cameras for a bit before giving up.  Came back to it for a bit today and was able to make it work with the following settings:

  • Camera vendor:  (Generic)
  • Camera model:  Generic URL
  • JPEG/MPEG/RTSP request:  rtsp://ip.addr.or.hostname:554/H264?ch=(1-8)&subtype=1
    • Where ip.addr.or.hostname is the IP or hostname of the LaView device and (1-8) is the channel/camera number you wish to add.
  • Protocol: RTSP over UDP (MPEG/H264/H265)
  • Username: valid username on device (default “admin”)
  • Password: valid password for username provided above (default for admin “123456”)

ONVIF Device Manager on SourceForge, appears to provide an NVR for network video forwarding and storage on port 8000.  Not  a ton of info on the port/protocol, but did run across it in the setup.  http://sourceforge.net/projects/onvifdm/

Somewhat relevant manual:  http://www.laviewusa.com/media/attachment/file/u/s/user_manual_d1_dvr_d5100.pdf

2 Comments so far. Join the Conversation

http://www.andrewconnell.com/blog/project-task-management-using-trello-for-kanban-boards

A non-asinine approach to kanban for personal task tracking using Trello and Toggl.

Be the first to comment

NfSen

Posted July 23, 2014 By Landis V

http://nfsen.sourceforge.net/

Need to do it.  And look at Linux flow exporting capabilities.

Be the first to comment

13 hot new open source projects | Network World

Posted June 24, 2014 By Landis V

http://www.networkworld.com/article/2358443/software/94947-13-hot-new-open-source-projects.html

Couple of pretty interesting pieces here.  I could see some handy graphing capabilities for network monitoring coming out of D3JS.

Be the first to comment

https://supportforums.cisco.com/blog/9913621/using-open-source-dogtag-certificate-authority-ise-byod

I tinkered with this at work, but found it lacking from a production standpoint.  This may be due in part to working outside my typical Debian-based comfort zone.  Will probably look at it again at home and see if it shows more promise with experience.

Be the first to comment

cantino/huginn · GitHub

Posted May 13, 2014 By Landis V

https://github.com/cantino/huginn#huginn–your-agents-are-standing-by

Nifty project.  I like the fact that it’s all under my own roof, and that I have the capability to trigger beyond just web.

Be the first to comment