Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Sunday, December 13, 2020

VirtualRadar.exe.config on Linux

Needed this file in the Virtual Radar Linux directory. Culled from https://forum.virtualradarserver.co.uk/viewtopic.php?t=757

 <pre>

<?xml version="1.0"?>
<configuration>
    <configSections>
    </configSections>
    <startup>
        <supportedRuntime version="v2.0.50727"/>
    </startup> 
<runtime>
        <assemblyBinding  xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="Mono.Data.Sqlite"
                                  publicKeyToken="0738eb9f132ed756"
                                  culture="neutral" />
                <bindingRedirect oldVersion="2.0.0.0"
                                 newVersion="4.0.0.0" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>
</pre> 

 

Linux Notes to Self

 

sudo apt-get install xorg openbox
sudo apt install p7zip-full
sudo apt-get install wine-development
sudo apt-get install mono-complete
sudo rc-service NetworkManager start
 
 

DSD + and Cubic SDR on DragonOS

Normally on Windows, one would have to download  DSD Plus: https://www.dsdplus.com/download-2/, download Virtual Audio Cable: https://vb-audio.com/Cable/.


On DragonOS which is Lubuntu, one could follow this https://www.hagensieker.com/wordpress/2018/04/29/dsd-in-ubuntu-18-04/.


After DSD Plus is setup, virtual audio is set as the input and analog stereo the output, run Cubic SDR and DSD Plus simultaneously, just like on Windows.

Saturday, December 12, 2020

Virtual Radar and ADSB Sharp on DragonOS

 1. Download ADSBSharp from my Google Drive. https://drive.google.com/file/d/1Y5HkmfNWBgp4-xtnr16JoDjje-qdeL-X/view?usp=sharing

2. sudo apt install p7zip-full

3. Extract ADSBSharp.7z

4. Download Virtual Radar from here https://www.virtualradarserver.co.uk/Download.aspx

5. Extract to Virtual Radar folder.

6. sudo apt-get install mono-complete

7. sudo apt-get install wine-development

8. From a terminal inside the ADSB Sharp folder: mono ADSBSharp.exe

9. From inside the Virtual Radar folder: mono VirtualRadar.exe

10. If #9 fails, follow instructions here https://forum.virtualradarserver.co.uk/viewtopic.php?t=757

11. Refer to final set up at https://s33me.blogspot.com/2020/08/ads-b-and-virtual-radar-set-up.html


DragonOS_LTS Signal Processing

 In the still of the night, the DragonOS breathes life into an old Dell. BTW the user is "live" with no password.  Once installed onto the hard drive from https://sourceforge.net/projects/dragonos-lts/ , the user is your own. For DSD plus and virtual audio, I followed instructions at https://www.hagensieker.com/wordpress/2018/04/29/dsd-in-ubuntu-18-04/