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 refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Extra nulls in slice command

Member ✭✭
edited February 2017 in SmartSDR API
Looks like there some extra null characters in between the slice and radio slices status messages. When I follow the conversation in wireshark, this is what it looks like: S0|slice 3 in_use=0 tx=0 active=0 ..........S0|radio slices=8 panadapters=7 lineout_gain=57 lineout_mute=0 Looking at the hex dump, looks like after "active=0" there is a newline, followed by 10 null characters (hex 00). I'm splitting the lines by newline which resulted in the 2nd line starting with several nulls. Now I'm just regex-ing out the nulls '^x00*' but figured I'd mention it in case it uncovers any other issues.

Answers

  • Administrator, FlexRadio Employee admin
    edited February 2017
    Thanks for finding this and reporting it.  I'm putting this in our internal issue tracking system as #431.

Leave a Comment