One of the things I've always wanted to do is to create a web-based controller for the LabJack family of devices. This is not exactly the same thing I've
written about in the past, but it is not unrelated either. U3OverIP provides a good framework to build the web interface, but writing the actual interface is non-trivial - at least for me.
Any way. Here's a simple implementation. Look at the "Announcements" section of the index page of this website. It reports the temperature in my office, which is dynamically updated every time you refresh the page. Of course it's not DDOS safe... but it's fun.
Posted on June 10, 2009
Tags:
Instrumentation
,
labjack
,
programming
,
python
Comments are disabled for this post
Kaustubh Bhalerao commented, on June 11, 2009 at 12:01 p.m.:
Maybe at some point I will AJAXify it...