ASB.ERH.TetraConnector.LoraMqttGps 0.2.0
TetraConnector | LoRa MQTT GPS
We use LoRa GPS tracker (e.g. TrackerD from Dragino) to receive GPS positions of our crews.
This package provides the connectivity to receive these data.
Configuration
RemoteAddress: Hostname or IP address of the MQTT brokerRemotePort: Port of the MQTT broker interfaceProtocol: Protocol to use:mqtt: Plain connection via TCPmqtts: Encrypted (TLS) connection via TCPws: Plain connection via WebSocketwss: Encrypted (TLS) connection via WebSocket
AllowCustomCertificates:trueto allow self-signed certificatesUrlPath: URL path when using WebSocket connectionsUsername: Username for authenticationPassword: Password for authenticationBaseTopic: MQTT base topic where to subscribe toIdMap: Map of EUIs to tracker names
Published under MIT License (see choose a license)
No packages depend on ASB.ERH.TetraConnector.LoraMqttGps.
.NET 8.0
- MQTTnet (>= 5.0.1.1416)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.4)