05/10/01
-msadikun
---------

Name of program: atapost.pl

Function:
is to post field container to one ATA186 via http protocol,
given it's IP.

    Usage:
    ------
    $0 [-h]elp | <ipaddress> <-field1=one> <-field2=two> <-...>

            -h:             This help information
            <ipaddress>:    it's in the form of W.X.Y.Z
            <-field1=..>:   value of \"-field1\" to change

Example
To change ata with ip=192.168.2.119 to use codec G723:

unix-prompt%> $0 192.168.2.119 -txcodec=1 -rxcodec=1
Establishing connection...
Connected.
Changing TxCodec to new value = 1
Changing RxCodec to new value = 1
done.

Requirement:
------------
-) ATA186 version 2.0


Notes:
------
This program is written in perl, to maintain portability issues.
It has been run, and tested in Unix (Solaris, Linux) and Windows.

If you need to download perl:
unix:	Perl with LWP and HTTP libraries 	
	(CPAN perl distribution should already include the above modules)
	www.cpan.org

windows: ActivePerl
	 www.activestate.com
	for windows98 and older you also need to get "instmsi.exe"
	activer perl uses a new packaging standard of microsoft installer
