Skip to content

Python script to convert .sub files to other usable subghz files

Notifications You must be signed in to change notification settings

RocketGod-git/Flipper_Zero-sub_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

THIS IS CURRENTLY BROKEN

Python script to convert .sub files to other usable subghz files

First do:
pip install -r requirements.txt

Then:

Convert a .sub file to a specified signal file format.

positional arguments:
  input_file            Path to the input .sub file
  output_file           Path to the output file (without file extension)
  {<class 'numpy.int8'>,<class 'numpy.uint8'>,<class 'numpy.int16'>,<class 'numpy.uint16'>,<class 'numpy.float32'>,<class 'numpy.complex64'>}
                        Data type for the output file

options:
  -h, --help            show this help message and exit
  --file-extension {.complex16s,.complex16u,.complex32s,.complex32u,.complex,.complex}
                        File extension for the output file (optional)

20221001_061501504_iOS

About

Python script to convert .sub files to other usable subghz files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages