1 / 18

PIKA Technologies Inc. Analog Logger Application Sample December 2009

PIKA Technologies Inc. Analog Logger Application Sample December 2009. What is it?. Sample Application developed in C++ Can be used to passively record calls from Analog HMP Card Works on HMP 2.7 platforms (Windows, Linux) with PIKA Analog PCIe Boards (FXO) and Warp FXO module

branxton
Télécharger la présentation

PIKA Technologies Inc. Analog Logger Application Sample December 2009

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PIKA Technologies Inc.Analog Logger Application Sample December 2009

  2. What is it? Sample Application developed in C++ Can be used to passively record calls from Analog HMP Card Works on HMP 2.7 platforms (Windows, Linux) with PIKA Analog PCIe Boards (FXO) and Warp FXO module For Windows, a wav converter application is included to convert from raw to Wav format

  3. Getting Started for the PC • Install the PIKA Low Level HMP API on a PC ( 2.7.x or newer ) as described in the Getting Started Guide • Install the PCIe board in the PC • Download, Compile, and run the Analog Logger application • Requires proper trunk licenses to be installed.

  4. Getting Started with the Warp • Install PADS on a Linux PC as described in the PADS user’s Guide • Build PADS with the AnalogLogger extra package • Download the image and run the AnalogLogger application

  5. Overall Architecture Description At start-up the application will create all the required instances. It will therefore create the System instance and its associated members. Each instance will communicate with the PIKA Driver (PKH_XXX) to configure and start it’s associated objects. For debugging purposes an event message logger (not to be confused with the analog logger) has been included to show events on the console and can also be injected to the PIKA Driver logs. The AnalogBoard instance contains a set of trunks that were detected.

  6. Application thread Diagram PKH_SYSTEM_XXX Main Application Thread Initialize Analog Logger package PIKA Driver PKH_BOARD_XXX Configure PKH_TRUNK_XXX Start PKH_CHANNEL_XXX Stop PKH_RECORD_XXX PKH_LOG_XXX Cleanup PKH_FSK_XXX Spawn Thread Spawn Thread ApplicationEvent Thread PIKA Event Thread Application Queue WaitOnEvent PKH_QUEUE_XXX Raise event PIKA Event

  7. Class Hierarchy and containment LogClient Logger (singleton) BaseEntity Filemanager (singleton) System 1 AnalogBoard 1 n Recorder 1 n Trunk 1 Fsk Rx 1 1 Dtmf Rx

  8. Project Directory Description • Docs : Document description • Linux: Linux Makefile • Source: Source Code related to this application • Windows: All Windows related project and solution files.

  9. Source Files Description • application.h: Defines all Application related definitions. • analogboard.cpp,.h : Analog Board class and method definition. Encapsulates Trunks instances. • analoglogger.cpp : Main Application methods • analogloggerconsole: Main Console application methods • baseentity.cpp,.h: Base Class for all PIKA related objects. • eventlistener.cpp, .h: Event Listener class and method definition used to propagate events to the application. • eventqueue.cpp, .h: Event Queue class and method definition used to propagate events to the application. • filemanager.cpp, .h: File Manager which hides OS-specific methods to save audio files. • logclient.cpp, .h: Log Client is a base class used to propagate message information events to the console and log files.

  10. Source Files Description logger.cpp, .h: Log Client interfaces with the Logger Class singleton object to propagate message information events to the console and log files. receivedtmf.cpp, .h: Used to configure the trunk to handle dtmf callerID. receivefsk.cpp, .h: Used to configure the trunk to handle FSK callerID. recorder.cpp, .h: Used to record audio speech onto a binary file. system.cpp, .h: System class and method definition. Encapsulates Analog boards. trunk.cpp, .h: Trunk class and method definition. Encapsulates Recorder, Receive DTMF and Receive FSK instances. WaveConverter.cpp, .h: Functions used to convert from raw to .wav files (Windows only)

  11. Developing and building with PC boards • Get the code onto the PC from either • Sample Code - HMP • svn link • For Windows with MS Visual Studio 2005 • Open /windows/AnalogLogger/AnalogLogger.sln • Build • For Linux run make • # cd linux • # make

  12. Developing and building with Warp • Install PADS on a Linux PC • Build PADS • # make • Build Analog Logger application • # make analoglogger • Build image • # make image

  13. Running the application • From the command line run the application • # ./analoglogger • For a list of parameters, add “-h” • # ./analoglogger –h • Creates 2 directories • inprogress : in progress audio recordings • complete : completed audio recordings

  14. Output from running the Application

  15. Customizing the application • Event Processing • Handle specific events or all PIKA related events • ProcessEvents for all PIKA related events • WaitOnEvent for Application specific events. • File name control • Refer to Recorder::openFile()

  16. C# application • A C# application example exist in AnalogLogger.sln to demonstrate how one could interface with the analog logger as a DLL.

  17. Reference Documentation • PIKA HMP – Getting Started • PIKA HMP - Programmer’s Guide • PIKA HMP – API Reference Manual • PADS User’s Guide

  18. Comments and feedback • Add your feedback to the PIKA Forum.

More Related