Radek Kaczorek
Radek Kaczorek
astroberry.local name is not accessible when connected via Wi-Fi HotSpot # #
I work with an raspi pi 4 and astroberry. Up to now I am very satisfied. But two problems are left: 1. I cannot connect the raspi with my router...
libpigpiod conflicts with libpigpio-dev (originaly provided by OS) due to it provides custom pigpiod.h which tries to overwrite original header file. running sudo dpkg -i libpigpiod results in: ```` dpkg:...
Very popular instrumentation framework (INDI) and raspberry pi astronomy desktop (astroberry-server) added to the list. Up to your discretion to pull it up.
Consider changing approach for calculation of CFZ: - from CFZ = 4.88 · λ · f^2 (http://www.goldastro.com/goldfocus/cfz.php) - to NCFZ = 0.00225 · θFWHM · √τ · A · f^2...
https://indilib.org/forum/astroberry/11133-astroberry-relays.html#79695
https://indilib.org/forum/astroberry/11133-astroberry-relays.html#79695
Rework of original PR #1018 on version **0.5.12** Could be a quick update for 0.5.x untill 0.6 becomes stable and ready for production. Tested both command line and with Home...
I'm not sure if that's INDI backend issue (INDI Library: 2.0.3) or pyindi-client issue (1.9.1) or I'm missing something. Looks like getDevices() client function always returns devices set at the...
By default requests coming from other domains are rejected. Adding open CORS policy allows to use indiweb as a middleware for other apps. Depending on user needs CORS policy can...