DEV Community

Discussion on: At what point should you consider gRPC?

 
deciduously profile image
Ben Lovy

Interesting. The battery issue was partially why I started looking into this - some of these devices will be difficult to access once deployed so as set-it-and-forget-it as possible is desirable. I've only heard about MQ systems, never used it, thank you for the suggestion! This will be my first foray into anything IoT, that's a huge help.

I'm less concerned about security - for context, the overall goal is a monitoring, management, and automation suite for a self-sufficient homestead. I think the whole thing could run on a self-contained LAN with no outside connections at all - a bad actor would need to physically be on the property at which point you've got bigger problems first! Not to say I'm ignoring it, but deprioritizing.

It's definitely in the realm of side project so fancy toys are ok, but your first point was most salient - if I've properly organized the system it really should be a non-issue to try it down the road.

Thread Thread
 
rhymes profile image
rhymes

Not to say I'm ignoring it, but deprioritizing.

Keep in mind that baking security in AFTER is usually more expensive than planning it from the start.

If you want a fun overview of the issues of lax security in IoT follow internetofshit on Twitter.

An example they recently re-tweeted:

Thread Thread
 
deciduously profile image
Ben Lovy

Hah - yikes! Fair enough, duly noted :)

Thread Thread
 
rhymes profile image
rhymes
Thread Thread
 
deciduously profile image
Ben Lovy

Wow! That's an incredible resource, thank you for the link.