Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SRC OBDH TMTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robin Mueller
SRC OBDH TMTC
Commits
c3f15cc7
Commit
c3f15cc7
authored
5 years ago
by
Robin Mueller
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
ef250e0e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-5
16 additions, 5 deletions
README.md
with
16 additions
and
5 deletions
README.md
+
16
−
5
View file @
c3f15cc7
...
...
@@ -4,11 +4,22 @@ TMTC Client
## Prerequisites
Runs with Python 3.8.
Don't use Python 2.x!
Manual installation of crcmod and pyserial might be needed
1.
Install pip if it is not installed yet
2.
Install crcmod and all other required packages:
Command: python
<version>
-m pip
<version>
install crcmod
or use IDE (interpreter settings -> pip in PyCharm)
Manual installation of crcmod and pyserial might be needed.
It is recommended to install use PyCharm to run this client.
Students of the Uni Stuttgart usually have access to PyCharm Professional.
1.
Install pip if it is not installed yet
2.
Install crcmod and all other required packages if using system python
compiler. If using the local venv as the compiler, these packages
should be installed.
<br>
Command:
```
sh
python<version>
-m
pip<version>
install
crcmod
```
or use IDE (interpreter settings -> pip in PyCharm)
3.
Install python-tk.
```
sh
sudo
apt-get
install
python-tk
```
## How To Use
The script can be used by specifying command line parameters.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment