doc: add features section
This commit is contained in:
parent
8730275115
commit
a23cc9e61d
@ -1,10 +1,19 @@
|
|||||||
An NMDC client protocol library for Golang.
|
An NMDC / ADC client protocol library for Golang.
|
||||||
|
|
||||||
This package offers both channel-based and synchronous APIs. Example is included.
|
|
||||||
|
|
||||||
Written in golang
|
Written in golang
|
||||||
Tags: nmdc
|
Tags: nmdc
|
||||||
|
|
||||||
|
=FEATURES=
|
||||||
|
|
||||||
|
- Connect to NMDC and ADC hubs
|
||||||
|
- SSL (NMDCS/ADCS) with option to ignore certificate validity
|
||||||
|
- Autodetect NMDC/ADC protocol by timeout
|
||||||
|
- Send public and private chat messages, UserCommand support
|
||||||
|
- Protocol keepalives
|
||||||
|
- Parse user details (including UserIP2 for NMDC)
|
||||||
|
- Fast NMDC login via NoHello and QuickList
|
||||||
|
- Both synchronous (callback) and asynchronous (channel) -based APIs, including example
|
||||||
|
|
||||||
=GO GET=
|
=GO GET=
|
||||||
|
|
||||||
This package can be installed via go get: `go get code.ivysaur.me/libnmdc`
|
This package can be installed via go get: `go get code.ivysaur.me/libnmdc`
|
||||||
|
Loading…
Reference in New Issue
Block a user