• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H26-Jun-2006-6860

lib/Net/H26-Jun-2006-936319

t/H26-Jun-2006-8658

ChangesH A D26-Jun-20061.8 KiB5938

MANIFESTH A D26-Jun-2006336 1615

META.ymlH A D26-Jun-2006314 119

Makefile.PLH A D08-Feb-2004611 1410

READMEH A D25-Jun-2006911 3422

README

1Net::NBName
2===========
3
4DESCRIPTION
5
6Net::NBName is a class that allows you to perform simple NetBIOS Name
7Service Requests in your Perl code. It performs these NetBIOS operations over
8TCP/IP using Perl's built-in socket support.
9
10I've currently implemented two NBNS requests: the node status request
11and the name query request. The node status request can be used to query
12the NetBIOS name table of a remote host; the name query request can be
13used to establish the ip address of a NetBIOS name.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires only the standard Socket module.
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2002, 2003, 2004, 2005, 2006 James Macfarlane
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34