Trying out a hardware gateway where I have an option to use cloud services.
I’m trying to make it connect to Losant.
I see 3 options:
- MQTT, but their package is hardcoded to use “Retained messages”, which your platform don’t allow, so I can’t get that to work.
- REST, but the only way to authenticate is with a username and password, no place for a token, but maybe that could work.
- TCP/IP, not sure if this is supposed to be only within a LAN, since it defaults to use port 55065. I don’t see a way to enter user/password, but instead the option to use TLS and certificates.