kopia lustrzana https://github.com/Yakifo/amqtt
path tweaks for v0.11.0 release
rodzic
c3f3d0d3a2
commit
2a80968404
|
@ -7,7 +7,7 @@
|
|||

|
||||
[](https://pypi.org/project/amqtt/)
|
||||
|
||||

|
||||

|
||||
|
||||
`aMQTT` is an open source [MQTT](http://www.mqtt.org) broker and client[^1], natively implemented with Python's [asyncio](https://docs.python.org/3/library/asyncio.html).
|
||||
|
||||
|
@ -39,6 +39,11 @@ Launch from [DockerHub](https://hub.docker.com/repositories/amqtt)
|
|||
$ docker run -d -p 1883:1883 amqtt/amqtt:latest
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
The `amqtt` project runs a test aMQTT broker/server at [test.amqtt.io](https://test.amqtt.io) which supports: MQTT, MQTT over TLS, websocket, secure websockets.
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
Bug reports, patches and suggestions welcome! Just [open an issue](https://github.com/Yakifo/amqtt/issues/new) or join the [discord community](https://discord.gg/S3sP6dDaF3).
|
||||
|
|
|
@ -28,17 +28,14 @@ Launch from  [DockerHub](https://hub.docker.com/r
|
|||
$ docker run -d -p 1883:1883 amqtt/amqtt:latest
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
The `amqtt` project runs a test aMQTT broker/server at [test.amqtt.io](https://test.amqtt.io) which supports: MQTT, MQTT over TLS, websocket, secure websockets.
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
`amqtt` development is available on  [GitHub](https://github.com/Yakifo/amqtt). Bug reports, patches and suggestions welcome!
|
||||
|
||||
 [Open an issue](https://github.com/Yakifo/amqtt/issues/new) or join the  [discord community](https://discord.gg/S3sP6dDaF3).
|
||||
|
||||
## Testing
|
||||
|
||||
The `amqtt` project runs a test MQTT server at [test.amqtt.io](https://test.amqtt.io) which supports:
|
||||
|
||||
- MQTT
|
||||
- MQTT over TLS
|
||||
- websockets
|
||||
- secure websockets
|
Ładowanie…
Reference in New Issue