Adding your WebSDR server to Pocket RxTx

Here we will discuss only topics related to the YO3GGX's WebSDR servers
Post Reply
User avatar
yo3ggx
Site Admin
Posts: 832
Joined: Wed Aug 15, 2012 8:30 pm
Location: Bucharest, România
Contact:

Adding your WebSDR server to Pocket RxTx

Post by yo3ggx »

Hi,

NOTE: This procedure require Pocket RxTx v3.0 and up. Please ask your user to update Pocket RxTx (if still at v2.x or below), in order to be able to connect to your server.
This is the procedure to add a new WebSDR server in Pocket RxTx:
- prepare an sdr.xml file using the one below as a template (this is the one used on my WebSDR server in KN34bk).
- put the file in the root of the websdr server (pub2 directory).
- prepare 2 jpg images: one of 480x320 to represent your station and a logo in 128x128 pixels format.
- in the xml file you will enter the url for the two images and for a web page to describe your setup.

<centerfreq> (in KHz) and <samplerate> (in Hz) tags are the same as in websdr.cfg file

When everything is ready, send me a mail and I will add your server in the master xml file.

Please take care to validate the xml file to be sure that is free of errors.
You can use an online tool for that, for example:
http://www.xmlvalidation.com/

For any question, please post a message in this thread.

73 Dan YO3GGX

sdr.xml example:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<sdr>
	<station>
		<!-- General station info -->
		<callsign>YO3GGX</callsign>
		<locator>KN34bk</locator>
		<!-- WebSDR server version -->
		<version>11</version>
		<!-- a link to a page where you can find more info about that WebSDR server -->
		<about>https://www.yo3ggx.ro/</about>
		<!-- a jpg representing server, 480x320 pixels -->
		<picture>http://www.yo3ggx.ro/pocketrxtx/websdr_buc.jpg</picture>
		<!-- a jpg representing station logo, 128x128 pixels -->
		<logo>http://www.yo3ggx.ro/pocketrxtx/logo1.jpg</logo>
		<message>Update the application to version 0.7.1-7 if no sound.</message>
		<memory>
			<freq>3705000</freq>
			<mode>lsb</mode>
			<label>Apel80</label>
			<info>Apel banda 80m</info>
			<lo>-2</lo>
			<hi>-0.2</hi>
		</memory>
                <memory>
                        <freq>7130000</freq>
                        <mode>lsb</mode>
                        <label>Apel40</label>
                        <info>Apel banda 40m</info>
                        <lo>-2</lo>
                        <hi>-0.2</hi>
                </memory>
                <memory>
                        <freq>3710000</freq>
                        <mode>lsb</mode>
                        <label>Park80</label>
                        <info>Taclale in banda de 80m</info>
                        <lo>-2</lo>
                        <hi>-0.2</hi>
                </memory>
                <memory>
                        <freq>7030000</freq>
                        <mode>usb</mode>
                        <label>PSK40m</label>
                        <info>SK31 - Europe PSK frequency</info>
                        <lo>0.3</lo>
                        <hi>2.7</hi>
                </memory>
                <memory>
                        <freq>7035000</freq>
                        <mode>usb</mode>
                        <label>MT40m</label>
                        <info>PSK31, Europe MT63</info>
                        <lo>0.3</lo>
                        <hi>2.7</hi>
                </memory>
	</station>
	<band>
		<nr>0</nr>
		<name>80m</name>
		<centerfreq>3685.87</centerfreq>
		<samplerate>192000</samplerate>
	</band>
	<band>
		<nr>1</nr>
		<name>40m</name>
		<centerfreq>7093.65</centerfreq>
		<samplerate>192000</samplerate>
	</band>
	<band>
		<nr>2</nr>
		<name>30m</name>
		<centerfreq>7093.65</centerfreq>
		<samplerate>96000</samplerate>
	</band>
	<band>
		<nr>3</nr>
		<name>20m</name>
		<centerfreq>14146.24</centerfreq>
		<samplerate>192000</samplerate>
	</band>
        <band>
		<nomore></nomore>
	</band>
</sdr>
so8oo
Posts: 5
Joined: Sun Feb 12, 2023 1:09 am

Re: Adding your WebSDR server to Pocket RxTx

Post by so8oo »

Hello,

how to add QO-100?
It seems, that 999 MHz in the app is the upper limit.

P.
User avatar
yo3ggx
Site Admin
Posts: 832
Joined: Wed Aug 15, 2012 8:30 pm
Location: Bucharest, România
Contact:

Re: Adding your WebSDR server to Pocket RxTx

Post by yo3ggx »

Hello,

There is no limit in the app. Frequency is represented as a long value, so plenty of room for maximum frequency.
Can you detail a little bit your issue?

73 Dan YO3GGX
so8oo
Posts: 5
Joined: Sun Feb 12, 2023 1:09 am

Re: Adding your WebSDR server to Pocket RxTx

Post by so8oo »

Hi,

maybe I am making some mistake.
I've defined QO-100 band as follows:

Code: Select all

	<band>
		<nr>7</nr>
		<name>QO-100</name>
		<centerfreq>10489750</centerfreq>
		<samplerate>1024000</samplerate>
	</band>
So it is around 10,49 GHz. When I click band and choose QO-100 from available bands, frequency is switched to 2147,48365. When I click on frequency "counter" green keypad opens. There I can type max 3 digits, which must be followed by dot (999.99999 is max what I can enter). Waterfall for QO-100 looks OK i think, but there is no usable audio, because changing frequency with wheel - changes it at around 2147 MHz.
I've enabled for testing purposes this band - please check if you can reproduce this issue.

Thanks!
Piotr SO8OO
User avatar
yo3ggx
Site Admin
Posts: 832
Joined: Wed Aug 15, 2012 8:30 pm
Location: Bucharest, România
Contact:

Re: Adding your WebSDR server to Pocket RxTx

Post by yo3ggx »

Hello,

I can confirm it is an issue in Pocket RxTx v3.3.3. Will be fixed in v3.4 I'm working on.
Thank you for your report.

73 Dan YO3GGX
Post Reply