ubot.2.0.0-alpha.4.source-code.README.blaubot.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blaubot Show documentation
Show all versions of blaubot Show documentation
An easy to use publish/subscribe middleware to create and communicate through dynamically created adhoc networks.
[ ![Download](https://api.bintray.com/packages/hgross/maven/blaubot/images/download.svg) ](https://bintray.com/hgross/maven/blaubot/_latestVersion)
# Blaubot
Blaubot is a middleware to create small adhoc networks via P2P connections such as Bluetooth-RFCOMM, Adhoc-WiFi or simple socket connections. Blaubot takes care of device discovery and connection establishment with the goal to minimize a developer's boilerplate code to set up these small networks.
Tl;dr our main goal is to let a developer call `start();` and spare him as much hassle as possible to create ad hoc networks.
Blaubot is written in Java and has a dedicated version for Android (blaubot-android).
The documentation and a quick start guide can be found on the [project site](http://blaubot.hgross.eu/).