net
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1180
net-check
net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. more>>
net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity.
The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway.
In addition, since I am spending $50 a month for my internet connection, I want to make sure I get what I paid for.
A Sample:
To: user@isp.net
Subject: Automated Network Checks Report
Last month, there were 64.25 hours of downtime out of 720 possible hours.
(There were only 2692 out of 2880 possible samples made.)
Last months ratio was 0.089 so your bill should be $45.53.
---------------------------------------------------------
1 : 2 hr
2 : 22 hr
3 : 0.5 hr
4 : 1.25 hr
5 : 1.75 hr
6 : 0.25 hr
7 : 0.25 hr
8 : 0.25 hr
9 : 1.25 hr
10 : 3.25 hr
11 : 1.25 hr
13 : 0.25 hr
14 : 1.75 hr
15 : 0.25 hr
16 : 0.75 hr
17 : 0.75 hr
18 : 8.5 hr
19 : 0.75 hr
20 : 11.5 hr
21 : 0.75 hr
22 : 0.75 hr
23 : 1.75 hr
24 : 2 hr
25 : 0.25 hr
27 : 0.25 hr
<<lessThe scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway.
In addition, since I am spending $50 a month for my internet connection, I want to make sure I get what I paid for.
A Sample:
To: user@isp.net
Subject: Automated Network Checks Report
Last month, there were 64.25 hours of downtime out of 720 possible hours.
(There were only 2692 out of 2880 possible samples made.)
Last months ratio was 0.089 so your bill should be $45.53.
---------------------------------------------------------
1 : 2 hr
2 : 22 hr
3 : 0.5 hr
4 : 1.25 hr
5 : 1.75 hr
6 : 0.25 hr
7 : 0.25 hr
8 : 0.25 hr
9 : 1.25 hr
10 : 3.25 hr
11 : 1.25 hr
13 : 0.25 hr
14 : 1.75 hr
15 : 0.25 hr
16 : 0.75 hr
17 : 0.75 hr
18 : 8.5 hr
19 : 0.75 hr
20 : 11.5 hr
21 : 0.75 hr
22 : 0.75 hr
23 : 1.75 hr
24 : 2 hr
25 : 0.25 hr
27 : 0.25 hr
Download (0.015MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
982 downloads
B-net 1.1
B-net Software is a Website Content Management software that allows you have a dynamic website. more>>
B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.
Main features:
- News Publishing
- Polls / Opinions
- Guest Book
- ShoutBox
- Image Gallery
- Admin interface for managing smilies (used in shoutbox, guestbook etc)
- Admin interface for managing Bad Word List
- Templating system.
- Multi Language support. Kiswahili being one of them of course.
Enhancements:
- Security holes in guesbook.php and shoutbox.php have been fixed.
<<lessMain features:
- News Publishing
- Polls / Opinions
- Guest Book
- ShoutBox
- Image Gallery
- Admin interface for managing smilies (used in shoutbox, guestbook etc)
- Admin interface for managing Bad Word List
- Templating system.
- Multi Language support. Kiswahili being one of them of course.
Enhancements:
- Security holes in guesbook.php and shoutbox.php have been fixed.
Download (0.14MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
NET=MGM 1.2
Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment. more>>
Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment.
NET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by ownership, manager, or VLAN.
Enhancements:
- With this version i change the number release, the latest 1.7 version now is a 1.1.x.x version, in CHANGELOG you can see where it is.
- Two file fore changelog information:
CHANGELOG is writed by my hand with simple information
CHANGELOG-AUTO is generated from cvs server with detailed change
- In this release we start from the last ex-1.7 version, now 1.1.x.x, and insert new feature like a sistem to generate the network details.
- Some code was added to improve the security of the tool, but now is not complete.
- A first version of manual was addes, very simple manual, for the next release i try to improve this.
- This release have the same database structure and dont break compatibility with old version.
For any bug/problem or idea please use sourceforce site to notify me.
Thank You to use Net=MGM
<<lessNET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by ownership, manager, or VLAN.
Enhancements:
- With this version i change the number release, the latest 1.7 version now is a 1.1.x.x version, in CHANGELOG you can see where it is.
- Two file fore changelog information:
CHANGELOG is writed by my hand with simple information
CHANGELOG-AUTO is generated from cvs server with detailed change
- In this release we start from the last ex-1.7 version, now 1.1.x.x, and insert new feature like a sistem to generate the network details.
- Some code was added to improve the security of the tool, but now is not complete.
- A first version of manual was addes, very simple manual, for the next release i try to improve this.
- This release have the same database structure and dont break compatibility with old version.
For any bug/problem or idea please use sourceforce site to notify me.
Thank You to use Net=MGM
Download (0.045MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1426 downloads
Net::FCP 1.0
Net::FCP Perl module is a Freenet client protocol. more>>
Net::FCP Perl module is a Freenet client protocol.
SYNOPSIS
use Net::FCP;
my $fcp = new Net::FCP;
my $ni = $fcp->txn_node_info->result;
my $ni = $fcp->node_info;
See http://freenet.sourceforge.net/index.php?page=fcp for a description of what the messages do. I am too lazy to document all this here.
The module uses AnyEvent to find a suitable Event module.
<<lessSYNOPSIS
use Net::FCP;
my $fcp = new Net::FCP;
my $ni = $fcp->txn_node_info->result;
my $ni = $fcp->node_info;
See http://freenet.sourceforge.net/index.php?page=fcp for a description of what the messages do. I am too lazy to document all this here.
The module uses AnyEvent to find a suitable Event module.
Download (0.028MB)
Added: 2007-06-23 License: Perl Artistic License Price:
854 downloads
net-acct 0.7
net-acct logs network traffic. more>>
net-acct logs network traffic. It provides a daemon (nacctd) that logs all traffic passing through the machine it runs on. Capability is provided to associate traffic to slip/ppp users if you run a slip/ppp server.
You should use this because:
You are providing IP to customers and want to charge them based on the traffic they generate.
You are a statistics freak and want to see how much of your network traffic is for NetNews, FTP, WWW etc.
Enhancements:
- revised docs and Makefile slightly (added -O2 etc)
- increased default hash table size and improved algorithm
- added ICMP masquerading and masq bug fixes
- fixed bug with multiple notdev definitions in naccttab
- added PLIP header entry to naccttab.sample
- fixed disable entry in naccttab from field 8 to 7 for 0.5 compatibility
- fixed problem with promisc devices not being reinitialized on SIGHUP
<<lessYou should use this because:
You are providing IP to customers and want to charge them based on the traffic they generate.
You are a statistics freak and want to see how much of your network traffic is for NetNews, FTP, WWW etc.
Enhancements:
- revised docs and Makefile slightly (added -O2 etc)
- increased default hash table size and improved algorithm
- added ICMP masquerading and masq bug fixes
- fixed bug with multiple notdev definitions in naccttab
- added PLIP header entry to naccttab.sample
- fixed disable entry in naccttab from field 8 to 7 for 0.5 compatibility
- fixed problem with promisc devices not being reinitialized on SIGHUP
Download (0.043MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1216 downloads
Net::DNS 0.57
Net::DNS::RR::A is a DNS A resource record. more>>
Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the
programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page.
To read about the latest features, see the Changes file. To find out about known bugs and to see whats planned for future versions, see the TODO file.
Net::DNS does not depend on any C libraries. However, if possible Net::DNS tries to link against a C-library that is supplied with the code. This provides a notable speed increase.
The author invites feedback on Net::DNS. If theres something youd like to have added, please let me know. If you find a bug, please send me the information described in the BUGS section below.
METHODS
address
print "address = ", $rr->address, "n";
Returns the RRs address field.
<<lessprogrammer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page.
To read about the latest features, see the Changes file. To find out about known bugs and to see whats planned for future versions, see the TODO file.
Net::DNS does not depend on any C libraries. However, if possible Net::DNS tries to link against a C-library that is supplied with the code. This provides a notable speed increase.
The author invites feedback on Net::DNS. If theres something youd like to have added, please let me know. If you find a bug, please send me the information described in the BUGS section below.
METHODS
address
print "address = ", $rr->address, "n";
Returns the RRs address field.
Download (0.13MB)
Added: 2006-06-01 License: Perl Artistic License Price:
1243 downloads
Net-SSH2 0.09
Net-SSH2 is a SSH 2 protocol interface. more>>
Net-SSH2 is a SSH 2 protocol interface.
SYNOPSIS
Top
use Net::SSH2;
my $ssh2 = Net::SSH2->new();
$ssh2->connect(example.com) or die;
if ($ssh2->auth_keyboard(fizban)) {
my $chan = $ssh2->channel();
$chan->exec(program);
my $sftp = $ssh2->sftp();
my $fh = $sftp->open(/etc/passwd) or die;
print $_ while < $fh >;
}
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
Unless otherwise indicated, methods return a true value on success and false on failure; use the error method to get extended error information.
The typical order is to create the SSH2 object, set up the connection methods you want to use, call connect, authenticate with one of the auth methods, then create channels on the connection to perform commands.
<<lessSYNOPSIS
Top
use Net::SSH2;
my $ssh2 = Net::SSH2->new();
$ssh2->connect(example.com) or die;
if ($ssh2->auth_keyboard(fizban)) {
my $chan = $ssh2->channel();
$chan->exec(program);
my $sftp = $ssh2->sftp();
my $fh = $sftp->open(/etc/passwd) or die;
print $_ while < $fh >;
}
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
Unless otherwise indicated, methods return a true value on success and false on failure; use the error method to get extended error information.
The typical order is to create the SSH2 object, set up the connection methods you want to use, call connect, authenticate with one of the auth methods, then create channels on the connection to perform commands.
Download (0.064MB)
Added: 2006-09-28 License: Perl Artistic License Price:
1125 downloads
Net::YMSG 1.2
Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. more>>
Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol.
SYNOPSIS
use Net::YMSG;
my $yahoo = Net::YMSG->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
Net::YMSG is a client class for connecting with the Yahoo! Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
METHODS
This section documents method of the Net::YMSG class.
Net::YMSG->new()
It should be called with following arguments (items with default value are optional):
id => yahoo id
password => password
pre_login_url => url which refers to setting information.
(default http://msg.edit.yahoo.com/config/)
hostname => server hostname
(default scs.yahoo.com)
Returns a blessed instantiation of Net::YMSG.
Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows.
my $yahoo_japan = Net::YMSG->new(
pre_login_url => http://edit.my.yahoo.co.in/config/,
hostname => cs.yahoo.co.in,
);
Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries.
<<lessSYNOPSIS
use Net::YMSG;
my $yahoo = Net::YMSG->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
Net::YMSG is a client class for connecting with the Yahoo! Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
METHODS
This section documents method of the Net::YMSG class.
Net::YMSG->new()
It should be called with following arguments (items with default value are optional):
id => yahoo id
password => password
pre_login_url => url which refers to setting information.
(default http://msg.edit.yahoo.com/config/)
hostname => server hostname
(default scs.yahoo.com)
Returns a blessed instantiation of Net::YMSG.
Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows.
my $yahoo_japan = Net::YMSG->new(
pre_login_url => http://edit.my.yahoo.co.in/config/,
hostname => cs.yahoo.co.in,
);
Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries.
Download (0.015MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1058 downloads
SDL.NET 6.0.0
SDL.NET is a set of object-oriented CLS-compliant .NET bindings for the SDL gaming library. more>>
SDL.NET is a set of object-oriented CLS-compliant .NET bindings for the SDL gaming library. And provides high-level access to audio, keyboard, mouse, joystick, TrueType fonts, various image formats, sound mixing, MPEG-1 movies and 3D hardware via OpenGL, 2D video framebuffer.
Given the open nature of Wiki, the SDL.NET team does not take any responsibility for the content or accuracy of content provided on these pages. All content is the responsibility and property of its author.
<<lessGiven the open nature of Wiki, the SDL.NET team does not take any responsibility for the content or accuracy of content provided on these pages. All content is the responsibility and property of its author.
Download (15MB)
Added: 2007-05-07 License: LGPL (GNU Lesser General Public License) Price:
538 downloads
Net::UPS 0.04
Net::UPS is an implementation of UPS Online Tools API in Perl.v more>>
Net::UPS is an implementation of UPS Online Tools API in Perl.
SYNOPSIS
use Net::UPS;
$ups = Net::UPS->new($userid, $password, $accesskey);
$rate = $ups->rate($from_zip, $to_zip, $package);
printf("Shipping this package $from_zip => $to_zip will cost you $.2fn", $rate->total_charges);
Net::UPS implements UPS Online Tools API in Perl. In a nutshell, Net::UPS knows how to retrieve rates and service information for shipping packages using UPS, as well as for validating U.S. addresses.
This manual is optimized to be used as a quick reference. If youre knew to Net::UPS, and this manual doesnt seem to help, youre encouraged to read Net::UPS::Tutorial first.
<<lessSYNOPSIS
use Net::UPS;
$ups = Net::UPS->new($userid, $password, $accesskey);
$rate = $ups->rate($from_zip, $to_zip, $package);
printf("Shipping this package $from_zip => $to_zip will cost you $.2fn", $rate->total_charges);
Net::UPS implements UPS Online Tools API in Perl. In a nutshell, Net::UPS knows how to retrieve rates and service information for shipping packages using UPS, as well as for validating U.S. addresses.
This manual is optimized to be used as a quick reference. If youre knew to Net::UPS, and this manual doesnt seem to help, youre encouraged to read Net::UPS::Tutorial first.
Download (0.020MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1097 downloads
Net::Oscar 1.0
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.
<<less Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
Net::ICQ 0.16
This is a set of Perl modules that allow you to access the ICQ Instant Messaging. more>>
This is a set of Perl modules that allow you to access the ICQ Instant Messaging. These modules provide you access to creating/receiving messages, writing clients, etc.
After unzipping and untarring the distribution directory,you should be running these commands to install it:
perl Makefile.PL
make
make test
make install
Enhancements:
- Implemented Nezar Nielsens META_USER patch, with some additions.
- Added Net::ICQ object as first param when calling handlers. (IMPORTANT - this will break your existing handlers!)
- Applied Robin Fishers patch for SRV_INFO_FAIL (300) and splitting off the privacy flags from status into a new field privacy. Moved privacy flags into %privacy_codes .
- Added connect(). Now new() does not connect on its own.
- Applied Robin Fishers fix for the weird case where we get V3 packets from
- the server.
- Fixed debug output of packets inside multis, so the events code number is
- printed.
<<lessAfter unzipping and untarring the distribution directory,you should be running these commands to install it:
perl Makefile.PL
make
make test
make install
Enhancements:
- Implemented Nezar Nielsens META_USER patch, with some additions.
- Added Net::ICQ object as first param when calling handlers. (IMPORTANT - this will break your existing handlers!)
- Applied Robin Fishers patch for SRV_INFO_FAIL (300) and splitting off the privacy flags from status into a new field privacy. Moved privacy flags into %privacy_codes .
- Added connect(). Now new() does not connect on its own.
- Applied Robin Fishers fix for the weird case where we get V3 packets from
- the server.
- Fixed debug output of packets inside multis, so the events code number is
- printed.
Download (0.018MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1233 downloads
Net::DRI 0.80
Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface for DNS providers. more>>
Net::DRI is a collection of object oriented Perl modules that provides an abstract and uniform interface to connect to domain name providers, either registries, registrars or an entity at another level.
Thus Net::DRI can be used by a registrar to establish connections with various registries, or by a reseller that needs to connect with its registrar, or by an end client that needs to connect with its provider, be it a registrar or not, without being forced to use the specific interface available from the provider!
Net::DRI can then allow access to functions that were not even available in the native provider interface, such as batch processing. Furthermore, by hiding differences between providers interfaces, an application using Net::DRI for its connections will almost not have to be changed if there is a need to change providers, or if one provider changes the way it operates (new interface, other protocols, and so on...). With this solution, it is easy to adapt to political or technical changes of its registration providers.
Net::DRI implements many transports and protocols: this allows to take into account specifics of various providers. It is an open framework, and it is easy to add new providers, protocols and transports; it also allows to easily handle cases close to a standard but with few differences. Net::DRI handles synchronous providers (ex: through a web site, the answer comes immediately) as well as asynchronous ones (ex: by email, the answer can come many hours after the request).
Net::DRI implements RRP and EPP, which are two IETF standards. It is the only independant and free implementation of these two standards. Everywhere it is possible, Net::DRI standardizes on EPP (for example for return status codes) by translating other cases to EPP.
Net::DRI can handle many providers simultaneously, even if they offer services in the same domain names, through as many simultaneous connections as needed with various protocols and/or transports for the same provider.
Enhancements:
- This release adds full support for .LU as well as updated support for .AT and .BIZ.
- It also adds two new protocols that can be used by anyone, not only registrars: DAS is used by .BE and .EU to query only the availability of a domain name, and Whois (RFC3912) with parsing is provided for .COM, .NET, .ORG, .BIZ, .INFO, .AERO, and .EU.
<<lessThus Net::DRI can be used by a registrar to establish connections with various registries, or by a reseller that needs to connect with its registrar, or by an end client that needs to connect with its provider, be it a registrar or not, without being forced to use the specific interface available from the provider!
Net::DRI can then allow access to functions that were not even available in the native provider interface, such as batch processing. Furthermore, by hiding differences between providers interfaces, an application using Net::DRI for its connections will almost not have to be changed if there is a need to change providers, or if one provider changes the way it operates (new interface, other protocols, and so on...). With this solution, it is easy to adapt to political or technical changes of its registration providers.
Net::DRI implements many transports and protocols: this allows to take into account specifics of various providers. It is an open framework, and it is easy to add new providers, protocols and transports; it also allows to easily handle cases close to a standard but with few differences. Net::DRI handles synchronous providers (ex: through a web site, the answer comes immediately) as well as asynchronous ones (ex: by email, the answer can come many hours after the request).
Net::DRI implements RRP and EPP, which are two IETF standards. It is the only independant and free implementation of these two standards. Everywhere it is possible, Net::DRI standardizes on EPP (for example for return status codes) by translating other cases to EPP.
Net::DRI can handle many providers simultaneously, even if they offer services in the same domain names, through as many simultaneous connections as needed with various protocols and/or transports for the same provider.
Enhancements:
- This release adds full support for .LU as well as updated support for .AT and .BIZ.
- It also adds two new protocols that can be used by anyone, not only registrars: DAS is used by .BE and .EU to query only the availability of a domain name, and Whois (RFC3912) with parsing is provided for .COM, .NET, .ORG, .BIZ, .INFO, .AERO, and .EU.
Download (MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
918 downloads
net-tools 1.60
net-tools are programs that form the base set of the NET-3 networking distribution. more>>
The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system.
It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
<<lessIt contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
Net::Pcap 0.12
Net::Pcap is an Interface to pcap(3) LBL packet capture library. more>>
Net::Pcap is an Interface to pcap(3) LBL packet capture library.
SYNOPSIS
use Net::Pcap;
my $err = ;
my $dev = Net::Pcap::lookupdev($err); # find a device
# open the device for live listening
my $pcap = Net::Pcap::open_live($dev, 1024, 1, 0, $err);
# loop over next 10 packets
Net::Pcap::loop($pcap, 10, &process_packet, "just for the demo");
# close the device
Net::Pcap::close($pcap);
sub process_packet {
my($user_data, $header, $packet) = @_;
# do something ...
}
Net::Pcap is a Perl binding to the LBL pcap(3) library. The README for libpcap describes itself as:
"a system-independent interface for user-level packet capture.
libpcap provides a portable framework for low-level network
monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc."
<<lessSYNOPSIS
use Net::Pcap;
my $err = ;
my $dev = Net::Pcap::lookupdev($err); # find a device
# open the device for live listening
my $pcap = Net::Pcap::open_live($dev, 1024, 1, 0, $err);
# loop over next 10 packets
Net::Pcap::loop($pcap, 10, &process_packet, "just for the demo");
# close the device
Net::Pcap::close($pcap);
sub process_packet {
my($user_data, $header, $packet) = @_;
# do something ...
}
Net::Pcap is a Perl binding to the LBL pcap(3) library. The README for libpcap describes itself as:
"a system-independent interface for user-level packet capture.
libpcap provides a portable framework for low-level network
monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc."
Download (0.076MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1207 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above net search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed