/blaubot

Fork from original Blaubot 2.0.0-alpha.6 (Java) library to fix a few crashes

Primary LanguageJava

blaubot

Fork from original Blaubot 2.0.0-alpha.6 (Java) library to fix a few crashes. See commit logs for the fixes.

Where does this come from?

How to compile:

  • You need JDK >= 1.7 to compile this library.
  • Download JDK and configure JDK path JDK Path

Output JAR:

  • The compile JAR can be found in blaubot/build/libs/blaubot.jar. JDK Path

Usage:

  • If you don't want to compile yourself, simply download blaubot.jar file from here
  • Add blaubot.jar file to your project's libs folder
  • Add following dependencies to your project's build.gradle
compile 'com.google.code.gson:gson:2.5'
compile 'javax.jmdns:jmdns:3.4.1'