Liking cljdoc? Tell your friends :D

telnet_client

A Clojure library designed to operate on Huawei network devices. For example routers & switchs.

Usage

(require '[telnet-client.huawei :refer [login exec-cmd]])
(with-open [h (login "192.168.0.1" "username" "password")]
	(println (exec-cmd "display version")))

Authors

cdzwm

License

MIT License

Can you improve this documentation? These fine people already did:
cdzwm & canw
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close