Some organizations or groups conduct structured digital communications, using FLDIGI, and may provide a set of FLDIGI Macros to support their digital communications activities. This article intends to provide some guidance on how to locate the FLDIGI Macro folder, and then how to configure FLDIGI to use the newly installed macro file.
On Windows, navigate to:
C:\Users\YOUR_ACCOUNT_NAME\fldigi.files\macros
iPerf3 is great, but it uses pure memory-to-memory traffic. A 50GB file forces the OS disk stack to participate.
Open Command Prompt as Administrator:
$FileSize = 50GB $FilePath = "C:\testfile.bin" $Random = New-Object Random $Bytes = [System.Byte[]]::new($FileSize) for ($i = 0; $i -lt $FileSize; $i++) $Bytes[$i] = $Random.Next(0, 256)
iPerf3 is great, but it uses pure memory-to-memory traffic. A 50GB file forces the OS disk stack to participate.
Open Command Prompt as Administrator:
$FileSize = 50GB $FilePath = "C:\testfile.bin" $Random = New-Object Random $Bytes = [System.Byte[]]::new($FileSize) for ($i = 0; $i -lt $FileSize; $i++) $Bytes[$i] = $Random.Next(0, 256)