This is the command testComponent that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
testComponent - Example of a component for DIET using the LogCentral
NAME
testComponent - Example of a component that connects to the LogCentral and publish some
messages. It is used as an example for the DIET program.
SYNOPSYS
testComponent
DESCRIPTION
testComponent connects to the LogCentral, publishes some messages and then disconnects.
Before starting the LogCentral, you must:
· launch a CORBA Naming Service.
· launch log forwarders if needed
· launch LogCentral service
· launch a tool to visualize the message sent
· Launch the testComponent
OPTIONS
EXAMPLE
· Launching the LogCentral
LogCentral -config ./LogCentral.cfg
· Launching the component
testComponent
RATIONALE
The testComponent uses CORBA as its communication layer. While it's a flexible and robust
middleware, its deployement on heterogeneous networks still is delicate and may require
using ssh tunnels.
Use testComponent online using onworks.net services