Forum
Please or Register to create posts and topics.

RAW IQ File Writer Control By HTTP Server

I would lile to control RAW IQ File Writer block by HTTP Server block. But I cannot. How could I do ? How must be block template and which JSON command start and stop record?

Such as : (it did not work)

http://localhost:54669/control -> put request

 

response : Type argument missing

 

{
    "request": 0,
    "receiverName": "Block_IQFileWriter_2",
    "config":
    {
        "type": "group",
        "name": "config",
        "items": [
            {
                "type": "group",
                "name": "main",
                "items" : [
                    {
                        "type": "string",
                        "name": "filename",
                        "value": "C:/Users/X/Desktop/aaaa.iq"
                    }
                ]
            }
        ]
    }
}
Block like that :

I have been waiting for help. Is there any solution ?

Duplicate question, see: https://v6-forum.aaronia.de/forum/topic/control-raw-iq-file-writer/#postid-4473