Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.94 KB

Readme.md

File metadata and controls

34 lines (23 loc) · 1.94 KB

Sanderling

Sanderling is a framework that helps you create and run eve online bots.

Features

  • safe: does not inject into or write to the eve online client. That is why using it with eve online is not detectable.
  • accurate & robust: Sanderling uses memory reading to retrieve information about the game state. In contrast to screen scraping, this approach won't be thrown off by a noisy background or non-default UI settings.
  • easy to use: You will achieve quick results with the integrated script engine and API explorer.
  • comprehensive: Sanderling is used to build mining, trading, mission running and anomaly ratting bots.

Requirements

Download

Download the latest release from the release section.

Bot Creators

Bot Creator Guide

Bot Users

Getting Started Guide

Building from source

The source code uses C# 6 features. It is recommended to use Visual Studio version 2015 or newer for building.

Feedback

Spotted a bug or have a feature request? File an issue here or at the forum.

Need Help?

Got a question or need help with the development of your bot? Leave a message at http://forum.botengine.de/cat/eve-online.





visualization of data read from eve online client memory.