Wiselib
|
Go to the source code of this file.
Classes | |
class | wiselib::AutoCast_Message< OsModel_P, Radio_P, Debug_P > |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Defines | |
#define | MAX_MESSAGE_SIZE 125 |
autocast message consists of: | |
#define | MSG_ID 112 |
Typedefs | |
typedef wiselib::OSMODEL | Os |
#define MAX_MESSAGE_SIZE 125 |
autocast message consists of:
1. mesage id to identfiy the message, that sent from another node (1 Byte) 2. nr. of the hash values, that have saved in buffer (1 Byte) 3. nr. of the data unit, that have saved in buffer (1 byte) 4. nr. of the byte for the hash value (1 byte) 5. the hash values (0-n bytes) 6. the data units (0-n bytes)
#define MSG_ID 112 |
typedef wiselib::OSMODEL Os |