Returned 2 Results for "bluetooth" Ordered By Relevance
We present Bluetooth Tetris. The concept might not be original but we are coding it from scratch and the module is totally uninspired.
Prospective Class Diagram
Datris_Applet
Datris_Menu
Datris_Viewer
Datris_Blocks
(Sub classes of block)
Datris_Game
Datris_Network (*)
Data that needs to be sent across the network
Optical Crap
(*) slightly difficult
This Bluetooth Java connection manager class and its data package class have quite a few issues - main one being that the thread for checking the incoming data stream should be reading each byte of data and queuing it rather than trying to receive discrete packages of data and queueing them - will be fixed and updated at some stage.