Skip to content

client lib that can be used to communicate with simpletp server

License

Notifications You must be signed in to change notification settings

lfyzjck/stpclient-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stpclient for Golang

client lib that can be used to communicate with simpletp server

Usage

// Dial to server
func Dial(network, address string) (*STPClient, error)

// Dial to server with timeout
func DialTimeout(network, address string, connectTimeout, readTimeout, writeTimeout time.Duration) (*STPClient, error)
import "stpclient/stpclent"

conn := Dial("tcp", "127.0.0.1:3333")
defer conn.Close()
// TODO

Reference

See also: stpclient-py

About

client lib that can be used to communicate with simpletp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages