master
sm3ulc 2021-11-18 19:24:40 +01:00
rodzic 558e4cf702
commit a23e90d815
2 zmienionych plików z 15 dodań i 5 usunięć

Wyświetl plik

@ -42,13 +42,23 @@ pip install bs4
Edit balloon.ini and add aprs-is user etc. Add balloons on the format:
<pre>
[ habhub name, ham callsign for the balloon , band in mhz, channel, timeslot ]
[ habhub name, aprs-wspr-call, band in mhz, channel, timeslot, datetime, html_push, aprs-ssid, aprs_comment]
</pre>
habhub name = fancy name to use on habhub
aprs-wspr-call = call to use for aprs data
timeslot = 0 to disable use of timeslots. 1-5, use correspondent slot 00, 02, 04 etc.
datetime = starttime in isoformat to calculate duration
Uploads to APRS-IS is done by adding the SSID "-12" to the default balloon-callsign.
html_push = 1 to push html page , ONLY for one balloon
aprs-ssid = the ssid to use with aprs-call
aprs_comment = comment to use for comment in aprs-packet
To run on linux: (with default config file balloon.ini)

Wyświetl plik

@ -22,6 +22,6 @@ ftp_password = xxx
# [ habhub name, aprs-wspr-call, band in mhz, channel, timeslot, datetime, html_push, aprs-ssid, aprs_comment] :: html_push ONLY for one balloon
balloons = [["BS234","CALL1",14,11,0,"20200831T0557",0,"12","Balloon 20m WSPR"],
["ISDF","CALL2",14,15,2,"20200831T0558",0,"12","Balloon 20m WSPR"]]
balloons = [["ICT4","YO3ICT",14,15,2,"20200408T0615",1,"12","ICT4 Balloon 20m WSPR http://yo3ict.uus.ro/"],
["W5KUB-17","W5KUB",14,15,3,"20200401T0000",0,"17","ICT Tracker 20m WSPR http://www.w5kub.com/"],
["BZ2","PE2BZ",14,9,2,"20200401T0000",0,"10","ICT Tracker 20m WSPR"]]