Skip to content

Instantly share code, notes, and snippets.

@nateberkopec
Created August 5, 2017 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nateberkopec/9cce2d4857eef32de1650d2712535da0 to your computer and use it in GitHub Desktop.
Save nateberkopec/9cce2d4857eef32de1650d2712535da0 to your computer and use it in GitHub Desktop.
require 'krpc'
CLIENT_NAME = "Console"
HOST_IP = "192.168.1.13"
$client = KRPC::Client.new(name: CLIENT_NAME, host: HOST_IP).connect!
binding.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment