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 50.473.191 Times

Ip Camera Component freeware
Filter: All | Freeware | Demo
 

Ip Camera Component

< 1 2 3 4 5 
Added: February 01, 2010 | Visits: 680

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 (92): POE::Component::DebugShell Download

Added: March 01, 2010 | Visits: 966

POE::Component::Client::FTP POE::Component::Client::FTP is a Perl module that implements an FTP client POE Component. SYNOPSIS use POE::Component::Client::FTP; POE::Component::Client::FTP->spawn ( Alias => ftp, Username => test, Password => test, RemoteAddr => localhost, Events => [ qw( authenticated put_connected...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): POE::Component::Client::FTP Download

Added: June 17, 2010 | Visits: 493

NetAddr::IP::UtilPP NetAddr::IP::UtilPP is a Perl module with pure Perl functions for NetAddr::IP::Util. SYNOPSIS use NetAddr::IP::UtilPP qw( hasbits isIPv4 shiftleft addconst add128 sub128 notcontiguous ipv4to6 mask4to6 ipanyto6 maskanyto6 ipv6to4 bin2bcd bcd2bin ); use NetAddr::IP::UtilPP...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): NetAddr::IP::UtilPP Download

Added: October 05, 2010 | Visits: 2.266

IP and Ethernet testing Tool IP and Ethernet testing Tool is also known as "IET" and its an ethernet bridge addon for testing of network appliances and applications. Initialy IskraTel extended and customized the NistNet tool. However NistNet functions on IP layer and requires that tested equipment be configured to use...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (124): IP and Ethernet testing Tool Download

Added: January 02, 2010 | Visits: 1.511

IP::Country IP::Country is a tool for fast lookup of country codes from IP addresses. Finding out the country of a client using only the IP address can be difficult. Looking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (116): IP::Country Download

Added: July 01, 2010 | Visits: 706

POE::Component::Growl POE::Component::Growl provides a Growl notification dispatcher for POE. POE::Component::Growl provides a facility for notifying events through Growl using the Mac::Growl module as back-end. Integration with POEs architecture allows easy, non-blocking notifications. Multiple notifiers can be...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): POE::Component::Growl Download

Added: January 21, 2010 | Visits: 1.175

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find Download

Added: June 15, 2010 | Visits: 747

POE::Component::YahooMessenger POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. SYNOPSIS use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => ym); # register your session for callbacks $kernel->post(ym => register); # tell YM how to connect...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): POE::Component::YahooMessenger Download

Added: July 20, 2010 | Visits: 699

POE::Component::Basement POE::Component::Basement provides Class::Std and base POE component functionality. SYNOPSIS package POE::MyComponent; # use as base use base qw/ POE::Component::Basement /; # where the initializations happen (see Class::Std) sub BUILD { ... } # see also Class::Std and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): POE::Component::Basement Download

Added: September 04, 2010 | Visits: 1.021

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Added: May 21, 2010 | Visits: 805

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): POE::Component::Client::TCPMulti Download

Added: February 15, 2010 | Visits: 1.250

ISIC ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.). It generates piles of pseudo random packets of the target protocol. The packets be given tendancies to conform to. Ie 50% of the packets generated can have IP Options. 25% of...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (172): ISIC Download

Added: June 27, 2010 | Visits: 2.315

Serial Over IP Serial Over IP is a tool for the transport of serial interfaces over UDP/IP. It is very usefull for connecting distant equipment that run via a serial interfaces to a local computer. One linux will be server and one will be client. On the server you can start the program typing the following...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (235): Serial Over IP Download

Added: August 20, 2010 | Visits: 1.128

POE::Component::Enc::Flac POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. SYNOPSIS use POE qw(Component::Enc::Flac); $encoder1 = POE::Component::Enc::Flac->new(); $encoder1->enc(input => "/tmp/track03.wav"); $encoder2 = POE::Component::Enc::Flac->new( parent => mainSession, priority =>...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (146): POE::Component::Enc::Flac Download

Added: August 12, 2010 | Visits: 1.147

NetPacket::IP SYNOPSIS use NetPacket::IP; $ip_obj = NetPacket::IP->decode($raw_pkt); $ip_pkt = NetPacket::IP->encode($ip_obj); $ip_data = NetPacket::IP::strip($raw_pkt); NetPacket::IP provides a set of routines for assembling and disassembling packets using IP (Internet Protocol). Methods...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): NetPacket::IP Download

Added: May 26, 2010 | Visits: 1.169

Static IP configurator Static IP configurator is a network configurator for static IP address by using kommander..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (150): Static IP configurator Download

Added: October 07, 2010 | Visits: 1.432

IP Observer IP Observer provides you with a way to observe your assigned IP adress also behind a internet router and give a new adress to people by email. The assigned IP adress from yor privider changed every day. Also at Flatrates there is a cut of. So you can´t access to your computer from outside...


Platforms: *nix

License: Freeware Size: 1024 KB Download (160): IP Observer Download

Added: January 25, 2010 | Visits: 1.840

Router IP Address Router IP Address is a small utility for discovering the dynamic IP address assigned by your Internet Service Provider (ISP) when you have a router connecting several computers to a single internet connection (cable modem, DSL, or telephone modem).


Platforms: Mac

License: Freeware Download (217): Router IP Address Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 742

Adobe Camera Raw The camera raw functionality in Adobe® Photoshop® software provides fast and easy access to the raw image formats produced by many leading professional and midrange digital cameras. By working with these "digital negatives," you can achieve the results you want with greater artistic control and...


Platforms: Windows

License: Freeware Size: 39.6 MB Download (420): Adobe Camera Raw Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 1.203

Wireless Camera Setup Utility Wireless Camera Setup Utility is a handy application, for Nikon digital camera users, that allows you to create wireless profiles for all Nikon Coolpix Cameras. Quickly create wireless transfer profiles for your Nikon camera using Wireless Camera Setup Utility. for WindowsXP, Vista, 7


Platforms: Windows, Windows Vista, 7

License: Freeware Download (449): Wireless Camera Setup Utility Download

< 1 2 3 4 5