As a demonstration of the wildfire IM robot application, this project only demonstrates the interface of the robot application. A free version of Turing is used.
mvn package
This application uses Turing robot, which needs to apply for atuling_key
and configure it in robot.properties
. Users can also replace it with their own robot application. If you do not want to use the Turing robot, you can set the parameter use_tuling
to false in the configuration.
This demonstration service has two configuration files in the config
directory of the project, namely application.properties
and robot.properties
. Please configure the correct configuration and put it in the config
directory in the directory where the jar package is located.
Find robot-XXXX.jar
in the target
directory, put the jar package and the config
directory where the configuration file is placed together, and then execute the following command:
java -jar robot-XXXXX.jar
UNDER MIT LICENSE. See LICENSE file for details