
This directory contains contributions from BalanceNG customers and other 
contributors. These contributions are included in the BalanceNG distribution
with permission and without any warranty and support. 

BngAgentService.zip  

  This is an implementation of a BalanceNG agent as a Windows Service
  written in Delphi 7 (objective Pascal) by GLOBO Technologies S.A. Greece.

  INSTALL

  - Extract the files from the BngAgentService.zip archive.
  - Open a Command Prompt (MS-DOS) window.
  - Go to the folder in which the BngAgentService.exe is located.
  - Execute BngAgentService.exe /install to install the service.
    (BngAgentService.exe /uninstall to remove the service)
  - Open the ini file bngagent.ini
    Port: is the port which the agent is listening.
    *httpPort: is the port which a small build-in HTTP server is listening.
  
  - Open the Administrative Tools --> Services window  and start the BngAgent
    Service
    *For debuging reasons, you can point a browser to the agent's IP at the port
    which is defined in the bngagent.ini as httpPort.
    You will get a list with the last 100 requests. 
    eg.  <http://10.1.1.211:8088> http://10.1.1.211:8088 
  
