Skip to content

scripts for examining spiral knights gatemap data

Notifications You must be signed in to change notification settings

Magnus0SK/gate-sniffer

 
 

Repository files navigation

gate-sniffer

Information:

  • Uses a steam installation of Spiral Knights to sniff streamed network packets for Arcade gates in rotation and copies the latest gate in JSON to ../gatemap-viewer/gates/ and updates ../gatemap-viewer/gates/gate_list.txt

Requirements:

pip install construct

pip install scapy

Configuring

  • Edit PACKET_FILTER = 'dst net 192.168.1 and tcp and ip' to reflect your local network configuration.
    E.g. If your local IP address is 192.168.5.109, replace 192.168.1 with 192.168.5
  • Edit SK_PATH = 'C:\\SteamLibrary\\steamapps\\common\\Spiral Knights' to reflect the location of your Steam Spiral Knights installation.
  • Edit SK_ARGS = 'java_vm/bin/javaw.exe -jar getdown-pro.jar . "" username password' with your own credentials.

Usage

About

scripts for examining spiral knights gatemap data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.0%
  • Java 27.4%
  • Batchfile 0.6%