X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=blobdiff_plain;f=README;h=04205368cef8e4370f24581c201ea87db542ca2a;hp=63b4b80d9d1590eb4750befc80a519c79afffd2a;hb=ed888890547450e75030085fadb958c5ea2a6421;hpb=f90efd6aef2e807ed35c07341456ce727d6668bc diff --git a/README b/README index 63b4b80..0420536 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Bit::MorseSignals - The MorseSignals protocol. VERSION - Version 0.01 + Version 0.02 DESCRIPTION In unidirectionnal communication channels (such as networking or IPC), @@ -27,9 +27,9 @@ PROTOCOL The header is composed of three bits (lowest weight coming first) : - - The 2 first ones denotes the data type : a value of 0 is used for a + - The 2 first ones denote the data type : a value of 0 is used for a plain string, 1 for an UTF-8 encoded string, and 2 for a Storable - object. See also the "CONSTANTS" sections ; + object. See also the "CONSTANTS" section ; - The third one is reserved. For compatibility reasons, the receiver should for now enforce the message data type to plain when this bit is lit.