]>
code.octet-stream.net Git - m17rt/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Thomas Karpiniec [Tue, 7 Jan 2025 10:00:57 +0000 (21:00 +1100)]
Sound card input support for demodulation chain
Thomas Karpiniec [Mon, 6 Jan 2025 10:14:16 +0000 (21:14 +1100)]
Modem support for parsing packet frames
Thomas Karpiniec [Sun, 5 Jan 2025 10:10:01 +0000 (21:10 +1100)]
Soundmodem rx works in realtime end-to-end using file source
Thomas Karpiniec [Sun, 5 Jan 2025 03:27:40 +0000 (14:27 +1100)]
Defining input sources for Soundmodem
Thomas Karpiniec [Sat, 4 Jan 2025 03:00:49 +0000 (14:00 +1100)]
Begin adding support for sound card output via codec2 adapter
Thomas Karpiniec [Thu, 2 Jan 2025 10:25:30 +0000 (21:25 +1100)]
Partial unit tests for stream frame handling by TNC
Thomas Karpiniec [Thu, 2 Jan 2025 03:26:18 +0000 (14:26 +1100)]
Handle incoming frames in TNC
Thomas Karpiniec [Tue, 31 Dec 2024 03:22:59 +0000 (14:22 +1100)]
State definitions and read/write kiss machinery for SoftTnc
Thomas Karpiniec [Tue, 31 Dec 2024 02:42:27 +0000 (13:42 +1100)]
Implement Tnc for TcpStream
Thomas Karpiniec [Mon, 30 Dec 2024 10:14:00 +0000 (21:14 +1100)]
Move transmit_packet method to TxHandle
Thomas Karpiniec [Mon, 30 Dec 2024 09:41:01 +0000 (20:41 +1100)]
Pass stream data to adapters
Thomas Karpiniec [Mon, 30 Dec 2024 02:38:31 +0000 (13:38 +1100)]
Extend adapter lifecycle, decide on some stream callbacks
Thomas Karpiniec [Mon, 30 Dec 2024 02:05:05 +0000 (13:05 +1100)]
Parse incoming full packets and fan out to PacketAdapters
Thomas Karpiniec [Sun, 29 Dec 2024 10:42:25 +0000 (21:42 +1100)]
Start handling TNC->host messages with KissBuffer
Thomas Karpiniec [Sun, 29 Dec 2024 10:19:01 +0000 (21:19 +1100)]
KISS frame decoding
Thomas Karpiniec [Fri, 27 Dec 2024 00:32:33 +0000 (11:32 +1100)]
Initial public commit - basic demod and high level structure in place