sa2blv / SVXportal

A web portal for svxlink reflector
http://svxportal.sm2ampr.net/
19 stars 13 forks source link

Show remote rx/tx on the map. future request. #12

Closed iw0red closed 1 year ago

iw0red commented 4 years ago

Hi Peter, is it possible to add in the json file the gps informations of the remote receivers to make possible to see them on the map? 73 Marco IW0RED.

sa2blv commented 4 years ago

this feature exist we jave some remote recivers on the map. you nead to add a secound qth to the qth array in the json and asign a Letter to the RX_ID=T to the coresponding reciver in svxlink.conf or if remote trx remotetrx.conf.

to show recivers on the map select Show Receivers in Actions

// Peter

{ "name": "Ersobda", "pos": { "lat": 63.858458, "long": 20.32261, "loc": "kp03cu" }, "rx": { "T": { "name": "Ersboda", "freq": 432.725, "sqlType": "CTCSS", "ant": [ { "comment": "KOT antenn", "height": 10 } ] } }

}

bild

iw0red commented 4 years ago

Fine thanks. I'm going to try it. 73 Marco IW0RED.

DF2HS commented 2 years ago

I have a question.

The receiver of the repeater e.g. DB0HHH has RX ID =1 in svxlink.conf. I edited the config of the remote receiver to RX ID = T, but the remote receiver is not shown in the map. The remote receiver is located at DF0HHH.

I also wrote this values in the node_info.json file.

You may have a look at http://44.149.84.9:8000/index.php

The whole setup is not complete, yet.

What am I doing wrong?

73 Sandy DF2HS

sa2blv commented 2 years ago

cant reach url

DF2HS commented 2 years ago

You can try this URL: http://portal.rag-hh.de/

I am experiencing some errors with editing the info pages, too. Images can not be saved everytime, as there occus an error "cannot convert blob ... to blob" sometimes.

The page for DB0HHH contains images linked from qrz.com which I manually created with phpmyadmin and an online html editor. My Test Page contains a image which I uploaded with the tinyMCE editor, but I am not able to add a second image or more text to that page.

The whole page is not beeing translated into german. When I visit your page everything gets translated.

Remote receivers are not displayed in the map.

73 Sandy DF2HS

DF2HS commented 2 years ago

The best option for support would be if you could get access to hamnet, maybe through VPN?

DF2HS commented 2 years ago

The Svxportal is not working behind a proxy, while it does at the same time when I open it via hamnet. Something is going wrong, I believe.

So this is DB0HHH repeater with it´s two receivers:

Screenshot 2022-02-21 085956

When I press PTT on my handheld radio you can see the receivers are receiving and the signal levels are displayed; Screenshot 2022-02-21 091218

This is how it looks when I click on the repeater symbol in the map: Screenshot 2022-02-21 090310

The remote receiver should be displayed at the location DF0HHH, but there I only can see the 70cm repeater DF0HHH. The 2m remote receiver for DB0HHH is not displayed.

Screenshot 2022-02-21 090428

This is the code from node_info.json for DB0HHH:

node_info.json.txt

Do you see any errors?

73 Sandy DF2HS

sa2blv commented 2 years ago

This is a problen o reciveres. the system expect a float value not a string. thy this patch index.zip

// Peter

DF2HS commented 2 years ago

Seems to work, but what exactly is the problem? Is it the name of the stations or the rx id? Frequency written as 145.750 instead of 145,750 ?

Thanks

sa2blv commented 2 years ago

The cordinate is in string not as float, wat he problem whats the freqvensy problem look the same

DF2HS commented 2 years ago

hmm.. I created the node_info.json file using your tool. maybe there is something wrong I guess.