PiAware Google Earth server

Hello,

I made a simple Java server that can run in the Pi device that will provide a server for Google Earth that can display realtime 3D cockpit view.
I know that can be done also with PlanePlotter, however I thought would be much more convinient to have something inside the piaware system without using any other third party software.

Please check it out here - full source provided and some instructions:

github.com/florin-serbanescu/pi … ogle-earth

Is just a first version and I hope to improve it upon your feedback. If you have any questions please don’t hesitate to write me.

Thank you,
Florin.

How do i install it from git?

Hello,

I think the easiest way is to install diretly from the binaries that you can find in GIT under dist folder.
The step by step instructions are in README file and to make a short summary you need to:

  • enable ssh on your device
  • install java support
  • copy, configure and run java server
  • slightly change the web page to integrate the link
  • make google earth link to view realtime data

Please let me know if I can assist with any of the steps above.
Thank you,
Florin.