Skip to content

Commit

Permalink
added badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 6, 2016
1 parent 887ca64 commit b14b170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Net::Telnet

[![Build Status](https://travis-ci.org/ruby/net-telnet.svg?branch=master)](https://travis-ci.org/ruby/net-telnet)

Provides telnet client functionality.

This class also has, through delegation, all the methods of a socket object (by default, a **TCPSocket**, but can be set by the **Proxy** option to ```new()```). This provides methods such as ```close()``` to end the session and ```sysread()``` to read data directly from the host, instead of via the ```waitfor()``` mechanism. Note that if you do use ```sysread()``` directly when in telnet mode, you should probably pass the output through ```preprocess()``` to extract telnet command sequences.
Expand Down

0 comments on commit b14b170

Please sign in to comment.