Closed joholly closed 3 years ago
Hi,
The rina-echo-time application has not been updated for a while, I'd recommend using the rinaperf application instead. To use rinaperf to do the equivalent thing you were trying to achieve with rina-echo-time, please do the following:
You can execute ./rinaperf -h for the full list of options that rinaperf accepts. I hope that helps :)
Hi,
rinaperf is working, but there isn't any output on the console, where rinaperf is running on server mode. Is that normal?
console of the client:
console of the server:
Yes, this is normal. If you want to see more output to the console, you can run the server with the -v flag (rinaperf -l -v).
Alright :). Thank you for your help :)
Hello,
I installed IRATI on two Ubuntu machines (16.04.07). The kernel version is 4.15.0-117-generic on both machines. I tried to go through the first Tutorial "1. DIF-over-a-VLAN-(point-to-point-DIF)". The configuration of both systems went well.
(Configuration of system 1) (Configuration of System 2)
The enrollment of IPC processes in the normal DIF went well, too.
I started the rina-echo-time server on system 2. It was registered to the normal DIF as well.
When I tried to run the rina-echo-time client, I recieved the following error messages:
The Output of the Server in system 2 was:
Can anyone tell me, how to fix this problem?
Thank you