Feature/python
Compare changes
Files
2- Sebastian authored
+ 113
− 1
_packet = namedtuple("Packet", ["codec", "definition", "block_total", "block_number", "flags", "data"])
@@ -17,6 +40,88 @@ _definition_t = {
@@ -17,6 +40,88 @@ _definition_t = {
@@ -60,12 +165,18 @@ class FTLStream:
@@ -60,12 +165,18 @@ class FTLStream:
@@ -99,6 +210,7 @@ class FTLStream:
@@ -99,6 +210,7 @@ class FTLStream: