News
04/16/2009 : i'm currently work on an android project (zipply).. but i'll back to taiyaki soon :)
06/14/2009 : i'm currently work on an android project (freebox-wifi).. but i'll back to taiyaki soon ;)
09/09/2009 : i'm currently work on an android project (Où?).. but i'll back to taiyaki soon :p
What is it?
Taiyaki is my personal project to make my home smart and "easy to use". To do that, i bought an CM11 controller and several receiver devices (watch this page for more information). It's not too expensive if you are an eBay customer ;). I have an small fanless server buy on eBay too and if you have time, you may build your own embedded system.
Taiyaki works through my iPhone, my virtual Android phone or simply on my desktop browser :)
Copy the last release on you favorite usb key. Launch taiyaki script file and that's all ;)
Currently, Taiyaki works only on an debian system. Call me if you want to install it on an another system. This project is young and "personal" at the moment.
How much ...
| device | price |
| 1 AM12 | ~ 20€ |
| 1 TM12 | ~ 20€ |
| 1 CM11 | ~ 30€ |
| 1 fanless server | ~ 60€ |
| total | ~130€ |
Overview
Release
| 0.0.1 | the poc is validated |
| 0.1.0 | mobile web and server features validated |
| 0.2.0 | adding event features (X10, Clock, Ping) |
| 0.2.1 | correct potential bugs.. |
| 0.2.2 | add sender mail module |
| 0.3.0 | release the android client |
Next steps
| 0.4.0 | release the admin website / simple html client for my palm |
| 0.5.0 | support of CM15 device? / winstone integration |
What it is done
| search an existing java API working with my CM11 | i found J.Peterson's X10 API |
| create a Google Code Project and found a name | Taiyaki |
| dispatch java code to eclipse's projects | done! |
| industrialization | I use an Ant task to create jars (see SVN) |
| continuous integration | hudson, in a personal server |
| publishing prototypes | YES my lord! watch the download tab |
| multi os integration | the original code was ported to use rxtx comm api |
| d.o.c.u.m.e.n.t.a.t.i.o.n | huum there is a wiki tab? :) |
| RESTful services | done with Restlet.org API |
| JSon support | added with JSON.org |
| receive events from CM11 | the server side will dispatch events |
| web mobile site | for my iPhone ;) |
| android client | "parce que je le vaux bien" |
What i want
| using java 5 features | i will remove deprecated codes |
| adding logs | i added commons-logging library, i need to add logs now |
| web admin site | to manage devices and events |
| smart IA | i want to have a smart house ! |
| integrate winstone | tomcat is too big for a personnal project like taiyaki |