Skip to content

Browser Interface

Actionbot edited this page Nov 9, 2025 · 12 revisions

ProtoFlex has a browser interface to show the state of the emulated radio. Some attributes, like meter values, can be changed while ProtoFlex is running using this interface.

You can connect to the browser interface using http://localhost:5000 if ProtoFlex is running on the same PC as the browser. Otherwise substitute 'localhost' with the IP address of the PC running ProtoFlex.

Main Page

The main page shows the radio model and version numbers, the maximum limits of the radio and the internal state values. ProtoFlex Main Page

Slices Page

ProtoFlex Slices Page

Panadapters Page

This page shows panadapters. Note that when a panadapter is closed, the inUse value is set to False and not visible to client, but the internal panadapter object is not removed. I'm unsure the best practice for handling this as it's possible the FlexRadios also retain panadapter objects internally for some purpose.

ProtoFlex Panadapters Page

Waterfalls Page

ProtoFlex Waterfalls Page

Meters Page

This page shows the meters that ProtoFlex creates. The values for meters can be changed, but more work needs to be done here to make it useful for testing meter values.

ProtoFlex Meters Page

Sessions Page

This page shows the current sessions that ProtoFlex is maintaining. Sessions contain the connection information and the subscriptions.

ProtoFlex Sessions Page

Spots Page

ProtoFlex Spots Page

Streams Page

This page shows some of the internal streaming metrics for ProtoFlex. This is more of a diagnostic page for ProtoFlex than it is representative of what you would see inside a FlexRadio.

ProtoFlex Streams Page

Trigger Page

This page allows you to manually trigger some of the basic status messages.

ProtoFlex Trigger Page

Clone this wiki locally