License ------- GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file Requirements ------------ - install omniORB and omniORB development libraries (version 4.1.4 used while developing the initial version) - start omniNames name server (if problems try to edit /etc/omniorb/omniORB.cfg Build, install and clean ------------------------ - build with command: ./autobuild.sh (generates required autoconf files) - install with command: make install - clean source code from generated build files: make maintainer-clean howto run test application -------------------------- 1) start omniOrb name service #omniNames & 2) run server src_test/test_server 2) run client src_test/test_client howto build new version from idl -------------------------------- #cd src/idl #omniidl -bcxx -Wba -Wbtp RequestResponseBus.idl #copy generated files to src/plpbus directory