getting_started:tutorials:systemeeros1
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:tutorials:systemeeros1 [2020/12/03 11:50] – [Talking to an External Application] ursgraf | getting_started:tutorials:systemeeros1 [2026/04/12 16:04] (current) – [Talking Between two EEROS Applications] ursgraf | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ====== Talking to an External Application ====== | ====== Talking to an External Application ====== | ||
| - | In the EEROS library you will find a directory with examples. Open a shell in the build directory of your EEROS library and run | + | In the EEROS library you will find a directory with examples. |
| + | |||
| + | Open a shell in the build directory of your EEROS library and run | ||
| < | < | ||
| - | $ sudo ./ | + | $ ./ |
| </ | </ | ||
| Open a second terminal and run | Open a second terminal and run | ||
| < | < | ||
| - | $ sudo ./ | + | $ ./ |
| </ | </ | ||
| As soon as the connection is established the socket data block periodically sends its input signal of type '' | As soon as the connection is established the socket data block periodically sends its input signal of type '' | ||
| Line 24: | Line 26: | ||
| Another example shows how two independent EEROS applications can pass data among each other by using a socket data block each. Open a shell in the build directory of your EEROS library and run | Another example shows how two independent EEROS applications can pass data among each other by using a socket data block each. Open a shell in the build directory of your EEROS library and run | ||
| < | < | ||
| - | $ sudo ./ | + | $ ./ |
| </ | </ | ||
| Open a second terminal and run | Open a second terminal and run | ||
| < | < | ||
| - | $ sudo ./ | + | $ ./ |
| </ | </ | ||
| While the socket data block of the former creates a socket server the latter creates a socket client which connects to the server. | While the socket data block of the former creates a socket server the latter creates a socket client which connects to the server. | ||
| - | [{{ : | + | [{{ : |
| You can alter the data types passed among them by commenting / uncommenting the corresponding lines directly in the source code. After changing the code you must recompile and rerun the examples. | You can alter the data types passed among them by commenting / uncommenting the corresponding lines directly in the source code. After changing the code you must recompile and rerun the examples. | ||
getting_started/tutorials/systemeeros1.1606992623.txt.gz · Last modified: by ursgraf
