Skip to content

DawKaw/dr1801A6_import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dr1801A6_import

Program for importing/exporting contacts for *.accp files generated by the Baofeng DR-1801A6 radio management software.

Window1

To compile the program, follow the standard steps for compiling applications written in QT C++.
No additional libraries are required. You can open the *.proj file with QT Creator and build it.

Precompiled Windows version is in the Win32 folder.
https://github.com/DawKaw/dr1801A6_import/tree/main/Win32

Short manual.

You can create *.accp files using the original program from the manufacturer of the DR-1801A6 radio.

The *.csv file from which you can import data has the following format:

  • Has a column header (column names are not important).
  • Has at least 2 or 3 columns. The remaining columns will be ignored.
  • Meaning of columns:
    1. number
    2. call sign
    3. name (option)
  • The data separator character is automatically determined based on the content of the first line - header.
  • A blank line in the file interrupts further importing of contacts.
  • A character starting with "TG" is treated as a talkgroup.
  • Do not use non-standard ASCII characters (for example: ąćęłńóśżź).
  • The maximum text length is 15 characters.

PL

Program do importu/eksporu kontaktów do plików *.accp tworzonych przez oryginalny program do zarządzania radiotelefonem Baofeng DR-1801A6.

Window2

Aby skompilować program postępuj według standardowych kroków przy kompilowaniu aplikacji napisanych w QT C++.
Nie wymagane są żadne dodatkowe biblioteki. Możesz Otworzyć plik *.proj programem QT Creator i kliknąć budowanie.

We folderze Win32 znajduje się prekompilowana wersja na Windowsa.
https://github.com/DawKaw/dr1801A6_import/tree/main/Win32

Krótka instukcja.

Pliki *.accp możesz utworzyć oryginalnym programem producenta radia DR-1801A6.

Plik *.csv z którego można importować dane ma następujący format:

  • Posiada nagłówek kolumn (nazwy kolumn są nie istotne).
  • Posiada co najmniej 2 lub 3 kolumny. Pozostałe kolumny będą ignorowane.
  • Znaczenie kolumn:
    1. numer
    2. znak
    3. imię (opcjonalnie)
  • Znak separujący dane jest automatycznie ustalany na podstawie treści perwszej linii - nagłówka.
  • Pusta linia w pliku przerywa dalsze importowanie kontaktów.
  • Znak zaczynający się od "TG" powoduje, że kontakt będzie traktowany jako grupa rozmowna.
  • Nie używaj znaków spoza standardowych znaków ASCII (na przykłąd: ąćęłńóśżź).
  • Maksymalna długość tekstu to 15 znaków.