This website requires JavaScript.
explore
Showcase
Help
Sign In
Networks
/
Reticulum-Go
Watch
2
Star
1
Fork
0
You've already forked Reticulum-Go
Code
Issues
5
Pull Requests
1
Actions
Packages
Projects
1
Releases
1
Wiki
Activity
Files
972d00df92ba2336c4889390e493966f13da7bcc
Reticulum-Go
/
pkg
/
interfaces
History
Ivan
972d00df92
Fix TCPClientInterface readLoop and handlePacket methods to streamline HDLC framing logic and improve packet handling. Remove KISS framing support and update logging for received packets. Ensure outgoing data uses HDLC framing consistently.
2025-09-27 04:30:28 -05:00
..
auto_test.go
Code cleanup of unused functions/variables
2025-05-07 18:35:45 -05:00
auto.go
gosec fixes and added #nosec where necassary
2025-07-06 00:33:50 -05:00
interface_test.go
Add unit tests for configuration, cryptography, interfaces, and packet handling.
2025-05-07 18:24:52 -05:00
interface.go
gosec fixes and added #nosec where necassary
2025-07-06 00:33:50 -05:00
tcp_common.go
go fmt
2025-07-06 00:09:14 -05:00
tcp_linux.go
gosec fixes and added #nosec where necassary
2025-07-06 00:33:50 -05:00
tcp_test.go
Add unit tests for configuration, cryptography, interfaces, and packet handling.
2025-05-07 18:24:52 -05:00
tcp.go
Fix TCPClientInterface readLoop and handlePacket methods to streamline HDLC framing logic and improve packet handling. Remove KISS framing support and update logging for received packets. Ensure outgoing data uses HDLC framing consistently.
2025-09-27 04:30:28 -05:00
udp_test.go
Add unit tests for configuration, cryptography, interfaces, and packet handling.
2025-05-07 18:24:52 -05:00
udp.go
Add Send method to TCPClientInterface and better logging in UDPInterface
2025-09-07 02:21:48 -05:00