Hacker News new | ask | show | jobs
by azdle 3898 days ago
Does this provide a bare IP connection or is it just for MQTT channels back to your servers? I can't tell if that's "the" method of communication or just a helpful thing that you're offering.

Basically, is this something that I would be able to use directly with my company's CoAP APIs?

1 comments

The protocol speaks LoRaWAN, which isn't IP. The data will get sent via a distributed network, over IP (using MQTT), to a server of your choice. This application server (run by you or someone else) can then store the data, have a REST API endpoint, MQTT channel, or whatever service that runs there.