Skip to content

Instantly share code, notes, and snippets.

@OldGroof
OldGroof / .Space.cpp
Last active April 4, 2024 04:54
Code for downloading, parsing and propagating GNSS Satellites. Uses acfutils and opengpws.
#include <string>
#include <sstream>
#include <fstream>
#include <algorithm>
#include <ctime>
#include <iostream>
#include <curl/curl.h>
#include <XPLMProcessing.h>
#include "opengpws/xplane_api.h"