Search results for "module:Net::Daemon::Log"

Net::Daemon::Log - Utility functions for logging River stage one • 3 direct dependents • 4 total dependents

Net::Daemon::Log is a utility class for portable logging messages. By default it uses syslog (Unix) or Win32::EventLog (Windows), but logging messages can also be redirected to stderr or a log file. Generic Logging $self->Log($level, $msg, @args); Th...

TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC

Net::Statsd - Perl client for Etsy's statsd daemon River stage one • 1 direct dependent • 1 total dependent

This module implement a UDP client for the statsd statistics collector daemon in use at Etsy.com. You want to use this module to track statistics in your Perl application, such as how many times a certain event occurs (user logins in a web applicatio...

COSIMO/Net-Statsd-0.12 - 15 Jan 2016 08:52:04 UTC

Net::GPSD - Provides an object client interface to the gpsd server daemon. River stage one • 2 direct dependents • 2 total dependents

Note: This package supports the older version 2 protocol. It works for gpsd versions less than 3.00. However, for all versions of the gpsd deamon greater than 2.90 you should use the version 3 protocol supported by Net::GPSD3. Net::GPSD provides an o...

MRDVT/Net-GPSD-0.39 - 02 Jun 2010 03:01:44 UTC

Net::GPSD3 - Interface to the gpsd server daemon protocol versions 3 (JSON). River stage one • 1 direct dependent • 1 total dependent

Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3 protocol. gpsd is an open source GPS daemon from http://www.catb.org/gpsd/ Support for Version 3 of the protocol (JSON) was added to the daemon in versio...

MRDVT/Net-GPSD3-0.19 - 12 Jun 2013 02:18:40 UTC

Net::Peep - Perl extension for Peep: The Network Auralizer. River stage zero No dependents

Peep is an open source free software network monitoring tool issued under the Gnu General Public License that presents information via audio output. Network diagnosis with Peep is made not only based on single network events, but the network as a who...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::ICQV5 - Net::ICQV5 is a Perl module that allows your Perl programs to send and receive ICQ messages. River stage zero No dependents

Net::ICQV5 is a Perl module that allows your Perl programs to send and receive ICQ messages. Perhaps the most obvious use of Net::ICQ would be to write an ICQ client in Perl. Some other uses that people have come up with are: Allow a server or daemon...

SNEMAROV/Net-ICQV5-1.20 - 13 Aug 2001 05:38:23 UTC

Net::Daemon - Perl extension for portable daemons River stage one • 3 direct dependents • 4 total dependents

Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...

TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 29 direct dependents • 43 total dependents

Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...

SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC

Net::FullAuto - Fully Automate ANY Workload with *Persistent* SSH/SFTP from One Host River stage zero No dependents

"Net::FullAuto" (aka "FullAuto") is a Perl module and workload automation functionality that transforms Perl into a true multi-host scripting language. It accomplishes this with multiple *PERSISTENT* SSH and SFTP connections to multiple hosts simulta...

REEDFISH/Net-FullAuto-1.0000641 - 29 May 2023 00:39:57 UTC

Net::FTPServer - A secure, extensible and configurable Perl FTP server River stage one • 2 direct dependents • 4 total dependents

"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...

RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC

Net::Peep::Peck - Perl extension for generating ad-hoc sounds using the Peep sound engine. River stage zero No dependents

Net::Peep::Peck provides utility methods for the peck utility, which allows users to generate ad-hoc sounds....

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::Server::POP3 - The Server Side of the POP3 Protocol for email River stage zero No dependents

Net::Server::POP3 is intended to handle the nitty-gritty details of talking to mail clients, so that in writing a custom POP3 server you don't have to actually read RFC documents. The backend things (such as where mail comes from and what messages ar...

JONADAB/Net-Server-POP3-0.0009 - 11 Jan 2005 02:08:58 UTC

Net::SNTP::Server - Perl Module SNTP Server based on RFC4330 River stage zero No dependents

This module exports a single method (basicSNTPSetup) and returns an associative hash output, based on the user input. In case of an error, the connection will be terminated and an error string will be printed with the possible cause. The response fro...

GARYFALOS/Net-SNTP-Server-0.06 - 05 Nov 2015 10:24:23 UTC

Net::ICAP::Server - ICAP Server Implementation River stage zero No dependents

This is a very basic and crude implementation of an ICAP server. It is not intended to be the basis of a production server, but to serve as an example of a server utilizing the Net::ICAP modules. This is a forking server capable of supporting persist...

CORLISS/Net-ICAP-0.04 - 26 Apr 2017 09:31:54 UTC

Net::Peep::Client - Perl extension for client application module subclasses for Peep: The Network Auralizer. River stage zero No dependents

Provides support methods for the various Peep clients applications, can be subclassed to create new client modules, and eases the creation of generic Peep clients. See the main Peep client documentation or perldoc Net::Peep for more information on us...

STARKY/Net-Peep-0.4.5.1 - 07 Nov 2001 19:21:31 UTC

Net::OpenVPN::Manage - Manage an OpenVPN process via it's management port River stage zero No dependents

This module connects to the OpenVPN management interface, executes commands on the interface and returns the results or errors that result....

MEYEAARD/Net-OpenVPN-Manage-0.02 - 10 Jul 2006 20:03:06 UTC

Net::SFTP::SftpServer - A Perl implementation of the SFTP subsystem with user access controls River stage zero No dependents

A Perl port of sftp-server from openssh providing access control on a per user per command basis and improved logging via syslog The limitations compared with the openssh implementation are as follows: * Only files and directories are dealt with - ot...

SIMM/Net-SFTP-SftpServer-1.1.0 - 12 Mar 2010 08:45:51 UTC

Net::Dev::Tools::Syslog - Send, Listen Parse Syslog messages. River stage zero No dependents

Module provides methods to parse syslog files, send syslog messages to syslog server, listen for syslog message on localhost. Parser parse method creates a class that configures the parser used on each syslog file entry (line) sent to the parser. The...

SPARSONS/Net-Dev-Tools-Syslog-1.0.0 - 27 Dec 2006 21:00:47 UTC

Net::GPSD3::Return::TPV - Net::GPSD3 Return TPV Object River stage one • 1 direct dependent • 1 total dependent

Provides a Perl object interface to the Time-Velocity-Position (TVP) object returned by the GPSD daemon. Example JSON objects: Protocol 3.1 Versions { "class":"TPV", "tag":"MID2", "device":"/dev/ttyUSB0", "time":1253593085.470, "ept":0.005, "lat":38....

MRDVT/Net-GPSD3-0.19 - 12 Jun 2013 02:18:40 UTC

Net::GPSD3::Return::SKY - Net::GPSD3 Return SKY Object River stage one • 1 direct dependent • 1 total dependent

Provides a Perl object interface to the SKY object returned by the GPSD daemon. An example JSON object: Protcol 3.1 versions { "class":"SKY", "tag":"MID4", "device":"/dev/ttyUSB0", "time":1253593665.430, "hdop":23.60, "reported":9, "satellites": [ {"...

MRDVT/Net-GPSD3-0.19 - 12 Jun 2013 02:18:40 UTC
35 results (0.057 seconds)