Any option to replace virtual parameters

Hi all,

I’m trying to do an wireless analysis, now I want to get all parameters that associated devices gives me (RSSI, Noise, RDP) and calculate giving a weight to each according to my scenario, after this I want to give this “result” as a punctuation to each associated device, I thought to use VParams to add this result as a Value, but on documentations says:

Virtual parameter names cannot contain a period (. ).

It means that I need to create a VParam to each device that I have, it’s impossible.

There’s any other option to this scenario?

How are you consuming the data? If the data is being consumed by an external API, store the data as JSON. This is what I do for diagnostics so I know which params to refresh when the CPE sends the nebulous 8 DIAGNOSTICS COMPLETE event.

1 Like