Skip to content

The Tinkerforge Device Manager for the web. Uses ES6 modules instead of CommonJS.

Notifications You must be signed in to change notification settings

winf-hsos/tinkerforge-device-manager-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinkerforge Device Manager (Web Version)

A web JS library to make connecting to and accessing Tinkerforge devices easier. Created at the University of Applied Sciences in Osnabrueck.

Usage

You can manually include all necessary libraries to use the TDM in your web project. If you want to do that, copy the 3 lines of code below and paste them right before the closing -tag in your HTML file.

<script src="https://cdn.jsdelivr.net/npm/moment@2.24.0/moment.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/winf-hsos/tinkerforge-device-manager-web/lib/Tinkerforge.js"></script>
<script src="https://cdn.jsdelivr.net/gh/winf-hsos/tinkerforge-device-manager-web/index.js" type="module"></script>

Supported Devices

Currently supported Tinkerforge devices:

About

The Tinkerforge Device Manager for the web. Uses ES6 modules instead of CommonJS.

Resources

Stars

Watchers

Forks

Packages

No packages published