MagicMarcus / mqtt-spy

Automatically exported from code.google.com/p/mqtt-spy
0 stars 0 forks source link

MQTT-SPY is beeping #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Subscribe to /UK/+/+/BB1/ASM_01/A/modelstate in BB

When I tunnel to subscribe to the topics with unencoded content in the land 
beyond XCS ;-) I start to hear beeps. I think this is because of message 
content.

What is the expected output? What do you see instead?
Expected : Silence. Instead : Noise. :-)

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

Original issue reported on code.google.com by chris.fa...@gmail.com on 23 Jul 2014 at 9:43

GoogleCodeExporter commented 9 years ago
Could you try the following formatter and confirm the problem goes away?

<Formatter>
    <Name>Bell to HEX</Name>
    <ID>bell-to-hex</ID>

    <Function>
        <CharacterReplace>
            <Format>HexEncode</Format>                  
            <CharacterRangeFrom>7</CharacterRangeFrom>
            <CharacterRangeTo>7</CharacterRangeTo>
            <WrapCharacter>-</WrapCharacter>
        </CharacterReplace>
    </Function>

</Formatter>

Original comment by kamil.ba...@gmail.com on 24 Aug 2014 at 4:59