Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.591.906 Times

Ip Camera Component freeware
Filter: All | Freeware | Demo
 

Ip Camera Component

< 1 2 3 4 5 > 
Added: February 16, 2010 | Visits: 875

POE::Component::NomadJukebox POE::Component::NomadJukebox is an event-based contol of Nomad Jukebox players. SYNOPSIS use POE qw(COmponent::NomadJukebox); use Data::Dumper; POE::Session->create( inline_states => { _start => sub { POE::Component::NomadJukebox->create({ alias => njb }); }, njb_started => sub {...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): POE::Component::NomadJukebox Download

Added: March 07, 2010 | Visits: 1.357

IP Masquerade HOWTO IP Masquerade HOWTO project is a document describing how to set up IP Masq (NAT) for Linux systems. It contains instructions on understanding, configuring, and troubleshooting NAT or Network Address Translation for Linux. It covers topics such as IPTABLES, PORTFW, IPCHAINS, IPFWADM, stronger...





Platforms: *nix

License: Freeware Download (113): IP Masquerade HOWTO Download

Added: April 23, 2010 | Visits: 1.054

POE::Component::Player::Slideshow POE::Component::Player::Slideshow is a wrapper for the qiv application. SYNOPSIS use POE qw(Component::Player::Slideshow); $mp = POE::Component::Player::Slideshow->new(); $mp->play("/tmp/pix"); POE::Kernel->run(); This component is used to manipulate a slideshow viewer from within a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): POE::Component::Player::Slideshow Download

Added: April 02, 2010 | Visits: 1.096

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested....


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): POE::Component::Player::Mpg123 Download

Added: April 16, 2010 | Visits: 1.005

POE::Component::Enc::Mp3 POE::Component::Enc::Mp3 is a mp3 encoder wrapper. SYNOPSIS use POE qw(Component::Enc::Mp3); $mp3 = POE::Component::Enc::Mp3->new($bitrate => 160); $mp3->enc("/tmp/tst.wav"); POE::Kernel->run(); This POE component encodes raw audio files into mp3 format. It is merely a wrapper for the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (122): POE::Component::Enc::Mp3 Download

Added: July 10, 2010 | Visits: 1.459

Local IP Takeover Local IP Takeover provides network link redundancy within a single server that has multiple network interface cards (NICs) with each NIC connected to separate network switches. If the primary NIC fails (i.e. it cannot ping its default gateway), the "service" IP (the IP that the outside world...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): Local IP Takeover Download

Added: November 08, 2013 | Visits: 1.939

Camera Life Camera Life is PHP software you can run to show your photos on your own website. Camera Life is easy to setup and customize if want to blend it in with the rest of your site. The two big features are: great photo organization, and a full audit trail. If someone accesses your site and changes all...


Platforms: *nix

License: Freeware Size: 3.64 MB Download (120): Camera Life Download

Added: April 08, 2010 | Visits: 1.846

IP Traffic Meter IP Traffic Meter is a traffic counter for IPv4 addresses. It uses the DB4 database from Berkeley to keep its counters, the pcap library for monitoring, and the gd library from Boutel to create graphics. The results are displayed in JPEG graphics on an HTML webpage. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (164): IP Traffic Meter Download

Added: September 26, 2010 | Visits: 2.944

Stone TCP/IP packet repeater Stone is an application layer TCP/IP packet repeater. It repeats TCP and UDP packets from the inside of a firewall to the outside or vice versa. It is simple, supports OpenSSL for encrypting and decrypting packets, performing client and server verifications, and sending a substring of the...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (271): Stone TCP/IP packet repeater Download

Added: July 27, 2010 | Visits: 1.547

IP-Atlas IP-Atlas tries to plot your location or any other host on the internet using the NetGeo data. It finds the latitude and longitude coordinates of the host and plots it on an image for you.It finds the latitude and longitude coordinates of the host and plots it on an image for you. You can try the...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (122): IP-Atlas Download

Added: January 27, 2010 | Visits: 1.357

IP::Anonymous IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses. SYNOPSIS use IP::Anonymous; @key = (0..31); my $object = new IP::Anonymous(@key); print $object->anonymize("192.0.2.0")."n"; This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): IP::Anonymous Download

Added: April 19, 2010 | Visits: 1.272

Linux IP Firewalling Chains Linux IP Firewalling Chains is an update to the 2.0 Linux Firewalling code, for the 2.2 Linux kernel. It is required to administer the IP packet filters in Linux kernel versions 2.1.102 and above. The older Linux firewalling code doesnt deal with fragments, has 32-bit counters (on Intel at...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (122): Linux IP Firewalling Chains Download

Added: November 21, 2010 | Visits: 1.365

Pol-IP Pol-IP is a complete traffic control system for a Linux NAT box with multiplataform clients. It has a user-friendly wizard to config the system in which you can add, delete or chage, clients or groups bandwith, in a hierarchical structure. The clients get clean statistics about their actual speed...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Pol-IP Download

Added: January 23, 2010 | Visits: 790

NetAddr::IP NetAddr::IP is a Perl module that can manage IPv4 and IPv6 addresses and subnets. SYNOPSIS use NetAddr::IP qw( Compact Coalesce Zero Ones V4mask V4net :aton :old_storable :old_nth ); my $ip = new NetAddr::IP loopback; print "The address is ", $ip->addr, " with mask ", $ip->mask,...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (98): NetAddr::IP Download

Added: August 16, 2010 | Visits: 1.220

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): POE::Component::Audio::Mad::Dispatch Download

Added: September 10, 2010 | Visits: 859

POE::Component::Audio::Mad::Handle POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder. SYNOPSIS use POE; use POE::Component::Audio::Mad::Handle; ## create an IPC bridge on stdin/stdout create POE::Component::Audio::Mad::Handle(); ## create a custom IPC...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (87): POE::Component::Audio::Mad::Handle Download

Added: November 06, 2010 | Visits: 526

POE::Component::ControlPort::DefaultCommands POE::Component::ControlPort::DefaultCommands is a set of default commands available to the control port..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): POE::Component::ControlPort::DefaultCommands Download

Added: February 26, 2010 | Visits: 752

POE::Component::ControlPort::Command POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage => test [ text to echo ] help_text => test command....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): POE::Component::ControlPort::Command Download

Added: May 08, 2010 | Visits: 849

POE::Component::ControlPort POE::Component::ControlPort is a Perl module with network control port for POE applications. SYNOPSIS use POE; use Getopt::Long; use POE::Component::ControlPort; use POE::Component::ControlPort::Command; my @commands = ( { help_text => My command, usage => my_command [ arg1, arg2 ],...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): POE::Component::ControlPort Download

Added: February 01, 2010 | Visits: 667

POE::Component::DebugShell POE::Component::DebugShell is a component to allow interactive peeking into a running POE application. SYNOPSIS use POE::Component::DebugShell; POE::Component::DebugShell->spawn(); This component allows for interactive peeking into a running POE application. spawn() creates a ReadLine...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (86): POE::Component::DebugShell Download

< 1 2 3 4 5 >