Skip to content

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

License

Notifications You must be signed in to change notification settings

Harium/sunbot-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages