sunbot-http-client
Client that send messages to Sunbot HTTP Server (compatible with Android and Java)
How to use it
SunbotHttpClient client = new SunbotHttpClient();
client.sendMessage("http://localhost:11883", "Hello World!");
This library uses OkHttp to send post messages.