Concept and installation
OIBus Agent is a tool used to embed through HTTP some protocol specific queries. For now, ODBC and OPCHDA are supported.
OIBus can request the agent through its South connectors ODBC and OPCHDA.
- Windows
- Linux
Installation
Unzip the archive, from which you will get three files:
- OIBusAgent.exe: binary used to run the agent
- install-agent.bat: script used to install the agent as a Windows service
- uninstall-agent.bat: script used to uninstall the service
Running the agent
If you just want to run the agent without using the service manager, simply run the following command in a terminal:
OIBusAgent.exe
That will run the OIBus agent on its default HTTP port 2224. You can specify another port with:
OIBusAgent.exe -p 2225
Installation
Unzip the archive, from which you will get three files:
- OIBusAgent: binary used to run the agent
- install-agent.sh: script used to install the agent as a Linux service
- uninstall-agent.sh: script used to uninstall the service
Running the agent
If you just want to run the agent without using the service manager, simply run the following command in a terminal:
./OIBusAgent
That will run the OIBus agent on its default HTTP port 2224. You can specify another port with:
./OIBusAgent -p 2225