The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
RadioMobile version 0.01
========================

This module is a Perl interface to .net file of Radio Mobile, a software to predict
the performance of a radio system.

Currently this module only parse .net file to extract all information available
inside it such as units, radio systems, networks, some configuration of program
behaviour, the header with version file, number of units, systems and networks. It
also extract the relation between units, systems and networks to show the units
associated to a network, their systems and so on.

As soon as possible it will be possible to create a .net from scratch with
information available, as an example, from a database.

This module supports only .net file with 4000 as version number (I don't know
exactly from which it has been adopted this but I'm sure that all Radio Mobile file
starting from version 9.x.x used this). 

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   Class::Container
   Class::MethodMaker
   Array::AsObject
   File::Binary
   IO::Scalar

COPYRIGHT AND LICENCE

Copyright (C) 2011 by Emiliano Bruni

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.