HelloOscar-server: + Listens for HelloOscar messages from Clients & prints them to a log file. + Reads the hostname/port to listen on from '/etc/HelloOscar.conf' + Reads the log file's fully quallified name from '/etc/HelloOscar.conf' HelloOscar-client + Sends a message to server at given intervals + Reads name of server from '/etc/HelloOscar.conf' + Reads msg send interval from '/etc/HelloOscar.conf' HelloOscar-common + Simple lib that reads the 'HelloOscar.conf' file, figures out the parts pertaining to either 'Server' or 'Client' ========= * How can I integrate: - setup -- copy MDK9 RPMs over??? (have to update config.xml too) - post_clients -- ??? (possibly just say see C3 example in manual) - post_install -- start HelloOscarServerDaemon (helloo-server) * Possibly later add a HelloSssOscar-client, and a Switcher module to determine if which you want to load by default. - This would require the addition of a new Switcher Tag/Group as well as Configurator logic to determine which is 'default' - This will also require an addition to the 'config.xml' package switcher package HelloOscar package HelloOscar * Possibly add ODA hooks/examples as needed?