Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CPUnetLOG
TCPlivePLOT
Commits
aba4e75c
Commit
aba4e75c
authored
Oct 29, 2019
by
Felix Neumeister
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
peliminary commit - at least running
parent
9427be6d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
201 additions
and
191 deletions
+201
-191
tcpliveplot/backends/gui/live.py
tcpliveplot/backends/gui/live.py
+200
-190
tcpliveplot/main.py
tcpliveplot/main.py
+1
-1
No files found.
tcpliveplot/backends/gui/live.py
View file @
aba4e75c
This diff is collapsed.
Click to expand it.
tcpliveplot/main.py
View file @
aba4e75c
...
...
@@ -78,7 +78,7 @@ def main():
tcpLivePlot
=
TcpLivePlot
(
inputBackend
,
guiBackend
,
options
,
infoRegistry
)
signal
.
signal
(
signal
.
SIGINT
,
tcpLivePlot
.
handleSignals
)
signal
.
signal
(
signal
.
SIGTERM
,
tcpLivePlot
.
handleSignals
)
tcpLivePlot
.
run
()
#
tcpLivePlot.run()
# try:
# tcpLivePlot = TcpLivePlot(inputBackend, guiBackend, options, infoRegistry)
# signal.signal(signal.SIGINT, tcpLivePlot.handleSignals)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment