Menu

Tree [57974c] master /
 History

HTTPS access


File Date Author Commit
 .travis 2014-03-08 Nick James Nick James [88071e] Only publish from the master branch.
 src 2014-03-11 Nick James Nick James [043b45] Move functions to under the token definition.
 .gitignore 2012-02-18 Nick James Nick James [bfa25c] Restructured project to use Maven rather than ant.
 .travis.yml 2014-03-09 Nick James Nick James [a4c7e4] Correct indentation of Travis build file.
 README.md 2014-02-23 Nick James Nick James [76b80f] Fix typo in Coveralls badge.
 pom.xml 2014-03-09 Nick James Nick James [8bab0d] Use latest maven plugin versions

Read Me

Atan Build Status Coverage Status

Atan is an interface to the 2D Soccer Server of Robocup's simulation league. It should allow you to concentrate on the job of controlling your clients without worrying about all the behind the scenes stuff between SServer and the clients.

More details can be found at http://robocup-atan.github.com/atan

Usage

Atan is designed to be included in your project as an external library. To use Atan, just add the following to your pom.xml file.

    <dependencies>
        <dependency>
            <groupId>com.github.robocup-atan</groupId>
            <artifactId>atan</artifactId>
            <version>0.4.4</version>
            <type>jar</type>
        </dependency>
    </dependencies>

Building Atan

To build Atan for yourself, you'll need:
* Git
* Maven
* JDK 1.6

Then just run the following commands. Maven will download any dependencies (such as JavaCC) and compile Atan for you.

git clone git://github.com/robocup-atan/atan.git
cd atan
mvn clean install

The generated .jar file can be found in your Maven repository, usually $HOME/.m2/repository/com/github/robocup-atan/atan/...

Example

An example project using Atan can be found at https://github.com/robocup-atan/example-team

License

Atan is free software released under the MIT License.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.