-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
I've tried looking into making a custom adapter, but the ConnectionInfo requires SocketAddr which only supports IPv4 and IPv6, which UART doesn't have.
Would it be possible to implement connect_with without having to specify an IP address?
I've looked around for a bit and I think that one of the actions I could take, is to fork it and add COM/TTY support to ConnectionInfo and RemoteAddr.
EDIT: I know that the point of this library is networking, but I like the design and I thought it would make my interfacing with UART easier.
Metadata
Metadata
Assignees
Labels
No labels