Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

regner/albiondata-client

Repository files navigation

NOT MAINTAINED ANYMORE

For a fork still being developed, see here: https://github.com/broderickhyman/albiondata-client

CircleCI Go Report Card

Albion Data - Client

Distributed client for the Albion Data project.

A quick note on the legality of this application and if it violates the Terms and Conditions for Albion Online. Here is the response from SBI when asked if we are allowed to do monitor network packets relating to Albion Online:

Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever).

~ MadDave - Technical Lead for Albion Online

Source: https://forum.albiononline.com/index.php/Thread/51604-Is-it-allowed-to-scan-your-internet-trafic-and-pick-up-logs/?postID=512670#post512670

This client monitors local network traffic, identifies UDP packets that contain relevant data for Albion Online, and ships the information off to a central NATS server that anyone can subscribe to.

Downloads

Downloads can be found here: https://github.com/Regner/albiondata-client/releases

Developer Setup

Mac/Linux Setup

  • Install Dep
    • Any OS: go get -u github.com/golang/dep/cmd/dep
    • Mac with Homebrew: brew install dep
  • Install dependencies using dep ensure

Windows Setup

[Windows Setup Guide](https://github.com/Regner/albiondata-client/wiki/Building-in-Windows

License

This project, and all contributed code, are licensed under the MIT License. A copy of the MIT License may be found in the repository.