On domingo, 25 de setembro de 2016 14:31:48 PDT Ch'Gans wrote:
> "Gigantic"? That's sounds very much speculative... They run HTTP
> servers over TCP/IP  on arduino (just a random example).
> 
> Yes JSON will add some overhead, as Thiago pointed out, CBOR [1] can
> be an alternative.

If you're going to write constrained devices, start making smart choices.
        
Level                   Bad             Good
Phyical                 WiFi    Bluetooth LE or 802.15.4
Network                 IPv4    IPv6x
Transport               TCP             UDP
Session                 HTTP    CoAP
Presentation    JSON    CBOR

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to