getting_started:tutorials:systemeeros1
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| getting_started:tutorials:systemeeros1 [2026/04/12 16:03] – [Talking to an External Application] ursgraf | getting_started:tutorials:systemeeros1 [2026/04/12 16:04] (current) – [Talking Between two EEROS Applications] ursgraf | ||
|---|---|---|---|
| Line 26: | 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.txt · Last modified: 2026/04/12 16:04 by ursgraf