[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linrad] Re: Map65 reports "No Rx data"



Hi Jeff,

I did not see anyone answering this:

> Does it make any difference how the linrad ffts get configured? Does 
> linrad configuration affect the format of multicast packets? Does Map65 
> care what format Linrad uses for multicast packets?

You have to set "first backward FFT version" to 1 in order to
select the 16 bit format for the second time function.
In case you select 0 the format would be 32 bit floating point 
and that is not what MAP65 looks for.

To get unicast just change
char netsend_rx_multi_group[]={"239.255.0.00"};
(near line 80 in network.c) to this:
char netsend_rx_multi_group[]={"127.0.0.1"};

Then re-compile (make linrad or make xlinrad)

In case it is more convenient to use MAP65 under Windows,
use make linrad.exe under Ubuntu or download mingw32 and nasm
so you can compile Linrad under Windows.

73

Leif / SM5BSZ

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Linrad" group.
To post to this group, send email to linrad@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to linrad+unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at http://groups.google.com/group/linrad?hl=en
-~----------~----~----~----~------~----~------~--~---

LINRADDARNIL