Hello,
When am trying to decode TP_ADDRESS.txt from the transmit package
with tetrapol_dump the output are :
{ "event": "scr", "scr": 4 }
{ "event": "frame", "rx_offs": 160, "rx_time":
"2017-10-28T15-39-20.832292", "frame": { "frame_no": null, "state":
"ok", "syndromes": 0, "bits_fixed": 0, "type": "DATA", "asb": [1, 0],
"fn": [1, 0], "data": { "encoding": "hex", "value": "7fffa301f0100000" } }}
{ "event": "frame", "rx_offs": 320, "rx_time":
"2017-10-28T15-39-20.832835", "frame": { "frame_no": null, "state":
"ok", "syndromes": 0, "bits_fixed": 0, "type": "DATA", "asb": [1, 0],
"fn": [1, 1], "data": { "encoding": "hex", "value": "0209ffffffff7bf6" } }}
But when am trying yo build them with tetrapol_build the result are
not same :
Original:
0101001110011011110000100100001010110110110011000001011110101100010010111010001101101110101011010001000110010001110001001111010000010000110111111011000000101011
1101001101110101000000011110100011110100000000100011110101000000011000011111000101001111100001101010110100100111100101111100010000100000101111001110111001111011
Builded with tetrapol_build
1100101011111111000010111100000001011101001011000111100010111011110100110101010001000110101010010111101111000001111000110010110000001000111111001101000111010010
1100101011111011001000100101000101111101100110101111100010110011100101010000011011010100001010000011001111000000101000010011010000000000001101011111010101100010
The address are encoded specificly like frame voice (forward_voice) ?
(Am trying to add new features to sending the good address on the
tetrapol_tx.py)
Kind Regards, TenGbps.