Johannes Pohl
3fbb507981
try older version
2024-03-03 00:17:17 +01:00
Johannes Pohl
223aed4f27
fix syntax
2024-03-03 00:03:22 +01:00
Johannes Pohl
57ff56e9c2
update pyinstaller ver
2024-03-03 00:01:55 +01:00
Dr. Johannes Pohl
854a84f9ca
Add exit action and new menu for recent files ( #1100 )
2024-01-21 11:53:43 +01:00
Dr. Johannes Pohl
8a34513351
Add support for Cython3 ( #1099 )
2024-01-21 11:11:28 +01:00
Dr. Johannes Pohl
e0f94fa105
blacken version.py
2024-01-14 09:43:20 +01:00
Dr. Johannes Pohl
6dd5990250
version2.9.6
v2.9.6
2024-01-14 00:26:09 +01:00
Dr. Johannes Pohl
9c429425b3
Update LICENSE and CI ( #1097 )
...
- Update License year
- Use Python 3.11 for bundled Windows builds
- Use `windows-latest` for CI
2024-01-14 00:22:56 +01:00
jpacov
a3903503e2
Feature/signal real timestamp ( #969 )
2023-11-16 21:12:18 +01:00
andynoack
64df785680
Fix #1083 : assignment to const error
2023-11-10 15:01:32 +01:00
Dr. Johannes Pohl
1593ffa5ff
CI: Bump to macOS 12 ( #1081 )
2023-11-03 12:34:41 +01:00
Dr. Johannes Pohl
2695cb1de0
Update year in license ( #1080 )
2023-11-03 11:24:53 +01:00
Dr. Johannes Pohl
aa95d20b9b
Blacken code ( #1076 )
2023-10-30 17:51:41 +01:00
Dr. Johannes Pohl
c62e3c4b0b
version2.9.5
v2.9.5
2023-10-28 12:52:44 +02:00
Dr. Johannes Pohl
ec73ce9312
Upgrade Python versions in CI ( #1074 )
2023-10-28 12:42:22 +02:00
Prof. Dr. Andreas Noack
26f99e1a9e
Add noexcept to fix compiling of cythonext ( #1065 )
2023-09-26 11:42:02 +02:00
Dr. Johannes Pohl
64846253dc
pin to Cython version <3.0.0 ( #1063 )
2023-07-28 10:38:07 +02:00
jirjirjir
ace45594d9
Update RTLSDR.py ( #1057 )
...
Update rtlsdr.pyx
Update crtlsdr.pxd
Update config.py
2023-06-19 07:52:59 +02:00
andynoack
5e342d730d
fix macos-11 in ci
2023-06-18 16:46:43 +02:00
andynoack
c545b2eb40
fix macos-11 in ci
2023-06-18 16:42:09 +02:00
andynoack
623d84fa2b
test macos-11 in ci
2023-06-18 16:38:24 +02:00
Prof. Dr. Andreas Noack
985e84b0b3
Fix error where last byte of datarange was not included in checksum calculation. Added test to cover this case. Relates to #1045 ( #1046 )
2023-04-08 15:32:23 +02:00
Dr. Johannes Pohl
f52c073034
CI: Add missing env definition to twine upload ( #1029 )
2023-01-28 19:37:10 +01:00
Dr. Johannes Pohl
2238289f60
version2.9.4
v2.9.4
2023-01-28 13:08:57 +01:00
Dr. Johannes Pohl
ba0b981ffb
Allow configuration of fractional font sizes ( #1027 )
2023-01-28 13:08:27 +01:00
Dr. Johannes Pohl
8673a1e787
Fix error when selecting large portions of Signal ( #1024 )
2023-01-26 18:21:07 +01:00
Prof. Dr. Andreas Noack
1c9f9366bb
Flipper zero sub ghz ( #1023 )
...
* Add Flipper Zero SubGHz export from Generator support
* Clean up and add TODO (bandwidth/deviation in FuriHal preset)
2023-01-25 09:08:01 +01:00
Dr. Johannes Pohl
d19c8c1479
CI: Install PyAudio directly via pip instead of pipwin ( #1021 )
...
PyAudio wheels for Windows are now provided on PyPi so we do not need to use pipwin anymore.
2023-01-13 21:05:33 +01:00
Prof. Dr. Andreas Noack
82da1376c1
Add rad1o support ( #1020 )
...
* Add rad1o support
* fix CI errors regarding deprecated types: np.complex (-> complex) and np.int (-> int)
2023-01-13 15:24:34 +01:00
Esteban Martinena Guerrero
19669784ea
Fix .sub file RAW_data strip ( #1016 )
...
For some reason some of the files saved by flipper has a final space. When the RAW_data is splitted, the last space gets it's own '' value in the array. Whet we try to convert the '' value to int we get an exception.
The exception has been controlled, showing a warning and skipping the value.
The line is stripped to remove white spaces before of splitting
2023-01-09 07:41:19 +01:00
Dr. Johannes Pohl
ab801433ab
Keep Y-Scale when showing/hiding demodulated view ( #1012 )
2022-10-17 17:29:13 +02:00
jpacov
b7fd265179
Adding Save As pcapng for ProtocolAnalyzer ( #970 )
2022-10-17 17:26:53 +02:00
Dr. Johannes Pohl
8004f453fe
Refresh protocol view also when hidden ( #1011 )
2022-10-17 17:09:03 +02:00
Prof. Dr. Andreas Noack
a4f8db4f4d
Add I/Q view ( #1007 )
2022-10-14 09:56:58 +02:00
Prof. Dr. Andreas Noack
6ae113d64f
Flipper raw ( #1000 )
...
* This branch allows to import .sub files from Flipper Zero (#989 )
* Add rudimentary export feature for .sub-files!
Note that all parameters (Frequency, Preset, ...) in the .sub-file are constants and export will only work for .sub-files
* Apply changes from revision.
2022-08-22 15:36:20 +02:00
Prof. Dr. Andreas Noack
ca6228fadb
Update ci.yml ( #998 )
...
fix mac os ci
2022-08-13 12:55:13 +02:00
Fil
95702ab9d9
'Remove Carrier' encoding truncates initial input ( #997 )
...
* Fix: 'Remove Carrier' encoding function skips input data
Fix the encoding part of the 'Remove Carrier' decoding function by
flushing any initial carrier symbols before processing actual data.
* Fix: carrier pattern wraps around even with no more input data
Process carrier symbols before each input data symbol.
Append any trailing carrier symbol until the pattern wraps around.
2022-08-13 12:16:29 +02:00
Nathan Henrie
e72584fac1
Add paths for homebrew on M1 Mac / Apple Silicon ( #982 )
2022-05-24 19:06:42 +02:00
Dr. Johannes Pohl
7ddf54b0c1
CI: use bash shell for PyPi upload
2022-03-01 09:43:07 +01:00
Dr. Johannes Pohl
b9b380c61d
CI: fix twine upload ( #961 )
v2.9.3
2022-03-01 09:30:36 +01:00
Dr. Johannes Pohl
b89304ca1c
version2.9.3
2022-03-01 09:08:35 +01:00
Dr. Johannes Pohl
2e71041b3b
update requirements.txt ( #960 )
2022-03-01 08:51:12 +01:00
Dr. Johannes Pohl
ebd5c21827
Update SDR drivers on macOS ( #959 )
2022-02-28 18:21:13 +01:00
Dr. Johannes Pohl
48c10b43de
Update Windows SDR drivers ( #958 )
2022-02-28 13:12:31 +01:00
Dr. Johannes Pohl
e235627e6a
simplify y-scaling
2022-02-27 20:16:26 +01:00
Dr. Johannes Pohl
ce9ae23120
enable native backend check on Windows ( #957 )
2022-02-27 19:16:35 +01:00
Dr. Johannes Pohl
bc49c6df24
fix #933 improve y-scale in SendRecvDialog ( #956 )
2022-02-27 18:59:27 +01:00
Dr. Johannes Pohl
a165ef78b2
Fix API check on macOS ( #955 )
2022-02-27 14:26:02 +01:00
Dr. Johannes Pohl
7129cbfcdd
set BladeRF min sample rate to 520.834 kHz ( #954 )
2022-02-27 11:58:42 +01:00
Dr. Johannes Pohl
24207fc969
MacOS: Add default include dir during installation ( #953 )
2022-02-26 14:13:55 +01:00