net/README: update tmux documentation

Change-Id: I5561dae3898bf86176d7693c08732a68a1158a14
This commit is contained in:
Oliver Smith 2022-02-25 12:49:17 +01:00
parent b252b4a043
commit b2a83f7a17
1 changed files with 6 additions and 5 deletions

View File

@ -123,11 +123,12 @@ run.sh uses sudo to start tcpdump, configure ip forwarding and masquerading
When you launch run.sh, many xterms are launched, and when hitting enter, all When you launch run.sh, many xterms are launched, and when hitting enter, all
of them get destroyed again. This is obviously intended to be run on your of them get destroyed again. This is obviously intended to be run on your
desktop computer or laptop, not on a remote box. It may also make sense to desktop computer or laptop, not on a remote box.
launch all of them in the current shell, and maybe or maybe not switch off
stderr logging; or to launch each component in a tmux window or whatnot -- if It's also possible to set TERMINAL="tmux" in your network configuration, then
you figure out something in that line, I would be glad to get contributions and run.sh starts a tmux session and runs each Osmocom program as own tmux window
incorporate that. inside that session. Switch to the first window (^B + 0) and hit enter to close
all windows and the whole tmux session. This does work over SSH.
=== Logging and pcaps === Logging and pcaps