Friday, November 25, 2011

How to use CLD!

Here is a video with a simple demo and a brief description of how to use CLD.
http://www.youtube.com/watch?v=7epVYRrPnqU&feature=feedu

Please try it out and give me some feedback :)

Monday, November 21, 2011

Command line like display

I created a separate repo for the display activity so you can now use it for all types of projects :)


If you have any trouble with it, file a bug report on github :)

Friday, November 18, 2011

Working by the New Year

This week I fixed a bunch of minor bugs and polished up some code.  I also commented a lot of what I had done in order to encourage more developers to help out :)

The only thing left to do now before we hit my first big milestone is to write a few functions to set up a connection.  I hope to have this done before December 20th.

After this is done, I will publish a new set of goals and tasks to do over the next 6 months which will include handling network errors and failures, and different routing options.

Friday, November 11, 2011

This week at BlueMesh

Since my last post I have fixed a few bugs that I found previously and I have added some more functionality.

Bugs fixed:
  • No longer crashes phone on exit
  • No longer crashes phone 5 hours later when exited
  • Enables Bluetooth if it is not already enabled instead of exiting
  • Attempts to stop all Bluetooth activity before starting or restarting the service which used to cause a crash
Functionality added:
  • Added functions to route incoming data to all other devices
  • Added functions to properly stop the service
  • Added functionality to enable Bluetooth if the hardware is present
I am currently working on the last bit of code to actually set up connections between devices which will (hopefully) be working by the end of the week.