Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1579

Python • Re: Suggestion on simple WebUI framework

$
0
0
Don't know of anything that matches all your requirements and could be called 'simple'. I authored a series of packages that might do some of it:

indipydriver, indipyserver and indipyweb

These are all available on Pypi and are part of a suit of INDI control programs.

INDI - Instrument Neutral Distributed Interface.

indipydriver is a package of classes to produce a driver interfacing to your hardware, indipyserver serves drivers on a port using the INDI protocol and indipyweb is a web service that connects to the port and in turn serves web pages that display instrument controls.

This requires the developer to create a driver, which may not be totally simple - it requires python knowledge including async working, but if you look at the Pypi sites there's links to the documentation which may be worth a perusal.

Statistics: Posted by bernie-skipole — Tue Nov 18, 2025 6:57 pm



Viewing all articles
Browse latest Browse all 1579

Trending Articles