March 16, 2005
Remember Cursor Position
I think it's time to start work on Blunt 2 again. It's always hard to get into a project after a longer pause, but one little detail which is otherwise not too exciting was quite helpful: MPW (as other editors as well) remembers the position of the cursor of opened files... which reminded me nicely where I left off. Not that the part I was working on is in any way easy, transforming the single-connection stack into a concurrent stack.
January 16, 2005
Progress
The Blunt server makes good progress. I have sorted out the overall design: The Bluetooth stack is running in its own task as a server, and another class serves as one of the two clients. It is running in the NewtonScript task and implements an event handler. The server and the client communicate using events and messages, and the client is mostly used for non-communication tasks. The other client is the to be written CommTool which talks to the server as well using events and messages.