• Joined on 2021-01-08
ft pushed to master at ft/skyscraper8 2026-06-20 14:06:38 +00:00
b78520e2fe Renamed te skyscraper8.Tests.NUnit project to skyscraper8.Tests
ft pushed to master at ft/skyscraper8 2026-06-15 20:54:22 +00:00
37a070b665 Moved from MSTest to NUnit
ft pushed to master at ft/skyscraper8 2026-06-14 19:29:24 +00:00
1b01ed8553 Discriminate between multiple virtual networks.
ft pushed to master at ft/skyscraper8 2026-06-10 15:16:10 +00:00
c3fff246d5 ATSC3 Segment extraction.
ft pushed to master at ft/skyscraper8 2026-06-10 04:54:35 +00:00
595ed5cd4f Introduced OnAtsc3FileDelivery.
ft pushed to master at ft/skyscraper8 2026-06-08 20:52:34 +00:00
4fe40e082a The Atsc3Receiver.cs now understands ATSC3 FDTs.
ft pushed to master at ft/skyscraper8 2026-06-07 19:57:00 +00:00
2e173d4156 Added an option for parsing FLUTE-LCT Frames with ATSC3's peculiarities.
ft pushed to master at ft/skyscraper8 2026-06-06 15:40:21 +00:00
f5736fca13 Added support for ATSC A/324 SLT and SYSTIME tables.
ft pushed to master at ft/skyscraper8 2026-06-03 21:00:25 +00:00
3c6b5cf98e Can now parse ATSC3 PLPs.
ft pushed to master at ft/skyscraper8 2026-06-02 21:23:33 +00:00
885763f3e9 Handle ATSC 3 PLP Desyncs gracefully.
ft pushed to master at ft/skyscraper8 2026-06-02 21:00:47 +00:00
51353a8014 Implemented ATSC A/330 Link Layer Signalling detection.
ft pushed to master at ft/skyscraper8 2026-05-28 20:28:29 +00:00
1843d914ed Refactor ATSC PLP Parser to use Span<byte> instead of byte[]
ft pushed to master at ft/skyscraper8 2026-05-25 20:48:26 +00:00
ef903cba96 Implemented ATSC 3 L1BasicSignalling and L1DetailSignalling
ft pushed to master at ft/skyscraper8 2026-05-22 19:22:43 +00:00
f4193297d2 Added basic parsing of ATSC Pipes.
ft pushed to master at ft/skyscraper8 2026-05-21 20:14:54 +00:00
64b1639e2f Added support for ATSC 3.0 Baseband Packet Data Stream Protocol and parsing of ATSC 3.0 BBFRAMEs.
ft pushed to master at ft/skyscraper8 2026-05-20 20:34:52 +00:00
d33a0003ef Added an option to receive ATSC 3.0 STLTP.
ft pushed to master at ft/skyscraper8 2026-05-20 17:47:23 +00:00
f7aa6ecf67 When an MPE PID is marked as suspect from switching encryption on/off, but it has already sucessfully delivered IPv4 or LLC PDUs, the suspicion is cleared.
ft pushed to master at ft/skyscraper8 2026-05-18 19:50:52 +00:00
c4c08d1494 Implemented Salvaging Strategy 3.
ft pushed to master at ft/skyscraper8 2026-05-17 19:25:28 +00:00
a925a3a416 Added support for LLC/SNAP inside MPE packets.
ft pushed to master at ft/skyscraper8 2026-05-17 10:19:29 +00:00
a940ef3a45 Implemented Salvaging strategies 1 & 2.