kopia lustrzana https://github.com/Hamlib/Hamlib
Update the directory tree
rodzic
12cc40f4f7
commit
49b0be5be2
|
@ -39,21 +39,27 @@ utility), and USB. Other connectivity will follow afterwards.
|
||||||
General Guidelines.
|
General Guidelines.
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
0. The top level directory looks like this as of 2020-01-18
|
0. The top level directory looks like this as of 2025-05-03
|
||||||
|
|
||||||
$ tree -d -I .git
|
$ tree -d -I .git
|
||||||
.
|
.
|
||||||
|
.
|
||||||
├── amplifiers
|
├── amplifiers
|
||||||
│ └── elecraft
|
│ ├── elecraft
|
||||||
|
│ ├── expert
|
||||||
|
│ └── gemini
|
||||||
├── android
|
├── android
|
||||||
├── autom4te.cache
|
├── autom4te.cache
|
||||||
├── bindings
|
├── bindings
|
||||||
|
│ └── csharp
|
||||||
|
│ └── multicast
|
||||||
├── build-aux
|
├── build-aux
|
||||||
├── c++
|
├── c++
|
||||||
├── doc
|
├── doc
|
||||||
│ ├── man1
|
│ ├── man1
|
||||||
│ └── man7
|
│ ├── man7
|
||||||
├── dummy
|
│ └── manuals
|
||||||
|
├── docker-build
|
||||||
├── extra
|
├── extra
|
||||||
│ ├── gnuradio
|
│ ├── gnuradio
|
||||||
│ └── kylix
|
│ └── kylix
|
||||||
|
@ -66,12 +72,18 @@ $ tree -d -I .git
|
||||||
├── rigs
|
├── rigs
|
||||||
│ ├── adat
|
│ ├── adat
|
||||||
│ ├── alinco
|
│ ├── alinco
|
||||||
|
│ ├── anytone
|
||||||
│ ├── aor
|
│ ├── aor
|
||||||
│ ├── barrett
|
│ ├── barrett
|
||||||
|
│ ├── codan
|
||||||
|
│ ├── commradio
|
||||||
│ ├── dorji
|
│ ├── dorji
|
||||||
│ ├── drake
|
│ ├── drake
|
||||||
|
│ ├── dummy
|
||||||
│ ├── elad
|
│ ├── elad
|
||||||
│ ├── flexradio
|
│ ├── flexradio
|
||||||
|
│ ├── gomspace
|
||||||
|
│ │ └── gs100_sim
|
||||||
│ ├── icmarine
|
│ ├── icmarine
|
||||||
│ ├── icom
|
│ ├── icom
|
||||||
│ ├── jrc
|
│ ├── jrc
|
||||||
|
@ -79,6 +91,8 @@ $ tree -d -I .git
|
||||||
│ ├── kenwood
|
│ ├── kenwood
|
||||||
│ ├── kit
|
│ ├── kit
|
||||||
│ ├── lowe
|
│ ├── lowe
|
||||||
|
│ ├── mds
|
||||||
|
│ ├── motorola
|
||||||
│ ├── pcr
|
│ ├── pcr
|
||||||
│ ├── prm80
|
│ ├── prm80
|
||||||
│ ├── racal
|
│ ├── racal
|
||||||
|
@ -95,24 +109,36 @@ $ tree -d -I .git
|
||||||
│ └── yaesu
|
│ └── yaesu
|
||||||
├── rotators
|
├── rotators
|
||||||
│ ├── amsat
|
│ ├── amsat
|
||||||
|
│ ├── androidsensor
|
||||||
|
│ ├── apex
|
||||||
│ ├── ars
|
│ ├── ars
|
||||||
│ ├── celestron
|
│ ├── celestron
|
||||||
│ ├── cnctrk
|
│ ├── cnctrk
|
||||||
│ ├── easycomm
|
│ ├── easycomm
|
||||||
│ ├── ether6
|
│ ├── ether6
|
||||||
|
│ ├── flir
|
||||||
│ ├── fodtrack
|
│ ├── fodtrack
|
||||||
|
│ ├── grbltrk
|
||||||
│ ├── gs232a
|
│ ├── gs232a
|
||||||
│ ├── heathkit
|
│ ├── heathkit
|
||||||
|
│ ├── indi
|
||||||
│ ├── ioptron
|
│ ├── ioptron
|
||||||
│ ├── m2
|
│ ├── m2
|
||||||
│ ├── meade
|
│ ├── meade
|
||||||
│ ├── prosistel
|
│ ├── prosistel
|
||||||
|
│ ├── radant
|
||||||
│ ├── rotorez
|
│ ├── rotorez
|
||||||
|
│ ├── saebrtrack
|
||||||
│ ├── sartek
|
│ ├── sartek
|
||||||
|
│ ├── satel
|
||||||
|
│ ├── skywatcher
|
||||||
│ ├── spid
|
│ ├── spid
|
||||||
│ └── ts7400
|
│ └── ts7400
|
||||||
│ └── include
|
│ └── include
|
||||||
├── scripts
|
├── scripts
|
||||||
|
│ └── MSVC
|
||||||
|
├── security
|
||||||
|
├── simulators
|
||||||
├── src
|
├── src
|
||||||
└── tests
|
└── tests
|
||||||
├── config
|
├── config
|
||||||
|
@ -121,7 +147,7 @@ $ tree -d -I .git
|
||||||
├── testfreq.test
|
├── testfreq.test
|
||||||
└── testloc.test
|
└── testloc.test
|
||||||
|
|
||||||
77 directories
|
103 directories
|
||||||
|
|
||||||
1. Building
|
1. Building
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue