package
0.15.0
Repository: https://github.com/voicecom/ocpp-go.git
Documentation: pkg.go.dev

# Functions

Creates a new simple websocket client (the channel is not secured).
Creates a new simple websocket server (the websockets are not secured).
Creates a new secure websocket client.
Creates a new secure websocket server.

# Structs

Client is the the default implementation of a Websocket client.
ConnectionError is a websocket.
Default implementation of a Websocket server.
WebSocket is a wrapper for a single websocket channel.

# Interfaces

Channel represents a bi-directional communication channel, which provides at least a unique ID.
A Websocket client, needed to connect to a websocket server.
A Websocket server, which passively listens for incoming connections on ws or wss protocol.