Skip to content

Instantly share code, notes, and snippets.

View eriqnelson's full-sized avatar

Eriq Nelson eriqnelson

View GitHub Profile
@eriqnelson
eriqnelson / ksrpc_logger.py
Created July 16, 2016 03:28 — forked from fat-lobyte/ksrpc_logger.py
A small logging script for Kerbal Space Program that uses the kRPC mod
#!/usr/bin/env python3
# (C) Alexander Korsunsky, 2016
import krpc
import time
import sys
import numpy as np
import argparse