
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
= AxisNetcam
AxisNetcam provides a Ruby interface for interacting with network cameras from Axis Communications.
Copyright 2007 Urbacon Ltd.
=== Contact Info
For info and downloads please see:
http://rubyforge.org/projects/axis-netcam/
For source code:
http://github.com/DefV/axis-netcam
You can contact the author at:
matt at roughest dot net
=== Installation
As a RubyGem[http://rubygems.org/read/chapter/3]):
gem install axis-netcam
As a plugin in a Rails application (this will install as an svn external, so your installation will be linked to the newest, bleeding-edge version of AxisNetcam):
cd <your Rails application's root directory> ruby script/plugin install -x http://axis-netcam.rubyforge.org/svn/trunk/lib/axis-netcam
=== Usage
Note that only a subset of the full Axis API is currently implemented, but the most useful functionality is in place.
Example usage:
require 'rubygems' # (if installed as a gem) require 'axis-netcam'
c = AxisNetcam::Camera.new(:hostname => '192.168.2.25', :username => 'root', :password => 'pass') c.tilt(90) c.zoom(500) f = File.open('/tmp/test.jpg', 'wb') f.bin f.write(c.snapshot_jpeg) f.close
For more information about using the Camera class, see the AxisNetcam::Camera RDocs.
axis-netcam is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
axis-netcam is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Unknown package
We found that axis-netcam demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.