Giter Club home page Giter Club logo

albion-online-radar-qradar's Introduction

✨ 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.

albion-online-radar-qradar's People

Contributors

fashionflora avatar infer2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.