mirror of
https://github.com/lucacasonato/mqtt.git
synced 2025-09-27 03:05:59 +08:00
Updated README and renamed CI
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
name: Tests
|
||||
name: ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Tests
|
||||
name: ci
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.13
|
@@ -1,10 +1,11 @@
|
||||
# mqtt
|
||||
|
||||
[](https://github.com/lucacasonato/mqtt/actions?workflow=Tests)
|
||||
[](https://github.com/lucacasonato/mqtt/actions?workflow=ci)
|
||||
[](https://codecov.io/gh/lucacasonato/mqtt)
|
||||
[](http://godoc.org/github.com/lucacasonato/mqtt)
|
||||
[](https://goreportcard.com/report/github.com/lucacasonato/mqtt)
|
||||
|
||||
An mqtt client for Go that improves usability over the paho.mqtt.golang library it wraps. Made for 🤖.
|
||||
An mqtt client for Go that improves usability over the [paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) library it wraps. Made for 🧑.
|
||||
|
||||
## installation
|
||||
|
||||
@@ -47,6 +48,8 @@ if err != nil {
|
||||
}
|
||||
```
|
||||
|
||||
You can use any of these schemes for the broker `tcp` (unesecured), `ssl` (secured), `ws` (unsecured), `wss` (secured).
|
||||
|
||||
### disconnecting from a client
|
||||
|
||||
```go
|
||||
|
Reference in New Issue
Block a user