×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Weather Radio: RG11 sensor resets ESP8266 on heavy rain?

  • Posts: 1185
  • Thank you received: 370
Sure that there isn't a second (older) version installed? Check /usr/local/lib and /usr/lib.
2 years 5 months ago #76081

Please Log in or Create an account to join the conversation.

  • Posts: 333
  • Thank you received: 23
No indiserver is 1.9.3

pi@raspberrypi:/usr/local/lib $ locate indiserver
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/C.includecache
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/DependInfo.cmake
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/build.make
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/cmake_clean.cmake
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/depend.internal
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/depend.make
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/flags.make
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/fq.c.o
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/indiserver.c.o
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/libs
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/libs/lilxml.c.o
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/link.txt
/home/pi/Projects/build/indi-core/CMakeFiles/indiserver.dir/progress.make
/home/pi/Projects/build/indi-core/indiserver
/home/pi/Projects/indi/indiserver.c
/usr/bin/indiserver
pi@raspberrypi:/usr/local/lib $ /usr/bin/indiserver
2021-09-28T21:30:55: startup: /usr/bin/indiserver
Usage: /usr/bin/indiserver [options] driver [driver ...]
Purpose: server for local and remote INDI drivers
INDI Library: 1.9.3
Code 1.9.3-tgz. Protocol 1.7.
Options:
-l d : log driver messages to <d>/YYYY-MM-DD.islog
-m m : kill client if gets more than this many MB behind, default 128
-d m : drop streaming blobs if client gets more than this many MB behind, default 5. 0 to disable
-p p : alternate IP port, default 7624
-r r : maximum driver restarts on error, default 10
-f path : Path to fifo for dynamic startup and shutdown of drivers.
-v : show key events, no traffic
-vv : -v + key message content
-vvv : -vv + complete xml
driver : executable or [device]@host[:port]
2 years 5 months ago #76082

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
That's right, but if you see the cmake output at the beginning of your failed compile, there is an old INDI version installed under /usr/lib:
-- Found INDI: /usr/lib/arm-linux-gnueabihf/libindidriver.so;/usr/lib/arm-linux- gnueabihf/libindiAlignmentDriver.so (found version "1.7.5")
2 years 5 months ago #76084

Please Log in or Create an account to join the conversation.

  • Posts: 333
  • Thank you received: 23
mmmmmmm
I will try to do again all, but compile all on this system required about 4hours only fon INDI
2 years 5 months ago #76085

Please Log in or Create an account to join the conversation.

  • Posts: 1185
  • Thank you received: 370
Don't forget to set cmake -DCMAKE_INSTALL_PREFIX=/usr

This will ensure that a later make install overwrites the old INDI installation.
2 years 5 months ago #76086

Please Log in or Create an account to join the conversation.

  • Posts: 333
  • Thank you received: 23
I reainstalled all the stuffs and now I am acquindg datada to update webpages, but what can I do do configure mi remote Kstars/Ekos to connect to this weather station?
2 years 5 months ago #76205

Please Log in or Create an account to join the conversation.

Time to create page: 0.876 seconds