Here are my Internet DNS tools. These console programs (dnslook, dnszcon) allow You to view DNS information (i.e., Internet domain names) for a given Internet host or network.
Bellow that, there are my three Java packages (ivmai.util, ivmai.dns and ivmai.storage) which are used intensively by the above mentioned utilities.
ivmai.util (v2.0) is a Java package which extends the standard java.util package functionality.
Java source files:
Note: Use JDK javadoc to produce HTML documentation for this package.
ivmai.dns (v3.0) is a Java package designed to implement DNS protocol basics (according to IETF RFC1034 and RFC1035 documents).
Java source files:
ivmai.storage (v2.0) is a Java package which offers a group of observable indexed object containers (hashed, sorted, list-like and tree-like) with the same single interface.
Java source files: