Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
    • Cedric Roux's avatar
      T: add a 'multi' tracer · fdd4366d
      Cedric Roux authored
      This tracer allows the connection of several tracers to one tracee.
      
      To use the multi tracer:
      - run the tracee as usual, eg. ./lte-softmodem -O xxxx.conf --T_stdout 0
      - run the multi tracer: ./multi -d ../T_messages.txt
      - connect other tracers to the multi tracer:
         - ./enb -d ../T_messages.txt -p 2022
         - ./textlog -d ../T_messages.txt -p 2022
         - etc.
      
      By default the multi tracer connects to the tracee to the port 2021,
      as for any other tracer.
      
      Then it accepts connections from other tracers on the port 2022.
      
      This can be changed with parameters on the command line.
      
      The tracee and the other tracers can be stopped/started at any time.
      fdd4366d
  2. Dec 05, 2016
  3. Jun 22, 2016
  4. Jun 05, 2016
  5. May 31, 2016
  6. May 25, 2016
    • Cedric Roux's avatar
      the tracee (lte-softmodem) now sends the content of T_messages.txt · 2e64d54e
      Cedric Roux authored
      as special events.
      
      If we store all received events to a file, this dump is now
      self-contained. Helps to analyze traces.
      
      Some functions have also been factorized in the process, too much
      duplication.
      
      (Also tracer/Makefile was forgotten in previous commit, included
      in this one...)
      2e64d54e
  7. May 20, 2016
  8. May 02, 2016
  9. May 01, 2016
  10. Apr 28, 2016
Loading