Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 600 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 600 Bytes

sunbot-http-client

Client that send messages to Sunbot HTTP Server (compatible with Android and Java)

Maven Central

How to use it

    SunbotHttpClient client = new SunbotHttpClient();
    client.sendMessage("http://localhost:11883", "Hello World!");

This library uses OkHttp to send post messages.