https://github.com/fscherwi/tf-connected
A Utility to show connected Tinkerforge Bricks and Bricklets!
https://github.com/fscherwi/tf-connected
brick bricklets tinkerforge
Last synced: 3 months ago
JSON representation
A Utility to show connected Tinkerforge Bricks and Bricklets!
- Host: GitHub
- URL: https://github.com/fscherwi/tf-connected
- Owner: fscherwi
- License: mit
- Created: 2015-08-09T11:05:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-09-01T15:09:19.000Z (10 months ago)
- Last Synced: 2025-09-08T22:37:14.111Z (9 months ago)
- Topics: brick, bricklets, tinkerforge
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-connected
 [](https://www.codacy.com/app/fscherwi/tf-connected?utm_source=github.com&utm_medium=referral&utm_content=fscherwi/tf-connected&utm_campaign=Badge_Grade)
## With this Utility you can easily show connected Tinkerforge Bricks and Bricklets and informations about that!
# Install
```shell
$ npm install tf-connected -g
```
# Usage
**Simple list connected Bricks and Bricklets**
```shell
$ tf-connected
```
**Show output as table**
```shell
$ tf-connected --table
```
## Advanced functions
**Show advanced informations about connected Bricks and Bricklets**
```shell
$ tf-connected -a
```
**Custom HOST**
```shell
$ tf-connected list -h
```
**Custom PORT**
```shell
$ tf-connected list -p
```