Skip to content

A KCP packet sniffer + visualizer in one, backend rewritten in Go. (For SR)

Notifications You must be signed in to change notification settings

tamilpp25/Iridium-SR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91161a5 · Oct 23, 2024

History

23 Commits
May 4, 2023
Jun 11, 2022
Oct 23, 2024
Jul 25, 2022
May 16, 2024
Jun 11, 2022
Dec 28, 2023
Jun 11, 2022
May 16, 2024
Jun 11, 2022
Jun 11, 2022
May 4, 2023
May 4, 2023
Jun 11, 2022
Dec 28, 2023
May 16, 2024
May 4, 2023

Repository files navigation

Iridium-NG

A KCP packet sniffer + visualizer in one, backend rewritten in Go.

Build

中文说明

Usage

You can download the binary(win/linux) from Actions, or build from source

  1. Bring your packetIds.json and StarRail.proto to the data/ folder.
  2. Make sure you have installed Npcap driver or wireshark.
  3. Use cmd -l to list the network devices on your computer and edit config.json to set the device by its name, or use cmd -ip 192.x.x.x to let it auto find the device by its ip.
  4. Open http://localhost:1984/

Notice: START CAPTURE BEFORE YOU ENTER THE DOOR

Config.json

{
  "deviceName" : "", // network device name, such as eth0
  "packetFilter" : [ // the packets listed here will not show in frontend
    ""
  ],
  "autoSavePcapFiles" : true // auto save capture to current folder
}

About

A KCP packet sniffer + visualizer in one, backend rewritten in Go. (For SR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 28.7%
  • JavaScript 26.0%
  • Go 25.1%
  • CSS 18.7%
  • Other 1.5%