fogbound.net




Wed, 20 Jul 2005

Gadspot IP Camera

— SjG @ 8:27 pm

How could I resist a $150 wireless network camera? Well, the answer is I couldn’t.

This is one of the NC1000-W10 systems. It has, according to this site, an embedded Linux kernel running on an ARM processor.

It seems pretty slick. It has dual network interfaces, and, web-based access. The image quality is acceptable for a security camera, or for doing long-term timelapse (my purpose). It’ll do short-range IR illumination, will email images if motion is detected, etc. It requires Windows for its initial setup, but once you get network access, it will work and be further configurable with any Java-enabled browser.

One quirk is that you seem to have to power cycle it (or perhaps reboot it) to get it to utilize any new Network settings. The one snag is that if you configure it to listen on both wired and unwired networks, and it’s unable to connect to the wireless network, it seems to stall out and fail to boot correctly. This is a problem when I have wired and wireless connections out in the office, but only wireless (on a separate wireless network) in the eventual destination. I’ll have to run a long cable to configure it for its final use.


Tue, 18 Jan 2005

Slow POP connections

— SjG @ 12:29 pm

OK, this is an esoteric one, but I’m happy to report there is a simple solution.

We migrated Stacy over to using Thunderbird (from Outlook Express) on her Mac to cut down on the spam. In the process, we upgraded her to OS X.
Strangely, while POP connections to our local QMail server are nearly instantaneous on the Windows machines, there would be a 30-40 second delay for her. It wasn’t a Thunderbird problem — we could replicate the problem by telnetting to port 110 — and only from the Mac OS X machines.

Karl finally succeeded in diagnosing the problem. QMail uses tcpserver to wrap connections. tcpserver, in turn, checks back via ident. The Mac OS machines don’t have identd running by default. By running tcpserver with the “-R” option (disabling the ident lookup), everything works brilliantly as it should.