Saturday, October 1, 2011

CRC and more

Most recently I have written a CRC class which is meant to take the IDs of all the devices in the network and calculate a CRC over them in order to check that each device knows everybody who is in the network.  This class may also be useful in the future because checksums are important when dealing with multiple devices in order to ensure that no information is lost.

This week I will be looking more into exactly how to connect devices over bluetooth and how to send data over those connections.  I have the general framework that I think I will need mostly set up at this point and the rest should be filling in the bluetooth functionality.  I will also be writing up some more documentation this week so it will be easier for anyone who wishes to help.

No comments:

Post a Comment