Categorygithub.com/aptpod/iscp-go
repositorypackage
1.0.0
Repository: https://github.com/aptpod/iscp-go.git
Documentation: pkg.go.dev

# 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

WebSocket

The implementation of WebSocket is as follows. You can switch implementations using build tags.

Development

  1. Fork this repository

  2. Clone this repository

  3. Change the origin url of the cloned repository as below.

    git remote set-url origin <your forked repository>
    

References