jamesmunns / postcard

A no_std + serde compatible message library for Rust
Apache License 2.0
945 stars 92 forks source link

question: using postcard over http or other protocol? #45

Closed gauteh closed 3 years ago

gauteh commented 3 years ago

Hi,

I was wondering if you have any advice on using postcard over HTTP or some other transport? I plan to pass messages back to a server over HTTP from a sparkfun artemis redboard or similar + a prototype cellular board (interface via qwic/i2c). Anyway; maybe there are easier protocols to use for sending data back with less requirements on the embedded platform (no alloc preferably).

Regards, Gaute

gauteh commented 3 years ago

Nevermind, figured out another way.