The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

otaclient - Submits OTA messages to an OTA-compliant server

SYNOPSIS

  otaclient --ping               # sends an OTA_PingRQ message
  otaclient --ping --verbose     
  otaclient --send=OTA_PingRQ
  otaclient OTA_PingRQ
  otaclient OTA_PingRQ.xml
  otaclient /usr/mycompany/prod/share/ota/message/OTA_PingRQ.xml

DESCRIPTION

Submits OTA messages to an OTA-compliant server and prints out the response messages.

This is useful for exercising (and testing) an OTA-compliant server that you have developed.

ACKNOWLEDGEMENTS

 * Author:  Stephen Adkins <sadkins@therubicongroup.com>
 * Copyright: (c) 2005 Stephen Adkins (for the purpose of making it Free)
 * License: This is free software. It is licensed under the same terms as Perl itself.

SEE ALSO