NOISSUE - Update Magistrala's mProxy and SenML dependencies (#250)

* update senml from mainflux to absmach repo

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

* update api documentation for websocket and mqtt

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>

---------

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
This commit is contained in:
Ian Ngethe Muchiri
2024-01-03 14:12:44 +03:00
committed by GitHub
parent 03a2cbe573
commit b13357666a
24 changed files with 34 additions and 33 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ info:
url: 'https://github.com/absmach/magistrala'
email: info@mainflux.com
description: |
MQTT adapter provides an MQTT API for sending messages through the platform. MQTT adapter uses [mProxy](https://github.com/magistrala/mproxy) for proxying traffic between client and MQTT broker.
MQTT adapter provides an MQTT API for sending messages through the platform. MQTT adapter uses [mProxy](https://github.com/absmach/mproxy) for proxying traffic between client and MQTT broker.
Additionally, the MQTT adapter and the message broker are replicating the traffic between brokers.
license:
+1 -1
View File
@@ -5,7 +5,7 @@ asyncapi: 2.6.0
id: 'https://github.com/absmach/magistrala/blob/master/api/asyncapi/websocket.yml'
info:
title: Magistrala WebSocket adapter
description: WebSocket API for sending messages through communication channels
description: WebSocket adapter provides a WebSocket API for sending messages through communication channels. WebSocket adapter uses [mProxy](https://github.com/absmach/mproxy) for proxying traffic between client and MQTT broker.
version: '1.0.0'
contact:
name: Magistrala Team