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

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.