another helpful command added
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2021-10-11 11:09:53 +02:00
parent 10f2a7a7b7
commit 7d6022ab09
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -580,8 +580,15 @@ The OBSW supports sending PUS TM packets via TCP or the PDEC IP Core which trans
CADU frames. To make the CADU frames receivabel by the CADU frames. To make the CADU frames receivabel by the
[TMTC porgram](https://egit.irs.uni-stuttgart.de/eive/eive-tmtc), a python script is running as [TMTC porgram](https://egit.irs.uni-stuttgart.de/eive/eive-tmtc), a python script is running as
`systemd` service named `tmtc_bridge` on the flatsat PC which forwards TCP commands to the TCP `systemd` service named `tmtc_bridge` on the flatsat PC which forwards TCP commands to the TCP
server of the OBC and reads CADU frames from a serial interface. The PUS packets transported with server of the OBC and reads CADU frames from a serial interface.
the CADU frames are extracted
You can check whether the service is running with
```sh
systemctl status tmtc_bridge
```
The PUS packets transported with the CADU frames are extracted
and forwared to the TMTC program's TCP client. The code of the TMTC bridge can be found and forwared to the TMTC program's TCP client. The code of the TMTC bridge can be found
[here](https://egit.irs.uni-stuttgart.de/eive/tmtc-bridge). To connect the TMTC program to the [here](https://egit.irs.uni-stuttgart.de/eive/tmtc-bridge). To connect the TMTC program to the
TMTC-bridge a port forwarding from a host must be set up with the following command: TMTC-bridge a port forwarding from a host must be set up with the following command: