Astropulse is a new type of SETI. It expands on the original SETI@home, but does not replace it. The original SETI@home searches for narrowband signals, as does a conventional AM or FM radio. Astropulse, on the other hand, listens for broader-band, short-time pulses.
In addition to ET, Astropulse might detect other sources, such as rapidly rotating pulsars, exploding primordial black holes, or as-yet unknown astrophysical phenomena.You can imagine that SETI@home is a search for a gold needle (ET) in a haystack. During the search for a gold needle, Astropulse might occasionally find a silver needle (a pulsar or black hole.) These silver needles have their own scientific value, even if they don't represent extraterrestrial communications.
We will see in the near future an optimized Astropulse applicatioo?
FWIW, I believe the AP application is built with VS 2005 or VS 2008. Apps built with DevC++/MinGW generally link to msvcrt.dll, I'm not even sure it's possible to go to static linkage for that runtime code. Dependancy Walker doesn't show any direct usage of msvcrt.dll, though of course there's indirect usage through the fftw dll built with MinGW.AP also does have the linkage to IsDebuggerPresent in Kernel32.dll symptomatic of recent MS compilers lack of Win95 compatibility. Joe
How must look my current app_info.xml that my rigs can download AP WUs?
<app_info> <app> <name>astropulse</name> </app> <file_info> <name>astropulse_4.35_windows_intelx86.exe</name> <executable/> </file_info> <file_info> <name>libfftw3f-3-1-1a_upx.dll</name> <executable/> </file_info> <file_info> <name>ap_graphics_4.35_windows_intelx86.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse</app_name> <version_num>435</version_num> <file_ref> <file_name>astropulse_4.35_windows_intelx86.exe</file_name> <main_program/> </file_ref> <file_ref> <file_name>libfftw3f-3-1-1a_upx.dll</file_name> </file_ref> <file_ref> <file_name>ap_graphics_4.35_windows_intelx86.exe</file_name> <open_name>graphics_app</open_name> </file_ref> </app_version> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>AK_v8_win_SSE2.exe</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>517</version_num> <file_ref> <file_name>AK_v8_win_SSE2.exe</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>527</version_num> <file_ref> <file_name>AK_v8_win_SSE2.exe</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>528</version_num> <file_ref> <file_name>AK_v8_win_SSE2.exe</file_name> <main_program/> </file_ref> </app_version></app_info>