├── .github └── workflows │ ├── build_osx.yml │ ├── build_ubuntu.yml │ └── build_windows.yml ├── .gitignore ├── CMakeLists.txt ├── Doxyfile ├── LICENSE ├── README.md ├── cmake ├── FindLibUSB.cmake ├── GetGitRevisionDescription.cmake └── GetGitRevisionDescription.cmake.in ├── include ├── cxxopts.hpp ├── fymodem.h └── radio_tool │ ├── codeplug │ ├── codeplug.hpp │ ├── codeplug_factory.hpp │ ├── rdt.hpp │ ├── rdt_general.hpp │ └── rdt_header.hpp │ ├── device │ └── ymodem_device.hpp │ ├── dfu │ ├── dfu.hpp │ ├── dfu_exception.hpp │ └── tyt_dfu.hpp │ ├── fw │ ├── ailunce_fw.hpp │ ├── cipher │ │ ├── cs800.hpp │ │ ├── dm1701.hpp │ │ ├── dr5xx0.hpp │ │ ├── md380.hpp │ │ ├── md9600.hpp │ │ ├── sgl.hpp │ │ └── uv3x0.hpp │ ├── cs_fw.hpp │ ├── fw.hpp │ ├── fw_factory.hpp │ ├── tyt_fw.hpp │ ├── tyt_fw_sgl.hpp │ └── yaesu_fw.hpp │ ├── h8sx │ ├── h8sx.hpp │ └── h8sx_exception.hpp │ ├── hid │ ├── hid.hpp │ └── tyt_hid.hpp │ ├── radio │ ├── ailunce_radio.hpp │ ├── radio.hpp │ ├── radio_factory.hpp │ ├── serial_radio_factory.hpp │ ├── tyt_radio.hpp │ ├── tyt_sgl_radio.hpp │ ├── usb_radio_factory.hpp │ └── yaesu_radio.hpp │ ├── util.hpp │ ├── util │ ├── flash.hpp │ └── log.hpp │ ├── version.hpp │ └── xor_tool.hpp ├── src ├── ailunce_fw.cpp ├── ailunce_radio.cpp ├── cs_fw.cpp ├── dfu.cpp ├── fymodem.c ├── h8sx.cpp ├── hid.cpp ├── radio_factory.cpp ├── radio_tool.cpp ├── rdt.cpp ├── serial_radio_factory.cpp ├── tyt_dfu.cpp ├── tyt_fw.cpp ├── tyt_fw_sgl.cpp ├── tyt_hid.cpp ├── tyt_radio.cpp ├── tyt_sgl_radio.cpp ├── usb_radio_factory.cpp ├── version.cpp.in ├── yaesu_fw.cpp ├── yaesu_radio.cpp └── ymodem_device.cpp └── test ├── CMakeLists.txt ├── dummy_device.hpp ├── dump_sgl_info.cpp ├── firmware ├── BF-5R_V2.1.0.sgl.sha256 ├── BF-5R_V2.1.6.sgl.sha256 ├── CS800D_Host_MS.30.14_Use_Flashburn3.0_Upgrade.bin.sha256 ├── CS800D_RCDB_Upgradde.bin.sha256 ├── D013.034.bin.sha256 ├── GD-77S_V1.2.0.sgl.sha256 ├── GD-77S_V1.3.0.sgl.sha256 ├── GD-77_V3.2.1.sgl.sha256 ├── GD-77_V3.2.2.sgl.sha256 ├── GD-77_V4.2.6.sgl.sha256 ├── GD-77_V4.2.8.sgl.sha256 ├── MD280.002.018.bin.sha256 ├── RD-5R_V2.0.9.sgl.sha256 ├── RT3S_CSV_GPS__P16.06.bin.sha256 ├── RT3S_CSV__V16.06.bin.sha256 ├── RT3S_GPS_REC__S16.06.bin.sha256 ├── RT3S_REC__D16.06.bin.sha256 ├── TEST_CS800_4000__Mobile_M100000_Host_S3.02.07_Auth_Test_Ver_1_.bin.sha256 ├── TYT2017_UVCSV_GPS_P3.35.bin.sha256 ├── TYT2017_UVCSV_V3.35.bin.sha256 ├── TYT2017_UVGPS_REC_S3.31.bin.sha256 ├── TYT2017_UVGPS_REC_S3.38.bin.sha256 ├── TYT2017_UVREC_D3.31.bin.sha256 ├── TYT2017_UVREC_D3.36.bin.sha256 ├── TYT2017_UV_CSV_GPS__P3.33.bin.sha256 ├── TYT2017_UV_CSV_GPS__P3.35.bin.sha256 ├── TYT2017_UV_CSV_GPS__P3.38.bin.sha256 ├── TYT2017_UV_CSV__V3.33.bin.sha256 ├── TYT2017_UV_CSV__V3.35.bin.sha256 ├── TYT2017_UV_CSV__V3.36.bin.sha256 ├── TYT2017_UV_GPS_REC__S3.31.bin.sha256 ├── TYT2017_UV_GPS_REC__S3.38.bin.sha256 ├── TYT2017_UV_REC__D3.31.bin.sha256 ├── TYT2017_UV_REC__D3.36.bin.sha256 ├── TYT_GPS_MD390_MD380_S003.012.bin.sha256 ├── TYT_TFT_MD380_D3.20.bin.sha256 ├── TYT_TFT_MD446_D3.20.bin.sha256 ├── TYT_Vocoder_MD380_D13.14.bin.sha256 ├── TYT_Vocoder_MD380_D13.20.bin.sha256 ├── TYT_Vocoder_MD380_D14.07.bin.sha256 ├── TYT_Vocoder_MD390_S13.12.bin.sha256 ├── TYT_Vocoder_MD390_S13.20.bin.sha256 ├── TYT_Vocoder_MD390_S15.02.bin.sha256 ├── TYT_Vocoder_MD390_S15.04.bin.sha256 ├── TYT_Vocoder_MD446_D13.20.bin.sha256 ├── dm1701_2.03.bin.sha256 ├── md2017_csv_gps_p4.17.bin.sha256 ├── md2017_csv_v4.15.bin.sha256 ├── md2017_rec_d4.15.bin.sha256 ├── md2017_rec_gps_s4.17.bin.sha256 ├── md9600_csv_gps_p6.13.bin.sha256 ├── md9600_csv_v6.09.bin.sha256 ├── md9600_rec_d6.09.bin.sha256 ├── md9600_rec_gps_s6.13.bin.sha256 ├── mk_links.py ├── uv380_csv_v18.11.bin.sha256 ├── uv380_rec_d18.11.bin.sha256 ├── uv390_csv_gps_p18.11.bin.sha256 └── uv390_rec_gps_s18.11.bin.sha256 ├── test_bin2sgl.sh ├── test_firmware_download.cpp ├── test_fw.cpp └── test_util.cpp /.github/workflows/build_osx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/.github/workflows/build_osx.yml -------------------------------------------------------------------------------- /.github/workflows/build_ubuntu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/.github/workflows/build_ubuntu.yml -------------------------------------------------------------------------------- /.github/workflows/build_windows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/.github/workflows/build_windows.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/Doxyfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/README.md -------------------------------------------------------------------------------- /cmake/FindLibUSB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/cmake/FindLibUSB.cmake -------------------------------------------------------------------------------- /cmake/GetGitRevisionDescription.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/cmake/GetGitRevisionDescription.cmake -------------------------------------------------------------------------------- /cmake/GetGitRevisionDescription.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/cmake/GetGitRevisionDescription.cmake.in -------------------------------------------------------------------------------- /include/cxxopts.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/cxxopts.hpp -------------------------------------------------------------------------------- /include/fymodem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/fymodem.h -------------------------------------------------------------------------------- /include/radio_tool/codeplug/codeplug.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/codeplug/codeplug.hpp -------------------------------------------------------------------------------- /include/radio_tool/codeplug/codeplug_factory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/codeplug/codeplug_factory.hpp -------------------------------------------------------------------------------- /include/radio_tool/codeplug/rdt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/codeplug/rdt.hpp -------------------------------------------------------------------------------- /include/radio_tool/codeplug/rdt_general.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/codeplug/rdt_general.hpp -------------------------------------------------------------------------------- /include/radio_tool/codeplug/rdt_header.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/codeplug/rdt_header.hpp -------------------------------------------------------------------------------- /include/radio_tool/device/ymodem_device.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/device/ymodem_device.hpp -------------------------------------------------------------------------------- /include/radio_tool/dfu/dfu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/dfu/dfu.hpp -------------------------------------------------------------------------------- /include/radio_tool/dfu/dfu_exception.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/dfu/dfu_exception.hpp -------------------------------------------------------------------------------- /include/radio_tool/dfu/tyt_dfu.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/dfu/tyt_dfu.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/ailunce_fw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/ailunce_fw.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/cs800.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/cs800.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/dm1701.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/dm1701.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/dr5xx0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/dr5xx0.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/md380.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/md380.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/md9600.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/md9600.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/sgl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/sgl.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cipher/uv3x0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cipher/uv3x0.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/cs_fw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/cs_fw.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/fw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/fw.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/fw_factory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/fw_factory.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/tyt_fw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/tyt_fw.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/tyt_fw_sgl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/tyt_fw_sgl.hpp -------------------------------------------------------------------------------- /include/radio_tool/fw/yaesu_fw.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/fw/yaesu_fw.hpp -------------------------------------------------------------------------------- /include/radio_tool/h8sx/h8sx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/h8sx/h8sx.hpp -------------------------------------------------------------------------------- /include/radio_tool/h8sx/h8sx_exception.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/h8sx/h8sx_exception.hpp -------------------------------------------------------------------------------- /include/radio_tool/hid/hid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/hid/hid.hpp -------------------------------------------------------------------------------- /include/radio_tool/hid/tyt_hid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/hid/tyt_hid.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/ailunce_radio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/ailunce_radio.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/radio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/radio.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/radio_factory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/radio_factory.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/serial_radio_factory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/serial_radio_factory.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/tyt_radio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/tyt_radio.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/tyt_sgl_radio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/tyt_sgl_radio.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/usb_radio_factory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/usb_radio_factory.hpp -------------------------------------------------------------------------------- /include/radio_tool/radio/yaesu_radio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/radio/yaesu_radio.hpp -------------------------------------------------------------------------------- /include/radio_tool/util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/util.hpp -------------------------------------------------------------------------------- /include/radio_tool/util/flash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/util/flash.hpp -------------------------------------------------------------------------------- /include/radio_tool/util/log.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/util/log.hpp -------------------------------------------------------------------------------- /include/radio_tool/version.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/version.hpp -------------------------------------------------------------------------------- /include/radio_tool/xor_tool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/include/radio_tool/xor_tool.hpp -------------------------------------------------------------------------------- /src/ailunce_fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/ailunce_fw.cpp -------------------------------------------------------------------------------- /src/ailunce_radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/ailunce_radio.cpp -------------------------------------------------------------------------------- /src/cs_fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/cs_fw.cpp -------------------------------------------------------------------------------- /src/dfu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/dfu.cpp -------------------------------------------------------------------------------- /src/fymodem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/fymodem.c -------------------------------------------------------------------------------- /src/h8sx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/h8sx.cpp -------------------------------------------------------------------------------- /src/hid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/hid.cpp -------------------------------------------------------------------------------- /src/radio_factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/radio_factory.cpp -------------------------------------------------------------------------------- /src/radio_tool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/radio_tool.cpp -------------------------------------------------------------------------------- /src/rdt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/rdt.cpp -------------------------------------------------------------------------------- /src/serial_radio_factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/serial_radio_factory.cpp -------------------------------------------------------------------------------- /src/tyt_dfu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_dfu.cpp -------------------------------------------------------------------------------- /src/tyt_fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_fw.cpp -------------------------------------------------------------------------------- /src/tyt_fw_sgl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_fw_sgl.cpp -------------------------------------------------------------------------------- /src/tyt_hid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_hid.cpp -------------------------------------------------------------------------------- /src/tyt_radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_radio.cpp -------------------------------------------------------------------------------- /src/tyt_sgl_radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/tyt_sgl_radio.cpp -------------------------------------------------------------------------------- /src/usb_radio_factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/usb_radio_factory.cpp -------------------------------------------------------------------------------- /src/version.cpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/version.cpp.in -------------------------------------------------------------------------------- /src/yaesu_fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/yaesu_fw.cpp -------------------------------------------------------------------------------- /src/yaesu_radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/yaesu_radio.cpp -------------------------------------------------------------------------------- /src/ymodem_device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/src/ymodem_device.cpp -------------------------------------------------------------------------------- /test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/CMakeLists.txt -------------------------------------------------------------------------------- /test/dummy_device.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/dummy_device.hpp -------------------------------------------------------------------------------- /test/dump_sgl_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/dump_sgl_info.cpp -------------------------------------------------------------------------------- /test/firmware/BF-5R_V2.1.0.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/BF-5R_V2.1.0.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/BF-5R_V2.1.6.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/BF-5R_V2.1.6.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/CS800D_Host_MS.30.14_Use_Flashburn3.0_Upgrade.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/CS800D_Host_MS.30.14_Use_Flashburn3.0_Upgrade.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/CS800D_RCDB_Upgradde.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/CS800D_RCDB_Upgradde.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/D013.034.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/D013.034.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77S_V1.2.0.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77S_V1.2.0.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77S_V1.3.0.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77S_V1.3.0.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77_V3.2.1.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77_V3.2.1.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77_V3.2.2.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77_V3.2.2.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77_V4.2.6.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77_V4.2.6.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/GD-77_V4.2.8.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/GD-77_V4.2.8.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/MD280.002.018.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/MD280.002.018.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/RD-5R_V2.0.9.sgl.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/RD-5R_V2.0.9.sgl.sha256 -------------------------------------------------------------------------------- /test/firmware/RT3S_CSV_GPS__P16.06.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/RT3S_CSV_GPS__P16.06.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/RT3S_CSV__V16.06.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/RT3S_CSV__V16.06.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/RT3S_GPS_REC__S16.06.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/RT3S_GPS_REC__S16.06.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/RT3S_REC__D16.06.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/RT3S_REC__D16.06.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TEST_CS800_4000__Mobile_M100000_Host_S3.02.07_Auth_Test_Ver_1_.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TEST_CS800_4000__Mobile_M100000_Host_S3.02.07_Auth_Test_Ver_1_.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVCSV_GPS_P3.35.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVCSV_GPS_P3.35.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVCSV_V3.35.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVCSV_V3.35.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVGPS_REC_S3.31.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVGPS_REC_S3.31.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVGPS_REC_S3.38.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVGPS_REC_S3.38.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVREC_D3.31.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVREC_D3.31.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UVREC_D3.36.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UVREC_D3.36.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV_GPS__P3.33.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV_GPS__P3.33.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV_GPS__P3.35.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV_GPS__P3.35.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV_GPS__P3.38.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV_GPS__P3.38.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV__V3.33.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV__V3.33.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV__V3.35.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV__V3.35.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_CSV__V3.36.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_CSV__V3.36.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_GPS_REC__S3.31.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_GPS_REC__S3.31.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_GPS_REC__S3.38.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_GPS_REC__S3.38.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_REC__D3.31.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_REC__D3.31.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT2017_UV_REC__D3.36.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT2017_UV_REC__D3.36.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_GPS_MD390_MD380_S003.012.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_GPS_MD390_MD380_S003.012.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_TFT_MD380_D3.20.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_TFT_MD380_D3.20.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_TFT_MD446_D3.20.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_TFT_MD446_D3.20.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD380_D13.14.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD380_D13.14.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD380_D13.20.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD380_D13.20.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD380_D14.07.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD380_D14.07.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD390_S13.12.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD390_S13.12.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD390_S13.20.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD390_S13.20.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD390_S15.02.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD390_S15.02.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD390_S15.04.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD390_S15.04.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/TYT_Vocoder_MD446_D13.20.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/TYT_Vocoder_MD446_D13.20.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/dm1701_2.03.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/dm1701_2.03.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md2017_csv_gps_p4.17.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md2017_csv_gps_p4.17.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md2017_csv_v4.15.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md2017_csv_v4.15.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md2017_rec_d4.15.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md2017_rec_d4.15.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md2017_rec_gps_s4.17.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md2017_rec_gps_s4.17.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md9600_csv_gps_p6.13.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md9600_csv_gps_p6.13.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md9600_csv_v6.09.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md9600_csv_v6.09.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md9600_rec_d6.09.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md9600_rec_d6.09.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/md9600_rec_gps_s6.13.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/md9600_rec_gps_s6.13.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/mk_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/mk_links.py -------------------------------------------------------------------------------- /test/firmware/uv380_csv_v18.11.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/uv380_csv_v18.11.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/uv380_rec_d18.11.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/uv380_rec_d18.11.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/uv390_csv_gps_p18.11.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/uv390_csv_gps_p18.11.bin.sha256 -------------------------------------------------------------------------------- /test/firmware/uv390_rec_gps_s18.11.bin.sha256: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/firmware/uv390_rec_gps_s18.11.bin.sha256 -------------------------------------------------------------------------------- /test/test_bin2sgl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/test_bin2sgl.sh -------------------------------------------------------------------------------- /test/test_firmware_download.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/test_firmware_download.cpp -------------------------------------------------------------------------------- /test/test_fw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/test_fw.cpp -------------------------------------------------------------------------------- /test/test_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/v0l/radio_tool/HEAD/test/test_util.cpp --------------------------------------------------------------------------------