QUESTION: What are the options for flashing matter.js into devices #1198
Replies: 2 comments 2 replies
-
Hey, nice to hear about your project. Do you have more details or a link? In general "any platform that supports node.js" works for matter.js ... also other patforms with JS could work but you might need to implement platform specific code. Also your raised security concern is a topic then, so you might want to work with encrpted filesystem (at least partially) and such and you also might need an update mechanism. But in fact beside these general infos I do not have any concrete "secured production ready" options other then "a raspi based board" as idea where you need to search yourself. I also converted that as a discussion. |
Beta Was this translation helpful? Give feedback.
-
Why was this project started Because only this repo is good for anything matter related I was able completely understand matter and even create a controller myself with matter js very fast and easy (even though my preffered language is python) https://github.com/mahadev-0007/matterjs-hub-proto This is my implementation of matter.js but really looking for a solution to be built on a mcu and release my own product as a hub like aqara m3 or google home etc |
Beta Was this translation helpful? Give feedback.
-
I have developed my custom controller with node.js also added a control bridge to it
and used express js for rest api for communication and it works perfectly now.
My question is how to deploy these because I need an os based board and what are available option
Also concern for security because any one who gets access to the board can access the os and manipulate the code also
what are the available option please try to answer even if it is a silly question ;)
Beta Was this translation helpful? Give feedback.
All reactions