# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
iSCP-go
iSCPv2 Client Library
Installation
-
Execute go get command
go get github.com/aptpod/iscp-go
-
Replace your go.mod file as below
replace github.com/quic-go/quic-go => github.com/aptpod/quic-go aptpod-webtransport replace github.com/quic-go/webtransport-go => github.com/aptpod/webtransport-go aptpod-webtransport
-
Execute
go mod tidy
go mod tidy
Usage
- See Example
WebSocket
The implementation of WebSocket is as follows. You can switch implementations using build tags.
- gorilla/websocket (Default)
- nhooyr/websocket (
nhooyr
)
Development
-
Fork this repository
-
Clone this repository
-
Change the origin url of the cloned repository as below.
git remote set-url origin <your forked repository>