AlbionDataSharp is a custom client for the Albion Online Data Project. It's built using C# and allows interaction with both the official Albion Online Data servers and your own custom servers. Configuration is done via the appsettings.json
file.
- Network Listening: Listens to network events and uploads data to the Albion Online Data servers or your own NATS servers (market offers, market requests, market histories and gold averages).
- Logging: Utilizes Serilog for logging events and errors.
- Easy-to-Understand Console.
- Server Configuration: Upload data to either the official Albion Online Data servers or your own custom servers, configurable in
appsettings.json
. - Thread Configuration: Choose the percentage of your thread count to solve PoW for Albion Online Data upload, configurable in
appsettings.json
. - Automatic updates.
This project was heavily inspired in:
- Install NpCap. This is required.
- Download
Albion.Data.Sharp.zip
from the latest release in the Releases section. - Extract the files to a folder anywhere you want. Run the
Albion Data Sharp.exe
file. Igone Windows safety warnings => you can check the source code if you are suspicious. - If needed, configure
appsettings.json
.