Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need the latest SmartSDR and Power Genius Software?
SmartSDR v3.1.12 and the SmartSDR v3.1.12 Release Notes. | SmartSDR v2.6.2 and the SmartSDR v2.6.2 Release Notes.
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes. | Power Genius XL Firmware v3.4.16. | Power Genius XL Utility v2.2.10.
SmartSDR v3.1.12 and the SmartSDR v3.1.12 Release Notes. | SmartSDR v2.6.2 and the SmartSDR v2.6.2 Release Notes.
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes. | Power Genius XL Firmware v3.4.16. | Power Genius XL Utility v2.2.10.
A way to observe commands and responses
Is there some "switch" (e.g. a command line option) that would log the commands sent by the SSDR UI to the FlexLIb Api and vice versa?
I'm looking through the C# FlexLIb API and trying to understand how it is used by the SSDR UI. Without access to the source for the UI it's a bit of a mystery at times. It would be helpful to see a log of the activity.
I suppose I could recompile FlexLIb API and add logging into it but I'm guessing that it might already exist (in some undocumented dark corner).
Thanks
I'm looking through the C# FlexLIb API and trying to understand how it is used by the SSDR UI. Without access to the source for the UI it's a bit of a mystery at times. It would be helpful to see a log of the activity.
I suppose I could recompile FlexLIb API and add logging into it but I'm guessing that it might already exist (in some undocumented dark corner).
Thanks
1
Leave a Comment
Categories
- 69 Community Topics
- 1.9K New Ideas
- 120 The Flea Market
- 5.4K Software
- 4.9K SmartSDR for Windows
- 35 SmartSDR for Maestro and M models
- 86 SmartSDR for Mac
- 143 SmartSDR for iOS
- 149 SmartSDR CAT
- 67 DAX
- 278 SmartSDR API
- 7.1K Radios and Accessories
- 5.8K FLEX-6000 Signature Series
- 555 Maestro
- 14 FlexControl
- 722 FLEX Series (Legacy) Radios
- 149 Power Genius Products
- 117 Power Genius XL Amplifier
- 10 Power Genius Utility
- 22 Tuner Genius
- 41 Shack Infrastructure
- 22 Networking
- 89 Remote Operation (SmartLink)
- 50 Contesting
- 127 Peripherals & Station Integration
- 62 Amateur Radio Interests
- 404 Third-Party Software
Answers
“Perry Rhodan fascist
Run the right filters and you will see all the traffic to and from the radio.
73, Andreas, N6NU
I agree, Wireshark can be useful. The right filters are the part I find difficult. I was hoping that there was some simpler approach buried in the code.
BTW, I didn't state the problem correctly, I actually want to see the traffic between the Radio (hardware) and FlexLib but you seem to have understood what I meant.
I gave Wireshark another try, here's a capture filter that I found useful:
host <ipAddress> and tcp and greater 70
The "greater 70" eliminates the ping packets making it easier to see the useful parts.
Thanks
73, Andreas, N6NU