package
0.12.0
Repository: https://github.com/ardnew/drivers.git
Documentation: pkg.go.dev

# Packages

Package mqtt is intended to provide compatible interfaces with the Paho mqtt library.
Package tls is intended to provide a minimal set of compatible interfaces with the Go standard library's tls package.

# Functions

Dial connects to the address on the named network.
DialTCP makes a TCP network connection.
DialUDP makes a UDP network connection.
ListenUDP listens for UDP connections on the port listed in laddr.
NewTCPSerialConn returns a new TCPSerialConn/.
NewUDPSerialConn returns a new UDPSerialConn/.
ParseIP parses s as an IP address, returning the result.
ResolveTCPAddr returns an address of TCP end point.
ResolveUDPAddr returns an address of UDP end point.
No description provided by the author

# Variables

No description provided by the author

# Structs

SerialConn is a loosely net.Conn compatible implementation.
TCPAddr here to serve as compatible type.
TCPSerialConn is a loosely net.Conn compatible intended to support TCP over serial.
UDPAddr here to serve as compatible type.
UDPSerialConn is a loosely net.Conn compatible intended to support UDP over serial.

# Interfaces

Addr represents a network end point address.
Conn is a generic stream-oriented network connection.
No description provided by the author

# Type aliases

IP is an IP address.