4. Using Arinc 429 Functionality
Figure 4-12 WinSCP file transfer
Via a SSH Shell (see Figure 4-12), the presence can be verified by executing the ‘ls’
command in the /home/user directory.
4.4.4 Execution of Python Scripts
See the section 4.4.2 for establishing a proper SSH connection and section 4.4.3 for
transferring scripting files via SCP to the ANET.
If the user’s home directory e.g. /home/user already contains locally stored python
scripts, they are simply executed by:
$ python <scriptfilename>.py
All print outputs of the Python script will appear in the SSH client console window per
default (see Figure 4.4.4).