EN

Connecting a device

Configuring the device

To connect the equipment to the platform, you need to use configurator program (for each type of equipment supplied by the equipment developers) or by other methods described in the instruction manual. equipment developers) or other methods described in the instruction manual of the equipment To connect the equipment to the platform it is necessary to specify the server address (host) and port:

  • address - dev.rightech.io (IP address 89.108.112.87);
  • port - according to the protocol of the equipment.

Data Transfer Protocols

Transmission and communication protocol is a system of rules that defines the the format of data exchange between different devices. A protocol specifies a uniform way of transmitting messages and handling errors during the interaction of the software. In other words, these are the rules by which IoT devices IoT devices communicate with each other.

Below is a list of implemented protocols open in the public version of the platform. If the protocol you need is not in the table, send a request to our e-mail address info@rightech.io

Protocol nameAddress to connectNotes
MQTT/MQTTSdev.rightech.io:1883/TCP dev.rightech.io:8883/TLSExample (opens in a new tab) MQTT Specification (opens in a new tab) (MQTT v5.0 and below)
MQTT over WebSocketws-mqtt.dev.rightech.io:443/WSSExample (opens in a new tab) MQTT Specification (opens in a new tab)
Wialon IPSdev.rightech.io:20332/TCPExample (opens in a new tab) Wialon IPS v1.1 and 2.0 (opens in a new tab)
Wialon Combinedev.rightech.io:20333/TCPExample (opens in a new tab) Wialon Combine (opens in a new tab)
Galileoskydev.rightech.io:20268/TCPExample (opens in a new tab) Manual (opens in a new tab)
Omni E-Scootersdev.rightech.io:20510/TCPManufacturer Website (opens in a new tab)
Queclinkdev.rightech.io:20514/TCPQueclink (opens in a new tab)
Teltonikadev.rightech.io:21451/TCP[Example](https://rightech.io/en/developers/examples/teltonika (opens in a new tab) Teltonika Wiki (opens in a new tab)
AutoFon 8xdev.rightech.io:20518/TCPAutoFon (opens in a new tab)
AutoFon 7xdev.rightech.io:20519/TCPAutoFon (opens in a new tab)
AutoFon 5-6dev.rightech.io:20520/TCPAutoFon (opens in a new tab)
AutoFon Micro-Beacondev.rightech.io:20521/TCPAutoFon Micro-Beacon (opens in a new tab)
OKAIdev.rightech.io:20516/TCPOKAI (opens in a new tab)
Concoxdev.rightech.io:20515/TCPConcox (opens in a new tab)
Arnavi3dev.rightech.io:20512/TCPArnavi Guide (opens in a new tab)
Navtelecom (Flex)dev.rightech.io:21400/TCPExample (opens in a new tab) Navtelecom v6.1 (opens in a new tab)
LoRaWANdev.rightech.io:1700Example (opens in a new tab) LoRaWAN 1.1 (opens in a new tab) (EU868 / RU864)
CoAPdev.rightech.io:5683/UDPExample (opens in a new tab) RFC7252 (opens in a new tab)
LwM2Mdev.rightech.io:5683/UDPExample (opens in a new tab) OMA LwM2M 1.2 (opens in a new tab)
WebSocketws://ws.dev.rightech.io wss://ws.dev.rightech.ioExample (opens in a new tab) RFC6455 (opens in a new tab)
Available Upon RequestDocumentation / Website
KNXknx (opens in a new tab)
Modbus TCP/RTUModbus (opens in a new tab)
Wialon Retranslatorwialon retranslator (opens in a new tab)
Starlinestarline.ru (opens in a new tab)
Omni Locksmartlockssupplier.com (opens in a new tab)
Queclinkqueclink.com (opens in a new tab)
Gate8000skd-gate.ru (opens in a new tab)
DiWodiwo.tech (opens in a new tab)
Mta6MTA6 (opens in a new tab)

Limitations

MQTT

  • Persistent Session is not supported, whereby the MQTT broker stores messages sent to the client while the client was out of service;
  • Message Expiry Interval is not supported, in which the MQTT Broker saves messages sent to the client while the client was out of contact. The MQTT broker deletes a message if it has not been delivered within this time period;
  • Extended authorization (SCRAM-SHA-1, GS2-KRB5, etc.) is not supported;
  • Password can only be set in UTF-8 format;
  • A number of properties added in MQTT v5 are not used.

LwM2M

  • Not supported bootstrap server;
  • DTLS is not supported.