I built an application that use the Elektron EMA Java API. Is it possible to replay canned data using the sink_driven_src tool (or other tool) to test my application without having a live connection?
Hi @andre.malenfant
Please refer to the following article on recording and playback of data using rmdstestclient and sink_driven_src. This article mentions an EMA C++ example - you can use an EMA Java example in a similar way - i.e. by setting the hostname and port to localhost:14002
You can also find some canned data - (if you can't or don't want to capture your own) by selecting the Elektron SDK - Tools section of the Elektron SDK Downloads tab
Thanks a lot, was looking for a comprehensive documentation better than the pdf included in the tools release...
Hello @andre.malenfant
Please refer to Getting Playback Data with EMA VDO. This VDO shows step by step to setup and run sink_driven_src as a provider. Then, setup and run EMA Java consumer to retrieve data from the sink_driven_src on a local machine.