<div dir="ltr"><div><div>Hiya.<br><br></div>If the need is only to communicate with devices near by (eg. same network) using something like ZeroConf/Bonjour[1] for client discovery and then just implement own app specific message transfer (could be as easy as json over http)  between applications should be somewhat easy undertaking. Downside is that message transfer can happen only "in realtime" if there's no other services to cache the messages if receiver is not available. <br><br></div><div>For cellular networks, one definitely would need central server.. I've been playing with idea of using some notification services like (pushalot) to do something similar you are describing. However, if the communication between the apps needs to be bi-directional, one would need to share the api keys between the apps but if you check into that sort of systems and how they are implemented, you might get ideas on how to implement similar service on your own. <br><br></div><div><br></div><div>Setting up jabber  server or even utilizing existing jabber networks for with your own payload would be 3rd option.<br><br></div><div><br></div>[1] There used to be Avahi packages for harmattan, which implements zeroconf.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 15, 2015 at 6:27 PM, Jani Nuutinen <span dir="ltr"><<a href="mailto:amontieri@gmail.com" target="_blank">amontieri@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This would strictly be through wireless communications (3G/4G, WLAN) so I guess were' looking into usage of different networks and thus the need of using a server to pass the messages.<div>So setting up a server would be an additional thing on top of everything else that'd need some learning first.</div><div><br></div><div>I took a look what MQTT has to offer and while I'm not saying I fully understood much about the whole subject there were also some "easier to understand" text here and there, so that I might have a slight hunch now :)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 14, 2015 at 8:46 PM, Kaj-Michael Lang <span dir="ltr"><<a href="mailto:milang@tal.org" target="_blank">milang@tal.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><span>On to, 2015-05-14 at 19:57 +0300, Jani Nuutinen wrote:<br>
> What might the most crude requirements be when looking into simple<br>
> device to device (/application to application) communications?<br>
><br>
<br>
</span></span>Depends a bit, if the devices are on the same network then you could use<br>
for example simple broadcast UDP packets.<br>
<br>
But if they need to be able to communicate from different networks then<br>
you probably need a server that they can talk to that passes any<br>
messages to/from them. MQTT could be one way to do it.<br>
<br>
Depends very much on what it is exactly you need.<span class="HOEnZb"><font color="#888888"><br>
<span><font color="#888888"><br>
--<br>
Kaj-Michael Lang <<a href="mailto:milang@tal.org" target="_blank">milang@tal.org</a>><br>
<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org" target="_blank">devel-unsubscribe@lists.sailfishos.org</a><br>
</font></span></font></span></blockquote></div><br></div>
<br>_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a><br></blockquote></div><br></div>