The Tamashii project provides framework to building IoT application, but we are limited by their tamashii-agent gem. But Tamashii Component, a framework which provides abstract interface let us can craft agent by add gem into our project. For example, Tamashii Component allows users to add IoT component gem directly (eg. tamashii-led) and control led via our Tamashii Component interface. This change the way we use Tamashii, and more flexible compose any devices when we use it.
In this talk, I’ll explain why we use Tamashii and how Tamashii Component are working to solves the above mentioned problems.