wsjtx-lib 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/chunk-IOOVX2IY.js +39 -0
- package/dist/chunk-JMWITWT7.js +74 -0
- package/dist/chunk-WYLCLDX4.js +483 -0
- package/dist/index.cjs +554 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +192 -0
- package/dist/index.d.ts +192 -0
- package/dist/index.js +484 -0
- package/dist/index.js.map +1 -0
- package/dist/src/index.cjs +554 -0
- package/dist/src/index.d.cts +192 -0
- package/dist/src/index.d.ts +7 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +24 -24
- package/dist/src/index.js.map +1 -1
- package/dist/src/types.cjs +64 -0
- package/dist/src/types.d.cts +252 -0
- package/dist/test/wsjtx.basic.test.cjs +759 -0
- package/dist/test/wsjtx.basic.test.d.cts +2 -0
- package/dist/test/wsjtx.basic.test.js +12 -14
- package/dist/test/wsjtx.basic.test.js.map +1 -1
- package/dist/test/wsjtx.test.cjs +4004 -0
- package/dist/test/wsjtx.test.d.cts +2 -0
- package/dist/test/wsjtx.test.js +12 -14
- package/dist/test/wsjtx.test.js.map +1 -1
- package/dist/types.cjs +64 -0
- package/dist/types.cjs.map +1 -0
- package/dist/types.d.cts +252 -0
- package/dist/types.d.ts +252 -0
- package/dist/types.js +8 -0
- package/dist/types.js.map +1 -0
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/build-info.json +2 -2
- package/prebuilds/darwin-arm64/libfftw3f.3.dylib +0 -0
- package/prebuilds/darwin-arm64/libfftw3f_threads.3.dylib +0 -0
- package/prebuilds/darwin-arm64/libgfortran.5.dylib +0 -0
- package/prebuilds/darwin-arm64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/linux-arm64/build-info.json +10 -0
- package/prebuilds/linux-arm64/libfftw3f.so.3 +0 -0
- package/prebuilds/linux-arm64/libfftw3f_threads.so.3 +0 -0
- package/prebuilds/linux-arm64/libgcc_s.so.1 +0 -0
- package/prebuilds/linux-arm64/libgfortran.so.5 +0 -0
- package/prebuilds/linux-arm64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/linux-x64/build-info.json +2 -2
- package/prebuilds/linux-x64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/package-info.json +9 -3
- package/prebuilds/win32-x64/build-info.json +3 -3
- package/prebuilds/win32-x64/libgcc_s_seh-1.dll +0 -0
- package/prebuilds/win32-x64/libgfortran-5.dll +0 -0
- package/prebuilds/win32-x64/libstdc++-6.dll +0 -0
- package/prebuilds/win32-x64/libwinpthread-1.dll +0 -0
- package/prebuilds/win32-x64/wsjtx_lib_nodejs.node +0 -0
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WSJTX Digital Radio Protocol Library for Node.js
|
|
3
|
+
*
|
|
4
|
+
* This library provides encoding and decoding capabilities for various
|
|
5
|
+
* digital amateur radio protocols including FT8, FT4, WSPR, and others.
|
|
6
|
+
*
|
|
7
|
+
* The library is a Node.js C++ extension that wraps the wsjtx_lib C library,
|
|
8
|
+
* providing high-performance digital signal processing capabilities with
|
|
9
|
+
* multi-platform support (Windows, macOS, Linux).
|
|
10
|
+
*
|
|
11
|
+
* @version 1.0.0
|
|
12
|
+
* @author WSJTX Development Team
|
|
13
|
+
* @license GPL-3.0
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Supported WSJTX digital radio modes
|
|
17
|
+
*
|
|
18
|
+
* Each mode has different characteristics in terms of symbol rate,
|
|
19
|
+
* bandwidth, transmission duration, and sensitivity.
|
|
20
|
+
*/
|
|
21
|
+
declare enum WSJTXMode {
|
|
22
|
+
/**
|
|
23
|
+
* FT8 - 8-FSK modulation, 15-second transmissions
|
|
24
|
+
* - Sample rate: 48 kHz
|
|
25
|
+
* - Duration: 12.64 seconds
|
|
26
|
+
* - Bandwidth: ~50 Hz
|
|
27
|
+
* - Sensitivity: -24 dB
|
|
28
|
+
*/
|
|
29
|
+
FT8 = 0,
|
|
30
|
+
/**
|
|
31
|
+
* FT4 - 4-FSK modulation, 6-second transmissions
|
|
32
|
+
* - Sample rate: 48 kHz
|
|
33
|
+
* - Duration: 6.0 seconds
|
|
34
|
+
* - Bandwidth: ~80 Hz
|
|
35
|
+
* - Sensitivity: -17 dB
|
|
36
|
+
*/
|
|
37
|
+
FT4 = 1,
|
|
38
|
+
/**
|
|
39
|
+
* JT4 - Weak signal mode for microwave EME
|
|
40
|
+
* - Sample rate: 11.025 kHz
|
|
41
|
+
* - Duration: 47.1 seconds
|
|
42
|
+
* - Multiple bandwidth options
|
|
43
|
+
*/
|
|
44
|
+
JT4 = 2,
|
|
45
|
+
/**
|
|
46
|
+
* JT65 - Popular EME and HF weak signal mode
|
|
47
|
+
* - Sample rate: 11.025 kHz
|
|
48
|
+
* - Duration: 46.8 seconds
|
|
49
|
+
* - Bandwidth: ~180 Hz
|
|
50
|
+
*/
|
|
51
|
+
JT65 = 3,
|
|
52
|
+
/**
|
|
53
|
+
* JT9 - Low data rate, narrow bandwidth mode
|
|
54
|
+
* - Sample rate: 12 kHz
|
|
55
|
+
* - Duration: 49.0 seconds
|
|
56
|
+
* - Bandwidth: ~16 Hz
|
|
57
|
+
*/
|
|
58
|
+
JT9 = 4,
|
|
59
|
+
/**
|
|
60
|
+
* FST4 - Flexible format for 15-900 second transmissions
|
|
61
|
+
* - Sample rate: 12 kHz
|
|
62
|
+
* - Variable duration (15s, 30s, 60s, 120s, 300s, 900s)
|
|
63
|
+
* - Ultra-weak signal capability
|
|
64
|
+
*/
|
|
65
|
+
FST4 = 5,
|
|
66
|
+
/**
|
|
67
|
+
* Q65 - Optimized for EME on VHF and higher
|
|
68
|
+
* - Sample rate: 12 kHz
|
|
69
|
+
* - Duration: 60 seconds
|
|
70
|
+
* - Multiple bandwidth options
|
|
71
|
+
*/
|
|
72
|
+
Q65 = 6,
|
|
73
|
+
/**
|
|
74
|
+
* FST4W - Weak signal beacons
|
|
75
|
+
* - Sample rate: 12 kHz
|
|
76
|
+
* - Duration: 120 seconds
|
|
77
|
+
* - Optimized for propagation studies
|
|
78
|
+
*/
|
|
79
|
+
FST4W = 7,
|
|
80
|
+
/**
|
|
81
|
+
* WSPR - Weak Signal Propagation Reporter
|
|
82
|
+
* - Sample rate: 12 kHz
|
|
83
|
+
* - Duration: 110.6 seconds
|
|
84
|
+
* - 4-FSK modulation, very weak signal capability
|
|
85
|
+
*/
|
|
86
|
+
WSPR = 8
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Audio data formats supported by the library
|
|
90
|
+
* Can be either 32-bit floating point or 16-bit signed integer samples
|
|
91
|
+
*/
|
|
92
|
+
type AudioData = Float32Array | Int16Array;
|
|
93
|
+
/**
|
|
94
|
+
* IQ (In-phase/Quadrature) data for WSPR decoding
|
|
95
|
+
* Interleaved I,Q samples as 32-bit floating point values
|
|
96
|
+
*/
|
|
97
|
+
type IQData = Float32Array;
|
|
98
|
+
/**
|
|
99
|
+
* Time information for decoded messages
|
|
100
|
+
*/
|
|
101
|
+
interface WSJTXTime {
|
|
102
|
+
/** Hour (0-23) */
|
|
103
|
+
hour: number;
|
|
104
|
+
/** Minute (0-59) */
|
|
105
|
+
minute: number;
|
|
106
|
+
/** Second (0-59) */
|
|
107
|
+
second: number;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* A decoded WSJTX message containing timing and signal information
|
|
111
|
+
*/
|
|
112
|
+
interface WSJTXMessage {
|
|
113
|
+
/** The decoded message text */
|
|
114
|
+
text: string;
|
|
115
|
+
/** Signal-to-noise ratio in dB */
|
|
116
|
+
snr: number;
|
|
117
|
+
/** Time offset from start of transmission period in seconds */
|
|
118
|
+
deltaTime: number;
|
|
119
|
+
/** Frequency offset from dial frequency in Hz */
|
|
120
|
+
deltaFrequency: number;
|
|
121
|
+
/** Unix timestamp when the message was decoded */
|
|
122
|
+
timestamp: number;
|
|
123
|
+
/** Sync quality metric (mode-dependent) */
|
|
124
|
+
sync: number;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Result from a decode operation
|
|
128
|
+
*/
|
|
129
|
+
interface DecodeResult {
|
|
130
|
+
/** Whether the decode operation completed successfully */
|
|
131
|
+
success: boolean;
|
|
132
|
+
/** Optional error message if decode failed */
|
|
133
|
+
error?: string;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Result from an encode operation
|
|
137
|
+
*/
|
|
138
|
+
interface EncodeResult {
|
|
139
|
+
/** Generated audio waveform data */
|
|
140
|
+
audioData: Float32Array;
|
|
141
|
+
/** The actual message that was encoded (may differ from input) */
|
|
142
|
+
messageSent: string;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Single WSPR decode result
|
|
146
|
+
*/
|
|
147
|
+
interface WSPRResult {
|
|
148
|
+
/** Frequency of the decoded signal in Hz */
|
|
149
|
+
frequency: number;
|
|
150
|
+
/** Sync quality metric */
|
|
151
|
+
sync: number;
|
|
152
|
+
/** Signal-to-noise ratio in dB */
|
|
153
|
+
snr: number;
|
|
154
|
+
/** Time offset in seconds */
|
|
155
|
+
deltaTime: number;
|
|
156
|
+
/** Frequency drift in Hz/minute */
|
|
157
|
+
drift: number;
|
|
158
|
+
/** Jitter metric */
|
|
159
|
+
jitter: number;
|
|
160
|
+
/** Decoded message text */
|
|
161
|
+
message: string;
|
|
162
|
+
/** Decoded callsign */
|
|
163
|
+
callsign: string;
|
|
164
|
+
/** Decoded grid locator */
|
|
165
|
+
locator: string;
|
|
166
|
+
/** Decoded power in dBm */
|
|
167
|
+
power: string;
|
|
168
|
+
/** Number of decode cycles */
|
|
169
|
+
cycles: number;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Options for WSPR decoding
|
|
173
|
+
*/
|
|
174
|
+
interface WSPRDecodeOptions {
|
|
175
|
+
/** Dial frequency in Hz (default: 14095600 for 20m WSPR) */
|
|
176
|
+
dialFrequency?: number;
|
|
177
|
+
/** Receiving station callsign for better decoding */
|
|
178
|
+
callsign?: string;
|
|
179
|
+
/** Receiving station grid locator */
|
|
180
|
+
locator?: string;
|
|
181
|
+
/** Enable quick decode mode (faster but less sensitive) */
|
|
182
|
+
quickMode?: boolean;
|
|
183
|
+
/** Use hash table for callsign/locator lookup */
|
|
184
|
+
useHashTable?: boolean;
|
|
185
|
+
/** Number of decoding passes (1-3, default: 2) */
|
|
186
|
+
passes?: number;
|
|
187
|
+
/** Enable signal subtraction for better weak signal decoding */
|
|
188
|
+
subtraction?: boolean;
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Error thrown by WSJTX library operations
|
|
192
|
+
*/
|
|
193
|
+
declare class WSJTXError extends Error {
|
|
194
|
+
code?: string | undefined;
|
|
195
|
+
constructor(message: string, code?: string | undefined);
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Configuration options for the WSJTX library
|
|
199
|
+
*/
|
|
200
|
+
interface WSJTXConfig {
|
|
201
|
+
/** Maximum number of threads to use for processing (1-16) */
|
|
202
|
+
maxThreads?: number;
|
|
203
|
+
/** Enable debug logging */
|
|
204
|
+
debug?: boolean;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Library version information
|
|
208
|
+
*/
|
|
209
|
+
interface VersionInfo {
|
|
210
|
+
/** WSJTXLib wrapper version */
|
|
211
|
+
wrapperVersion: string;
|
|
212
|
+
/** Underlying wsjtx_lib version */
|
|
213
|
+
libraryVersion: string;
|
|
214
|
+
/** Node.js version used to build */
|
|
215
|
+
nodeVersion: string;
|
|
216
|
+
/** Build timestamp */
|
|
217
|
+
buildDate: string;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Mode capabilities information
|
|
221
|
+
*/
|
|
222
|
+
interface ModeCapabilities {
|
|
223
|
+
/** Mode identifier */
|
|
224
|
+
mode: WSJTXMode;
|
|
225
|
+
/** Whether encoding is supported */
|
|
226
|
+
encodingSupported: boolean;
|
|
227
|
+
/** Whether decoding is supported */
|
|
228
|
+
decodingSupported: boolean;
|
|
229
|
+
/** Required sample rate in Hz */
|
|
230
|
+
sampleRate: number;
|
|
231
|
+
/** Transmission duration in seconds */
|
|
232
|
+
duration: number;
|
|
233
|
+
/** Typical bandwidth in Hz */
|
|
234
|
+
bandwidth?: number;
|
|
235
|
+
/** Typical sensitivity in dB */
|
|
236
|
+
sensitivity?: number;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Callback function for decode operations
|
|
240
|
+
* The native module returns a boolean indicating completion status
|
|
241
|
+
*/
|
|
242
|
+
type DecodeCallback = (error: Error | null, result: boolean) => void;
|
|
243
|
+
/**
|
|
244
|
+
* Callback function type for asynchronous encode operations
|
|
245
|
+
*/
|
|
246
|
+
type EncodeCallback = (error: Error | null, result: EncodeResult) => void;
|
|
247
|
+
/**
|
|
248
|
+
* Callback function type for asynchronous WSPR decode operations
|
|
249
|
+
*/
|
|
250
|
+
type WSPRDecodeCallback = (error: Error | null, results: WSPRResult[]) => void;
|
|
251
|
+
|
|
252
|
+
export { type AudioData, type DecodeCallback, type DecodeResult, type EncodeCallback, type EncodeResult, type IQData, type ModeCapabilities, type VersionInfo, type WSJTXConfig, WSJTXError, type WSJTXMessage, WSJTXMode, type WSJTXTime, type WSPRDecodeCallback, type WSPRDecodeOptions, type WSPRResult };
|
package/dist/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/types.ts"],"sourcesContent":["/**\n * WSJTX Digital Radio Protocol Library for Node.js\n * \n * This library provides encoding and decoding capabilities for various\n * digital amateur radio protocols including FT8, FT4, WSPR, and others.\n * \n * The library is a Node.js C++ extension that wraps the wsjtx_lib C library,\n * providing high-performance digital signal processing capabilities with\n * multi-platform support (Windows, macOS, Linux).\n * \n * @version 1.0.0\n * @author WSJTX Development Team\n * @license GPL-3.0\n */\n\n/**\n * Supported WSJTX digital radio modes\n * \n * Each mode has different characteristics in terms of symbol rate,\n * bandwidth, transmission duration, and sensitivity.\n */\nexport enum WSJTXMode {\n /** \n * FT8 - 8-FSK modulation, 15-second transmissions\n * - Sample rate: 48 kHz\n * - Duration: 12.64 seconds\n * - Bandwidth: ~50 Hz\n * - Sensitivity: -24 dB\n */\n FT8 = 0,\n\n /** \n * FT4 - 4-FSK modulation, 6-second transmissions\n * - Sample rate: 48 kHz \n * - Duration: 6.0 seconds\n * - Bandwidth: ~80 Hz\n * - Sensitivity: -17 dB\n */\n FT4 = 1,\n\n /** \n * JT4 - Weak signal mode for microwave EME\n * - Sample rate: 11.025 kHz\n * - Duration: 47.1 seconds\n * - Multiple bandwidth options\n */\n JT4 = 2,\n\n /** \n * JT65 - Popular EME and HF weak signal mode\n * - Sample rate: 11.025 kHz\n * - Duration: 46.8 seconds\n * - Bandwidth: ~180 Hz\n */\n JT65 = 3,\n\n /** \n * JT9 - Low data rate, narrow bandwidth mode\n * - Sample rate: 12 kHz\n * - Duration: 49.0 seconds\n * - Bandwidth: ~16 Hz\n */\n JT9 = 4,\n\n /** \n * FST4 - Flexible format for 15-900 second transmissions\n * - Sample rate: 12 kHz\n * - Variable duration (15s, 30s, 60s, 120s, 300s, 900s)\n * - Ultra-weak signal capability\n */\n FST4 = 5,\n\n /** \n * Q65 - Optimized for EME on VHF and higher\n * - Sample rate: 12 kHz\n * - Duration: 60 seconds\n * - Multiple bandwidth options\n */\n Q65 = 6,\n\n /** \n * FST4W - Weak signal beacons\n * - Sample rate: 12 kHz\n * - Duration: 120 seconds\n * - Optimized for propagation studies\n */\n FST4W = 7,\n\n /** \n * WSPR - Weak Signal Propagation Reporter\n * - Sample rate: 12 kHz\n * - Duration: 110.6 seconds\n * - 4-FSK modulation, very weak signal capability\n */\n WSPR = 8\n}\n\n/**\n * Audio data formats supported by the library\n * Can be either 32-bit floating point or 16-bit signed integer samples\n */\nexport type AudioData = Float32Array | Int16Array;\n\n/**\n * IQ (In-phase/Quadrature) data for WSPR decoding\n * Interleaved I,Q samples as 32-bit floating point values\n */\nexport type IQData = Float32Array;\n\n/**\n * Time information for decoded messages\n */\nexport interface WSJTXTime {\n /** Hour (0-23) */\n hour: number;\n /** Minute (0-59) */\n minute: number;\n /** Second (0-59) */\n second: number;\n}\n\n/**\n * A decoded WSJTX message containing timing and signal information\n */\nexport interface WSJTXMessage {\n /** The decoded message text */\n text: string;\n /** Signal-to-noise ratio in dB */\n snr: number;\n /** Time offset from start of transmission period in seconds */\n deltaTime: number;\n /** Frequency offset from dial frequency in Hz */\n deltaFrequency: number;\n /** Unix timestamp when the message was decoded */\n timestamp: number;\n /** Sync quality metric (mode-dependent) */\n sync: number;\n}\n\n/**\n * Result from a decode operation\n */\nexport interface DecodeResult {\n /** Whether the decode operation completed successfully */\n success: boolean;\n /** Optional error message if decode failed */\n error?: string;\n}\n\n/**\n * Result from an encode operation\n */\nexport interface EncodeResult {\n /** Generated audio waveform data */\n audioData: Float32Array;\n /** The actual message that was encoded (may differ from input) */\n messageSent: string;\n}\n\n/**\n * Single WSPR decode result\n */\nexport interface WSPRResult {\n /** Frequency of the decoded signal in Hz */\n frequency: number;\n /** Sync quality metric */\n sync: number;\n /** Signal-to-noise ratio in dB */\n snr: number;\n /** Time offset in seconds */\n deltaTime: number;\n /** Frequency drift in Hz/minute */\n drift: number;\n /** Jitter metric */\n jitter: number;\n /** Decoded message text */\n message: string;\n /** Decoded callsign */\n callsign: string;\n /** Decoded grid locator */\n locator: string;\n /** Decoded power in dBm */\n power: string;\n /** Number of decode cycles */\n cycles: number;\n}\n\n/**\n * Options for WSPR decoding\n */\nexport interface WSPRDecodeOptions {\n /** Dial frequency in Hz (default: 14095600 for 20m WSPR) */\n dialFrequency?: number;\n /** Receiving station callsign for better decoding */\n callsign?: string;\n /** Receiving station grid locator */\n locator?: string;\n /** Enable quick decode mode (faster but less sensitive) */\n quickMode?: boolean;\n /** Use hash table for callsign/locator lookup */\n useHashTable?: boolean;\n /** Number of decoding passes (1-3, default: 2) */\n passes?: number;\n /** Enable signal subtraction for better weak signal decoding */\n subtraction?: boolean;\n}\n\n/**\n * Error thrown by WSJTX library operations\n */\nexport class WSJTXError extends Error {\n constructor(message: string, public code?: string) {\n super(message);\n this.name = 'WSJTXError';\n }\n}\n\n/**\n * Configuration options for the WSJTX library\n */\nexport interface WSJTXConfig {\n /** Maximum number of threads to use for processing (1-16) */\n maxThreads?: number;\n /** Enable debug logging */\n debug?: boolean;\n}\n\n/**\n * Library version information\n */\nexport interface VersionInfo {\n /** WSJTXLib wrapper version */\n wrapperVersion: string;\n /** Underlying wsjtx_lib version */\n libraryVersion: string;\n /** Node.js version used to build */\n nodeVersion: string;\n /** Build timestamp */\n buildDate: string;\n}\n\n/**\n * Mode capabilities information\n */\nexport interface ModeCapabilities {\n /** Mode identifier */\n mode: WSJTXMode;\n /** Whether encoding is supported */\n encodingSupported: boolean;\n /** Whether decoding is supported */\n decodingSupported: boolean;\n /** Required sample rate in Hz */\n sampleRate: number;\n /** Transmission duration in seconds */\n duration: number;\n /** Typical bandwidth in Hz */\n bandwidth?: number;\n /** Typical sensitivity in dB */\n sensitivity?: number;\n}\n\n/**\n * Callback function for decode operations\n * The native module returns a boolean indicating completion status\n */\nexport type DecodeCallback = (error: Error | null, result: boolean) => void;\n\n/**\n * Callback function type for asynchronous encode operations\n */\nexport type EncodeCallback = (error: Error | null, result: EncodeResult) => void;\n\n/**\n * Callback function type for asynchronous WSPR decode operations\n */\nexport type WSPRDecodeCallback = (error: Error | null, results: WSPRResult[]) => void;\n "],"mappings":";AAqBO,IAAK,YAAL,kBAAKA,eAAL;AAQH,EAAAA,sBAAA,SAAM,KAAN;AASA,EAAAA,sBAAA,SAAM,KAAN;AAQA,EAAAA,sBAAA,SAAM,KAAN;AAQA,EAAAA,sBAAA,UAAO,KAAP;AAQA,EAAAA,sBAAA,SAAM,KAAN;AAQA,EAAAA,sBAAA,UAAO,KAAP;AAQA,EAAAA,sBAAA,SAAM,KAAN;AAQA,EAAAA,sBAAA,WAAQ,KAAR;AAQA,EAAAA,sBAAA,UAAO,KAAP;AAzEQ,SAAAA;AAAA,GAAA;AA6LL,IAAM,aAAN,cAAyB,MAAM;AAAA,EAClC,YAAY,SAAwB,MAAe;AAC/C,UAAM,OAAO;AADmB;AAEhC,SAAK,OAAO;AAAA,EAChB;AACJ;","names":["WSJTXMode"]}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-10-14T08:48:58.839Z",
|
|
3
3
|
"platforms": [
|
|
4
4
|
{
|
|
5
5
|
"platform": "linux",
|
|
@@ -7,6 +7,12 @@
|
|
|
7
7
|
"available": true,
|
|
8
8
|
"path": "./prebuilds/linux-x64/wsjtx_lib_nodejs.node"
|
|
9
9
|
},
|
|
10
|
+
{
|
|
11
|
+
"platform": "linux",
|
|
12
|
+
"arch": "arm64",
|
|
13
|
+
"available": true,
|
|
14
|
+
"path": "./prebuilds/linux-arm64/wsjtx_lib_nodejs.node"
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
"platform": "darwin",
|
|
12
18
|
"arch": "arm64",
|
|
@@ -20,6 +26,6 @@
|
|
|
20
26
|
"path": "./prebuilds/win32-x64/wsjtx_lib_nodejs.node"
|
|
21
27
|
}
|
|
22
28
|
],
|
|
23
|
-
"totalPackages":
|
|
24
|
-
"totalSize":
|
|
29
|
+
"totalPackages": 4,
|
|
30
|
+
"totalSize": 4781357
|
|
25
31
|
}
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"github_runner": "windows-latest",
|
|
4
4
|
"arch": "x64",
|
|
5
5
|
"node_version": "18",
|
|
6
|
-
"build_time": "2025-
|
|
6
|
+
"build_time": "2025-10-14T08:37:27Z",
|
|
7
7
|
"cmake_arch": "x64",
|
|
8
|
-
"file_size":
|
|
8
|
+
"file_size": 1728877,
|
|
9
9
|
"bundled_libraries": 6,
|
|
10
|
-
"total_package_size":
|
|
10
|
+
"total_package_size": 12767114,
|
|
11
11
|
"required_dlls": ["libfftw3f-3.dll","libfftw3f_threads-3.dll","libgcc_s_seh-1.dll","libgfortran-5.dll","libwinpthread-1.dll","libstdc++-6.dll"],
|
|
12
12
|
"bundled_dlls": ["libfftw3f_threads-3.dll", "libfftw3f-3.dll", "libgcc_s_seh-1.dll", "libgfortran-5.dll", "libstdc++-6.dll", "libwinpthread-1.dll"],
|
|
13
13
|
"missing_dlls": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|