Skip to content

FashionFlora/Albion-Online-Radar-QRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Join Discord


❓ What is QRadar?

Albion QRadar provide a real-time map, aiding players in detecting other players, creatures, and resources nearby.


❓ If you want to use in game items

Video Tutorial


❓ Usage (Windows)

  1. Download Node.js v18.18.2:
  1. Download Npcap:
  1. Download Python 3.10.2:
  1. Install Windows Build Tools:
npm install --global windows-build-tools
  1. Install Node.js packages:
npm install
  1. Run the application:
node app.js

❓ Usage (Linux)

  1. Switch to root user:
sudo su
  1. Install Node Version Manager (NVM):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
  1. Close the terminal.
  2. Install Node.js version 18:
nvm install 18
nvm use 18
  1. Install required libraries:
sudo apt-get install libpcap0.8 libpcap0.8-dev
  1. Install Python 3.10:
sudo apt install python3.10
  1. Install build essentials:
sudo apt-get install build-essential
  1. Install Node.js dependencies:
npm install
  1. Navigate to the project directory and run the application:
node app.js
  1. Open http://localhost:5001 in your browser.

Utilized the parser from https://github.com/0xN0x/photon-packet-parser for efficient packet parsing.