Search found 2 matches

by thohell
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick Net API
Replies: 9
Views: 20812

Re: TellStick Net API

I received my TellStick earlier today and I must say it looks very easy to build and use a local server without even modifying the firmware. Following these simple steps to use a local server it's really a no-brainer to build a server that can either proxy to the live server or completely take over ...
by thohell
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: TellStick Net API
Replies: 9
Views: 20812

Re: TellStick Net API

Here is a simple class I use to snoop the protocol while still being able to use Tellstick Live. It's missing pretty much everything from common sense trough good design to errorhandling but it's only meant to do one thing; snoop the protocol. Hope this helps you on your way! :) ---8<--- Imports Sys...