Author Topic: P275E FM Monitor Data Output in JSON Format  (Read 3480 times)

millingbroadcast

  • Newbie
  • *
  • Posts: 4
P275E FM Monitor Data Output in JSON Format
« on: September 23, 2023, 09:29:59 pm »
Hi Jan,

we will buy a bunch of P275E soon to monitor our sites. Do you see any chance to implement the output of the measured data in a JSON format, this would be way easier for most of the monitoring software to read than the CRLF-Format which needs extensive parsing.
Like:

{
  "frequency": 100.7,
  "pilot": 5.6,
  "rds": 3.0,
  "max": 72.9,
  "rdsps": "Test FM",
  "rdsrt": "This is my incredibly sexy Radiotext"
}

https://www.w3resource.com/JSON/structures.php

Thanks and best regards,

Christian

Jan

  • Hero Member
  • *****
  • Posts: 1071
Re: P275E FM Monitor Data Output in JSON Format
« Reply #1 on: September 23, 2023, 09:58:43 pm »
The JSON structure is used for files rather than serial data.
On the other hand, in near future the P275E will support HTTP on the same TCP port, allowing file templates and fully customized output.

millingbroadcast

  • Newbie
  • *
  • Posts: 4
Re: P275E FM Monitor Data Output in JSON Format
« Reply #2 on: September 23, 2023, 10:06:47 pm »
This sounds great and will be a big improvement!

plonkarchivist

  • Newbie
  • *
  • Posts: 1
Re: P275E FM Monitor Data Output in JSON Format
« Reply #3 on: December 05, 2023, 02:42:14 am »
Hi Jan,

we will buy a bunch of P275E soon to monitor our sites. Do you see any chance to implement the output of the measured data in a JSON format, this would be way easier for most of the monitoring software to read than the CRLF-Format which needs extensive parsing.
Like:

{
  "frequency": 100.7,
  "pilot": 5.6,
  "rds": 3.0,
  "max": 72.9,
  "rdsps": "Test FM",
  "rdsrt": "This is my incredibly sexy Radiotext"
}

https://www.w3resource.com/JSON/structures.php
Thanks and best regards,

Christian

Sounds interesting, I'm looking forward to it

millingbroadcast

  • Newbie
  • *
  • Posts: 4
Re: P275E FM Monitor Data Output in JSON Format
« Reply #4 on: January 23, 2024, 11:08:20 am »
On the other hand, in near future the P275E will support HTTP on the same TCP port, allowing file templates and fully customized output.

Hi Jan, is there already an approx date in sight for that feature?

Best regards,


Christian