On to, 2015-05-14 at 19:57 +0300, Jani Nuutinen wrote:
> What might the most crude requirements be when looking into simple
> device to device (/application to application) communications?
> 

Depends a bit, if the devices are on the same network then you could use
for example simple broadcast UDP packets.

But if they need to be able to communicate from different networks then
you probably need a server that they can talk to that passes any
messages to/from them. MQTT could be one way to do it.

Depends very much on what it is exactly you need.

-- 
Kaj-Michael Lang <mil...@tal.org>

_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to