[Interest] Current QDataStream format documentation?

Thiago Macieira thiago.macieira at intel.com
Sun Sep 25 05:39:48 CEST 2016


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




More information about the Interest mailing list