IRATI / stack

RINA implementation for OS/Linux
http://irati.github.io/stack
73 stars 39 forks source link

Executing rina-echo-time causes trouble #1339

Closed joholly closed 3 years ago

joholly commented 3 years ago

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 System 1 (Configuration of System 2) Configuration system 2

The enrollment of IPC processes in the normal DIF went well, too.

I started the rina-echo-time server on system 2. rina-echo-time -l started It was registered to the normal DIF as well. rina-echo-time -l registered in DIF

When I tried to run the rina-echo-time client, I recieved the following error messages: rina-echo-time -c 100 ERROR

The Output of the Server in system 2 was: rina-echo-time -l recieved message

Can anyone tell me, how to fix this problem?

Thank you

edugrasa commented 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 :)

joholly commented 3 years ago

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: image

console of the server: image

edugrasa commented 3 years ago

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).

joholly commented 3 years ago

Alright :). Thank you for your help :)