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
f599cc4d43fb52193da843c22b1efefe79e69767
Reticulum-Go
/
pkg
/
interfaces
History
Ivan
f599cc4d43
Update AutoInterface and UDPInterface to use net.PacketConn for better compatibility with TinyGo. Update methods to handle errors related to unsupported features in TinyGo, including interface enumeration and multicast UDP.
2025-10-30 19:01:33 -05:00
..
auto_test.go
Code cleanup of unused functions/variables
2025-05-07 18:35:45 -05:00
auto.go
Update AutoInterface and UDPInterface to use net.PacketConn for better compatibility with TinyGo. Update methods to handle errors related to unsupported features in TinyGo, including interface enumeration and multicast UDP.
2025-10-30 19:01:33 -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
Refine comment in TCPClientInterface to clarify HDLC framing usage for TCP connections
2025-09-27 04:41:36 -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
Update AutoInterface and UDPInterface to use net.PacketConn for better compatibility with TinyGo. Update methods to handle errors related to unsupported features in TinyGo, including interface enumeration and multicast UDP.
2025-10-30 19:01:33 -05:00