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
72ae3f5a
Commit
72ae3f5a
authored
4 years ago
by
Robin Mueller
Browse files
Options
Downloads
Patches
Plain Diff
file headers improved
parent
7d85c494
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/tmtc_client_core.py
+2
-22
2 additions, 22 deletions
core/tmtc_client_core.py
tmtc_client_cli.py
+8
-7
8 additions, 7 deletions
tmtc_client_cli.py
tmtc_client_gui.py
+8
-6
8 additions, 6 deletions
tmtc_client_gui.py
with
18 additions
and
35 deletions
core/tmtc_client_core.py
+
2
−
22
View file @
72ae3f5a
#!/usr/bin/python3
#!/usr/bin/python3
"""
"""
@brief
This client was developed by KSat for the SOURCE project to test the on-board software.
@brief
Core method called by entry point files to initiate the TMTC commander
@details
@details
This client features multiple sender/receiver modes and has been designed
to be extensible and easy to use. This clien is based on the PUS standard for the format
of telecommands and telemetry. It can also send TMTC via different interfaces like the
serial interface (USB port) or ethernet interface.
@license
Copyright 2020 KSat e.V. Stuttgart
Licensed under the Apache License, Version 2.0 (the
"
License
"
);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an
"
AS IS
"
BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
@manual
@manual
Run this file with the -h flag to display options.
@author R. Mueller
"""
"""
import
sys
import
sys
...
...
This diff is collapsed.
Click to expand it.
tmtc_client_cli.py
+
8
−
7
View file @
72ae3f5a
#!/usr/bin/python3
#!/usr/bin/python3
"""
"""
@brief
This client was developed by KSat for the SOURCE project to test the on-board softwar
e.
@brief
TMTC Commander entry point for command line mod
e.
@details
@details
This client features multiple sender/receiver modes and has been designed
This client was developed by KSat for the SOURCE project to test the on-board software but
to be extensible and easy to use. This clien is based on the PUS standard for the format
has become a more generic tool to perform TMTC (Telemetry and Telecommand) handling via
of telecommands and telemetry. It can also send TMTC via different interfaces like the
different communication interfacec. Currently, only the PUS standard is implemented as a packet
serial interface (USB port) or ethernet interface.
standard.
Run this file with the -h flag to display options.
@license
@license
Copyright 2020 KSat e.V. Stuttgart
Copyright 2020 KSat e.V. Stuttgart
...
@@ -22,8 +24,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
@@ -22,8 +24,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
@manual
@author R. Mueller
Run this file with the -h flag to display options.
"""
"""
from
core.tmtc_client_core
import
run_tmtc_client
from
core.tmtc_client_core
import
run_tmtc_client
...
...
This diff is collapsed.
Click to expand it.
tmtc_client_gui.py
+
8
−
6
View file @
72ae3f5a
#!/usr/bin/python3
#!/usr/bin/python3
"""
"""
@brief
This client was developed by KSat for the SOURCE project to test the on-board softwar
e.
@brief
TMTC Commander entry point for GUI mod
e.
@details
@details
This client features multiple sender/receiver modes and has been designed
This client was developed by KSat for the SOURCE project to test the on-board software but
to be extensible and easy to use. This clien is based on the PUS standard for the format
has become a more generic tool to perform TMTC (Telemetry and Telecommand) handling via
of telecommands and telemetry. It can also send TMTC via different interfaces like the
different communication interfacec. Currently, only the PUS standard is implemented as a packet
serial interface (USB port) or ethernet interface.
standard.
Run this file with the -h flag to display options.
@license
@license
Copyright 2020 KSat e.V. Stuttgart
Copyright 2020 KSat e.V. Stuttgart
...
@@ -22,7 +24,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
@@ -22,7 +24,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
@
manual
@
author R. Mueller
"""
"""
from
core.tmtc_client_core
import
run_tmtc_client
from
core.tmtc_client_core
import
run_tmtc_client
...
...
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