
Сообщение от
RX1AL
казалось, что есть более удобное решение. Кстати приведенное даже самим Бобом Брунинга, и расширенное потом уже спецами в настройках. Этим проблемам посвящены многие форумы.
А можно подробнее? На сколько мне было известно эта фраза не несла никакой смысловой нагрузки, кроме как использовалась для идентификации применяемого на станции оборудования (программы или tnc контроллера).
Вот выдержка из HELP UI-VIEW32:
Код:
UI-View32 Destination Address
The default AX25 destination address, used by UI-View32 for all APRS compatible packets, is "APRS". This is regarded by UI-View32 as a special address, and is replaced by "APU2" plus the program version encoded into two characters. E.g. "APU24A".
You can, if you wish, use a different destination address, but it is strongly recommended that you use the special address of "APRS", unless you have a good reason to use something different.
It is necessary to encode the program version, because the address cannot be more than six characters, and "APU2" takes up four of them. "APU" is the agreed destination APRS address prefix for all versions of UI-View, and the '2' identifies it as UI-View32. ("APU1" is used for 16 bit UI-View.)
The encoding system is as follows, using V1.54 as an example:-
· Take the program version and multiply it by 100 (154).
· Divide it by 36 (4, remainder 10).
· Convert each number into a single character, where 0 to 9 are '0' to '9', and 10 to 35 are 'A' to 'Z' ('4' and 'A').
· The destination address for our example is therefore "APU24A".