June 2007 Archives

2007-06-27 05:31:20

Quick Update on SoC Progress

I just wanted to make a quick update on my progress with genipc. So far, I've been able to generate header files that describe most all of the client side and a good portion of the server side, as well as written some code that supports the client side(sending requests). The next step(what I am currently working on) is to get the rest of the server side headers done and work on integrating them into the existing setup there. The first step is to allow a cleaner way of registering IPC commands through a structure/function pointer interface. Once I've got that going, the next step is to replace the code currently in ipc.c that is doing all the handling and delegation of ipc messages with a generated equivalent that can interface with the previously mentioned struct/func ptr setup. I'll update again in the next couple of days on how its going and what exactly I've done/any changes in the plan.

Posted by Thomas Coppi | Permanent Link | Categories: SoC