Tutorial フォルダ内に scripts フォルダと chatter.sh ファイルが表示されません
作成されるTutorial
フォルダは、 にある OpenSpliceDDS チュートリアルの正確なコピーです$OSPL_HOME/examples/dcps/standalone/Java/Tutorial
。resful-dds README
実際には がないため、 とこのチュートリアルの説明の間に不一致があるようchatter.sh
です。ただし、実行方法を説明するディレクトリREADME.txt
内にあります。Tutorial
Chatter
Chatter [userid] [username]
userid: an integer number that uniquely identifies the sender of a message
(Transmit a message with userid = -1 to terminate the MessageBoard.)
username: the user-name other chatters will see when they receive one of your
chat messages.
The executables classes are located in the chatroom package, but should be
started from the current directory in the following way:
...
java -classpath $OSPL_HOME/jar/dcpssaj.jar:bld chatroom.Chatter 1 Bill
この手順に従うと、 を実行できるはずですChatter
。もちろん、最初に実行ospl start
してインフラストラクチャを初期化する必要があります。
ところで、Java バージョンのチュートリアルを実行する必要はありません。サポートされている言語であれば実行できます。Chatter
OpenSpliceDDS のインストール自体で、さまざまな言語での実行に関する詳細情報が得られるはずです。安らかな DDS Web サービスは、元のプロセスがどの言語で記述されていても、DDS バスで見つかったすべてのデータを取得し、HTTP 経由で公開します。