P2000

Looking to build something that depends on data from the Dutch FLEX paging network P2000?

My website exposes a Websocket which is free to use, as long as you limit yourself to two concurrent connections per IP address.

This service currently depends on a single RTL-SDR V4 tuned into the P2000 frequency, and still needs fine-tuning so some messages may be missed. Most messages transmitted in the northern three provinces of the Netherlands are received pretty reliably.

You can view the current feed through my simple website: https://p2000.riekeltbrands.nl

Or connect with a Websocket to: wss://p2000.riekeltbrands.nl/websocket

As soon as a message is received you will receive a message with a JSON payload:

{
  "type": "FLEX",
  "timestamp": 1754104205,
  "signal": {
    "baudrate": 1600,
    "frame": 2,
    "subtype": "K",
    "function": "A"
  },
  "frequency_error": 2.076,
  "capcodes": [
    "001180000"
  ],
  "message": "TESTOPROEP MOB",
  "agency": "ALN"
}