Show HN: A simple way to secure your home from cyber threats
qomodo.ioHey HN - We have been working on qomodo this year which provides everyday homes with a simple way protect smart homes (with Ring Doorbell, Sonos, Google Home, Nest, SimpliSafe etc) from cyber threats.
We are wanting to get rid of having to install apps across multiple devices, trying to set up complex home networks for those with little to no technical skills.
Our mobile app allows users to interact with the qomodo hub (which plugs in to your router) to view security alerts (malicious activity that we blocked), manage their settings and set VPN locations (think for privacy but also changing your Smart TV location).
Right now we are using OEM hardware but are looking to develop our own now that we have our own firmware. Most of the heavy lifting is being done on AWS, and our mobile app is for the user/HW interaction (REACT). The app communicates with AWS AWS and AWS has a constant line connection with the box. Currently in the middle of writing up an 'under the hood' type page, but for someone like my next door neighbour.
We had heavy python programmes on the box for a while but it was killing our HW resource, looked at maybe trying to compile in Rust but then decided to make the firmware as lightweight as possible so we did not have to rely on the box spec (ripped a bunch of python out) - we can process and do most things via AWS, lambda functions and some scripts (python and JavaScript) and jobs for the updates/blocking. I can do all this with my OpenWrt router for free. Our device is on OpenWrt (like most routers), but the key here is that it is for people who are not technical, do not want to/or know how to throw OpenWrt on a RPi and integrate a bunch of things.
That being said - we started with OpenWrt on a Pi hahah! But quickly started having issues with the wifi hat and the network over USB function. Where would you say your level of network/technical skills are when it comes to your home network tapper out of interest? (I am presuming you are not an average home smart device user)