Skip to content

fscherwi/tf-connected

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-connected

Build Status Codacy Badge

With this Utility you can easily show connected Tinkerforge Bricks and Bricklets and informations about that!

Install

 $ npm install tf-connected -g

Usage

Simple list connected Bricks and Bricklets

 $ tf-connected

Show output as table

 $ tf-connected --table

Advanced functions

Show advanced informations about connected Bricks and Bricklets

 $ tf-connected -a

Custom HOST

 $ tf-connected list -h <your-host>

Custom PORT

 $ tf-connected list -p <your-port>