| | 1 | /** |
| | 2 | * @mainpage |
| | 3 | * This is the primary source code documentation for the myMRC J2ME mobile |
| | 4 | * client. |
| | 5 | * \section myMRC |
| | 6 | * myMRC (my Mobile Remote Control) is a generic mobile remote system that |
| | 7 | * communicates a remote Linux server with a mobile device (mobile phone, PDA, ...) |
| | 8 | * using either Bluetooth or Wireless LAN. |
| | 9 | * |
| | 10 | * \section myMRCj myMRCj - the J2ME mobile client |
| | 11 | * This mobile client is written for J2ME enabled mobile devices. It deals with |
| | 12 | * both communication ways, Blueooth and TCP/IP over Wireless LAN, depending on |
| | 13 | * the device's capabilities. Its major tasks is the communication itself, |
| | 14 | * parsing the received XML data and display it on the screen.<br> |
| | 15 | * This documentation deals with the source code, for a general description |
| | 16 | * and overview, please refer to the project documentation.<br><br> |
| | 17 | */ |
| | 18 | |
| | 19 | /** |
| | 20 | * @package org.myMRC Contains general classes without any further subcategorising. |
| | 21 | */ |