flyandi / meteor-arduino-ddp

A simple DDP implementation for Arduino
5 stars 2 forks source link

Usage example? #1

Open indraastra opened 8 years ago

indraastra commented 8 years ago

Hi @flyandi, thanks for sharing this! I came across this while looking for an embedded DDP client and I'm wondering if you ever got this working, or if you plan to pick up where you left off. It seems like there's at least one missing piece, and that's a public method for querying the collection data.

Thanks!

flyandi commented 8 years ago

I am actually using it in a consumer product :-)

Yeah I don't really need querying collection data. I use directly methods to transfer data from the server.