If you have problems installing Nova on a previous Phantom system, see installation section, sticky, to upgrade your compilers to work for Nova.

config.json Question

Started by hb9ryz, 30 Mar 2026, 13:30

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

hb9ryz

Hello All
Whre are a discription of all functions / commands in the config.json

What is this fuction: "ws_per_ip": 50

Interesting is, that after a certain time, the NovaSDR goes into a sleep-mode.

And the markers with the file markers.json does not work in my case.

73 de HB9RYZ
Wolfgang

Bas ON5HB

WS per IP is WEB-SOCKETS per IP, meaning you can limit the number of sessions per IP.
Beware a websocket isn't a single session, it could be more.
Typical, no need to change it.

Did you put your markers in config/overlays/ ?

Also there is a mistake in your markers at the bottom:

      },
      {
      ]
}

that must be

        }
  ]
}

The last marker end with } but then you say , and {

The last marker should be this, including the end of the file:

        {
            "frequency": 439475000,
            "name": "ON0LG",
            "mode": "FM"
        }
  ]
}

As such they do not work. Also you need to zoom in quite a bit to see them.
Best regards,

Bas - ON5HB - Nova forum nutter and code tester.

Powered by EzPortal