Hi all !
In my application, I need to construct a packet(SMS format), and send it over the network... And should decrypt the packet on the receiver side.... Using Python
My packet look like:
Message-Id = 3-bit
Expire = 5-bit
Type = 8-bit
Message = 8-bit
Can any one help me how to contruct it into one variable.. and send it on the network...
Please help me out
Thanks,
Shambhu
In my application, I need to construct a packet(SMS format), and send it over the network... And should decrypt the packet on the receiver side.... Using Python
My packet look like:
Message-Id = 3-bit
Expire = 5-bit
Type = 8-bit
Message = 8-bit
Can any one help me how to contruct it into one variable.. and send it on the network...
Please help me out
Thanks,
Shambhu