• Monitor EMS - trigger a trace

    From SRSeedBurners@21:1/5 to All on Fri Feb 10 08:15:37 2023
    Any ideas how to monitor the ems messages and if a certain message occurs trigger a ptrace script?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to SRSeedBurners on Fri Feb 10 20:07:24 2023
    On Friday, February 10, 2023 at 11:15:39 a.m. UTC-5, SRSeedBurners wrote:
    Any ideas how to monitor the ems messages and if a certain message occurs trigger a ptrace script?

    Create an EMS filter on the message number/SSID you want to monitor. Create a program in C that starts an EMSDIST process with the filter and wait for events. When you get such an event, use PROCESS_LAUNCH_ to start ptrace. The EMS Manual has examples of
    this, IIRC.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)