Reply
Logi Nu
Andrew1234
Posts: 4
Registered: ‎10-06-2011
0

Re: Open Source Alert Commander Replacement

Hi,

 

Thanks for the info.

 

I did a nmap and found a Upnp server running.

 

I've found an app called djmount, I will let you know how it works.

 

http://djmount.sourceforge.net/

 

Thanks,

 

Andrew

Bic
Logi Nu
Bic
Posts: 2
Registered: ‎10-07-2011
0

Re: Open Source Alert Commander Replacement

[ Edited ]

Thank you for writing this. I have not purchased an Alert system yet, but this is exactly what I was looking for, and a great starting place for getting videos pushed out to the cloud.

 

I had an incident at my home yesterday. Nothing was taken (that I can tell) but it sure stinks knowing that stranger(s) let themselves in and explored. Thankfully the police arrived within about 10 minutes.

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

I'm glad I could help, But please don't make any purchasing decisions based on this just yet. The software is still a bit buggy, and I can not guarantee there will ever be a stable release. I would hate for you to make a purchase and never be able to get the support you need.

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

Logi Browser
steve 788
Posts: 12
Registered: ‎10-22-2010
0

Re: Open Source Alert Commander Replacement

thank you very much for this!

Logi Nu
Loiop
Posts: 1
Registered: ‎11-05-2011
0

Re: Open Source Alert Commander Replacement

Hi,

 

great work!

I tried to compile it within linux, but I had no success (some upnp.h was missing...) so I now trying to find a way to acess the files on the sd card of each cam within the ip adress...

 

Do you may have some tips, how to download the recordings?

And some tips, how I may could convert your software with linux?

 

Greetings

 

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

I have never tested it in linux, But It will probablly work, There are three dependencies that need to be installed.

 

Qt

libupnp

gloox

 

Your distro probablly has packages for Qt and libupnp. You will need to install the dev versions. As for gloox, you may need to downlad the source and compile that one yourself (./configure && make && sudo make install)

 

As for accessing the recordings on the SD card. There is no way without the Logitecch Alert Commander, or this software

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

[ Edited ]

This is what I did to get it running in ubuntu

 

Using synaptic package manager I installed the following:

 

qt-sdk

libupnp-dev

libgloox-dev

gstreamer0.10-ffmpeg

phonon-backend-gstreamer

 

Then downloaded iAlert:

cd ~ && git clone git://github.com/szatmary/iAlert.git

 

Or, If you already downloaded iAlert, you shoud update to the latest version:

cd ~/iAlert && git pull

 

then compile and run

cd ~/iAlert && qmake iAlert.pro && make && ./iAlert

 

The recordings are download and stored at ~/Video/iAlert

Logi Browser
Encino Stan
Posts: 19
Registered: ‎02-24-2011
0

Re: Open Source Alert Commander Replacement

I am curious. How were you able to reverse engineer all that XMPP stuff? I thought about writing a Java client to pull the video off the camera. I already had figured out that Logitech was using gloox and was looking into a Java based xmpp client, but I did not know how to address the camera and what commands to issue.
Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Open Source Alert Commander Replacement

It was pretty easy, The first version I released only took me about 5 hours to write. gloox handles most of the heavy lifting.  I Just opend the logitech software and let it run for about 10 minutes with tcpdump running in the background. Then just read the outpput.