Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.11 KB

File metadata and controls

50 lines (33 loc) · 2.11 KB

usbtemp-server

version: 0.1.0-indev05 Changelog

About

usbtemp-server is a simple server application that reads the temperature from a DS18B20-compatible, 1-Wire-connected USB thermometer and exposes that functionality as a HTTP JSON API.

This software is specifically written to support the thermometers sold by usbtemp.com, though — in theory — any DS18B20-compatible device should work. (this project is not sponsored by usbtemp.com)

It also serves a HTML page that continuously polls the server for the temperature and displays it.
It's designed to be used an OBS Browser Source.

sub to twitch.tv/helmahof

Usage

Visit the page https://mfederczuk.github.io/usbtemp-server for the usage guide.

Download

Fully built and self-contained (you don't need .NET installed on your system) artifacts for both Linux-based and Microsoft Windows systems (both for x86, 64-bit architecture) can be downloaded from the release page.

Contributing

Read through the Contribution Guidelines if you want to contribute to this project.

License

usbtemp-server is licensed under both the Mozilla Public License 2.0 AND the Apache License 2.0.
For more information about copying and licensing, see the COPYING.txt file.

(note that this project is not affiliated with usbtemp.com)