Generate Random Channel List on Windows

Started by raggedyanne, October 11, 2016, 04:51:06 AM

raggedyanne

Here is a windows batch file to generate a fhss frequency list, the main parts to change are;

// Create a list of 50 channels
RND_TOTAL=50
// Minimum Starting Frequency is 918Mhz
RND_MIN=918000
// Maximum Ending Frequency is 926Mhz
RND_MAX=926000
// Step Interval per Channel is 25Hz
RND_INTER=25

You can either create a new batch file with or from the prompt type;
randomrf.cmd > randomrf.txt

randomrf.txt will be created in the same directory as randomrf.cmd