Giter Site home page Giter Site logo

astropi3's People

Contributors

anderslange avatar islamalam avatar jrrk2 avatar mattblack85 avatar rkaczorek avatar rlancaste avatar vflorian2000 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

astropi3's Issues

Installation fail with Raspbian

I tried several times to install indi/kstars/ekos with AstroPi on a raspberry 4 running with raspbian.
It ended every time with a boot issue, the rpi don't boot.

Where is the menu?

Loaded Astroberry Server all I see is the splash screen but not menu. I can right click on the screen and get terminal up but that's it. What is wrong?

Backup or Restore not including PHD2

Only Kstars and Indi are included in the backup and restore script, would be good if it also included PHD2 :)
There is an export function in PHD2 (under the /tools/connect equipment menu) but it does not include the darks library in the export (which I think is in a .FIT file (/home/pi/.phd2/darks_defects).
Looks like there is a command line option in the windows version of PHD2 to automate the config backup but not for the darks?

Installation script number of CPUs

Hi, great script. I find that the compiler with -j ... +2 causes the cpu to thrash on Raspbian. The script seems to run more quickly without the +2 or with just +1. I'm running remotely over the network, and it means no other controls are possible (even ctrl-c). I end up powering down and restarting. Tx Steve.

VNC connection without Internet

Hi,

I installed Astropi3 and everything works fine with VNC if my Raspberry has the ethernet cable connected.

However it doesn´t work without cable. I can connect with my phone to the WiFi hotspost, but when I start VNC app it can´t connect. Is it normal? Do I need to configure something?

This feature could be great when you are out of home.

Thanks.

Clone could not be found

Hi, thank you for the main script, I tried the manual process with you guide and failed as sections could not be installed for various reasons, mainly newbie to Pi's and ubuntu installations.

Anyway the automatic method, worked except for the main clone download as it could not be found via the terminal window.
git clone https://github.com/rlancaste/AstroPi3.git

I created a user at github and downloaded the clone zip manually and transferred it to the pi via a usb drive.
From there the install appears to have loaded so I can test it out.

Notes:
I am on the 2nd attempt, ran into problems with vnc, firefox and various other issues so reformatted the SD card and started again.
I am using a Pi2
Transcend 16gb SDcard
I first installed ubuntu mate, then ran the update and then the upgrade
Then proceeded with your auto script guide.
As noted above the clone seems to be the only problem.

I'm looking at trying out a Pi3B+, or Odroid XU4 or there is a new DFRpanda M series board as I would like to be able to do video planet and near field and unidentified objects.

Installing NetworkManager causes wifi dropout and failed install on Raspbian

Hey! love the scripts - it really makes it a lot easier to have reproducible builds on RPi.

I realise that it's very much to be expected to kill the wifi when doing the install, but the script won't fail and reports success even though kstars and indi have not cloned and everything after the network config has failed.

If you're using ethernet to do the initial install then you'd never notice, but a novice user may not understand what's going on and why nothing got installed, despite the success message.

My method for dealing with this is splitting the script in two, doing the dist-upgrade and network conf, rebooting and then running the software install half. A more robust method might be to check for internet connectivity after the nm install and bomb out asking the user to reconnect to wifi or reboot.

Anyway, thanks for putting in so much time to the project!

AstroPi3 on Rasberry 3+ script successfull but no icons to start PHD2 or KStars - how to start apps ?

dear all,
first of all thanks for the AstroPi3 script contribution - I highly appreciate your efforts!
I ran the script on RPi3+ with new Raspberry OS successfully.
After restart, AstroRoot dir is created with all subfolders gsc, indi, ,,, phd2, kstars, ....stellarsolver.
But, no icons on the screen appear.
Attempts to run phd2.sh script failed.
How can I now install icons and start the PHD2 / KStars apps ?
Really appreciate your feedback, regards, Hans

Undefined references when compiling Kstars on Raspbian

The script works well until reaching the linking of test_ekos_simulator while compiling Kstars. From there a lot of undefined references start to happen. Using setupAstroRaspbian.sh on a raspberry Pi 3b+ running on the latest Raspberry OS.

I chose Indilib master version when asked.

[ 86%] Linking CXX executable test_ekos_simulator
/usr/bin/ld: libKStarsLib.a(indiccd.cpp.o): in function `ISD::CCD::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:965: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:974: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:980: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:992: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:986: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:998: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1004: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1010: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1028: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1040: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1080: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1092: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1104: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1119: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1110: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::resetSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:361: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::updateMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:553: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendBlob()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:591: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:424: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(int)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:374: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:392: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QAbstractButton*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:341: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendText()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:448: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:462: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildLightGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:279: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildTextGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:219: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildNumberGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:251: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildBLOBGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:302: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildSwitchGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:181: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:487: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::initGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:144: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:146: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setProperty(QObject*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:759: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:782: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setJSONProperty(QString const&, QJsonArray const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:897: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:882: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:862: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONBLOB(QString const&, QString const&, QJsonObject&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:982: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONProperty(QString const&, QJsonObject&, bool)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:954: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:947: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:933: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:940: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:88: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:111: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:132: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:160: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:148: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:154: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(inditelescope.cpp.o): in function `ISD::Telescope::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:64: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:109: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:110: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:115: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:151: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:166: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(inditelescope.cpp.o):/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:188: more undefined references to `INDI::Property::getSwitch()' follow
/usr/bin/ld: libKStarsLib.a(indifocuser.cpp.o): in function `ISD::Focuser::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indifocuser.cpp:24: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indidome.cpp.o): in function `ISD::Dome::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indidome.cpp:45: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::sendProperty(QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:264: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:265: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:269: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:270: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:259: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:260: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getLight(QString const&, QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:305: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getProperties(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:192: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:184: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:168: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:160: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:176: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(streamwg.cpp.o): in function `operator()':
/home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:131: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
collect2: error: ld returned 1 exit status
make[2]: *** [kstars/CMakeFiles/kstars.dir/build.make:201: kstars/kstars] Error 1
make[1]: *** [CMakeFiles/Makefile2:1004: kstars/CMakeFiles/kstars.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....



[ 86%] Built target testfocus
[ 86%] Built target testguidestars
[ 86%] Built target test_polaralign
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiccd.cpp.o): in function `ISD::CCD::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:965: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:974: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:980: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:992: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:986: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:998: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1004: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1010: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1028: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1040: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1080: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1092: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1104: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1119: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1110: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::resetSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:361: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::updateMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:553: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o/): in function `INDI_P::sendBlob()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:591: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:424: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(int)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:374: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:392: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QAbstractButton*)':
/usrhome/pi/AstroRoot//kstars/kstars/indi/indiproperty.cpp:341: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendText()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:448: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstarsbin/indi/indiproperty.cpp:462: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildLightGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:279: undefined reference to `/INDI::Property::getLight()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildTextGUI()':
/ldhome:/ pi/.AstroRoot/kstars.//kstars/indi./indiproperty.cpp:.219: undefined reference /to `kstars/INDI:libKStarsLib.a:(Property::getText()'indiccd.cpp.o
/usr)/bin/:ld: ../. ./kstarsin/libKStarsLib.a(indiproperty.cpp.o):  in function `INDI_Pfunction::buildNumberGUI()': 
`/home/pi/AstroRoot/ISDkstars/kstars/indi/indiproperty.cpp::251:: undefined reference to CCD`INDI:::Property:::getNumber(registerProperty)'
/usr/bin(/INDIld: :.:./.Property./kstars*/)libKStarsLib.a(indiproperty.cpp.o):' in function `INDI_P::buildBLOBGUI(:)
':
/home/pi/home/pi/AstroRoot/kstars/kstars//AstroRootindi/indiproperty.cpp:302: /undefined referencekstars /to `kstarsINDI/::Property::getBLOB(indi)'
//usr/bin/ld:indiccd.cpp ../../:kstars965/libKStarsLib.a(indiproperty.cpp.o):: in function `INDI_P :undefined: buildSwitchGUIreference()' :
/home/pi/toAstroRoot/kstars /`kstars/indiINDI/indiproperty.cpp:181: undefined: :reference to `INDI::Property::getSwitch()'
Property/:usr:/getSwitchbin(/)ld':
 /.usr.//bin./.ld/:kstars //libKStarsLib.ahome(/indiproperty.cpp.opi)/:AstroRoot /inkstars /functionkstars /`indiINDI_P/:indiccd.cpp::buildMenuGUI974(:) 'undefined: 
reference/ hometo/ pi`/INDIAstroRoot:/:kstarsProperty/:kstars:/getNumberindi(/)indiproperty.cpp':
487/:usr /undefinedbin /referenceld :to  /`homeINDI/:pi:/PropertyAstroRoot:/:kstarsgetSwitch/(kstars)/'indi
//indiccd.cppusr:/980bin:/ ldundefined:  reference. .to/ .`.INDI/:kstars:/PropertylibKStarsLib.a:(:indiproperty.cpp.ogetNumber)(:) 'in
 /functionusr /`binINDI_P/:ld::initGUI (/)home'/:pi
//AstroRoothome//kstarspi//kstarsAstroRoot//indikstars//indiccd.cppkstars:/992indi:/ indiproperty.cppundefined: 144reference:  toundefined  `referenceINDI :to: Property`:INDI::getNumber:(Property):':
getSwitch/(usr)/'bin
//ldusr:/ bin//homeld/:pi //AstroRoothome//kstarspi//kstarsAstroRoot//indikstars//indiccd.cppkstars:/986indi:/ indiproperty.cppundefined: 146reference:  toundefined  `referenceINDI :to: Property`:INDI::getNumber:(Property):':
getSwitch/(usr)/'bin
//ldusr:/ bin//homeld/:pi /.AstroRoot.//kstars./.kstars//kstarsindi//libKStarsLib.aindiccd.cpp(:indistd.cpp.o998)::  undefinedin  referencefunction  to` ISD`:INDI::GenericDevice::Property::setProperty:(getSwitchQObject(*))''
:/
usr//homebin//pild/:AstroRoot //kstarshome//kstarspi//indiAstroRoot//indistd.cppkstars:/759kstars:/ indiundefined/ indiccd.cppreference: 1004to:  `undefinedINDI :reference: Propertyto: :`getSwitchINDI(:):'Property
:/:usrgetSwitch/(bin)/'ld
:/ usr//homebin//pild/:AstroRoot //kstarshome//kstarspi//indiAstroRoot//indistd.cppkstars:/782kstars:/ indiundefined/ indiccd.cppreference: 1010to:  `undefinedINDI :reference: Propertyto: :`getNumberINDI(:):'Property
:/:usrgetNumber/(bin)/'ld
:/ usr./.bin//.ld.:/ kstars//homelibKStarsLib.a/(piindistd.cpp.o/)AstroRoot:/ kstarsin/ kstarsfunction/ indi`/ISDindiccd.cpp:::1028GenericDevice:: :undefinedsetJSONProperty (referenceQString  toconst &`,INDI :QJsonArray: Propertyconst:&:)getSwitch'(:)
'/
home//usrpi//binAstroRoot//ldkstars:/ kstars//homeindi//piindistd.cpp/:AstroRoot897/:kstars /undefinedkstars /referenceindi /toindiccd.cpp :`1040INDI:: :undefinedProperty :reference: getTextto( )`'INDI
:/:usrProperty/:bin:/getSwitchld(:) '/
home//usrpi//binAstroRoot//ldkstars:/ kstars//homeindi//piindistd.cpp/:AstroRoot882/:kstars /undefinedkstars /referenceindi /toindiccd.cpp :`1080INDI:: :undefinedProperty :reference: getNumberto( )`'INDI
:/:usrProperty/:bin:/getSwitchld(:) '/
home//usrpi//binAstroRoot//ldkstars:/ kstars//homeindi//piindistd.cpp/:AstroRoot862/:kstars /undefinedkstars /referenceindi /toindiccd.cpp :`1092INDI:: :undefinedProperty :reference: getSwitchto( )`'INDI
:/:usrProperty/:bin:/getSwitchld(:) '.
.//usr./.bin//kstarsld/:libKStarsLib.a (/indistd.cpp.ohome)/:pi /inAstroRoot /functionkstars /`kstarsISD/:indi:/GenericDeviceindiccd.cpp:::1104getJSONBLOB:( QStringundefined  constreference& ,to  QString` INDIconst:&:,Property :QJsonObject:&getNumber)('):'

//homeusr//pibin//AstroRootld/:kstars //kstarshome//indipi//indistd.cppAstroRoot:/982kstars:/ kstarsundefined/ indireference/ indiccd.cppto: 1119`:INDI :undefined: Propertyreference: :togetBLOB (`)INDI':
:/Propertyusr:/:bingetNumber/(ld):' 
./.usr//.bin.//ldkstars:/ libKStarsLib.a/(homeindistd.cpp.o/)pi:/ AstroRootin/ kstarsfunction/ kstars`/ISDindi:/:indiccd.cppGenericDevice::1110::getJSONProperty (undefinedQString  referenceconst &to,  `QJsonObjectINDI&:,: Propertybool:):'getBLOB:(
)/'home
//piusr//AstroRootbin//kstarsld/:kstars /.indi.//indistd.cpp.:.954/:kstars /undefinedlibKStarsLib.a (referenceindiproperty.cpp.o )to:  `inINDI :function: Property`:INDI_P::getLight:(resetSwitch)(')
'/:usr
//binhome//ldpi:/ AstroRoot//homekstars//pikstars//AstroRootindi//kstarsindiproperty.cpp/:kstars361/:indi /undefinedindistd.cpp :reference947 :to  undefined` INDIreference: :toProperty :`:INDIgetSwitch:(:)Property':
:/getTextusr(/)bin'/
ld/:usr /.bin.//ld.:. //kstarshome//libKStarsLib.api(/indiproperty.cpp.oAstroRoot)/:kstars /inkstars /functionindi /`indistd.cppINDI_P::933::updateMenuGUI (undefined) 'reference: 
to/ home`/INDI::piProperty::getSwitch(/)'
AstroRoot/usr//bin/ldkstars: /home//pi/AstroRootkstars/kstars//kstarsindi/indi//indistd.cpp:940: undefined indiproperty.cpp:553:reference to `INDI::Property: :getNumber()'
/undefinedusr /binreference/ ld: ../../kstarsto/ libKStarsLib.a(indistd.cpp.o): in function `ISD:`:GenericDevice::registerProperty(INDIINDI:::Property:*Property)':
/::home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:88: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstarsgetSwitch/indi/indistd.cpp:111:( undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:132: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:160: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:148: undefined )reference to `INDI'::Property
::getText()'
//usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/usrindi/indistd.cpp:154: undefined reference to `INDI::Property::getNumber()'
//usr/bin/ld: ../../kstars/libKStarsLib.a(inditelescope.cpp.o): in function `ISD::Telescope::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indibin/inditelescope.cpp:64: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot//kstars/kstars/indi/inditelescope.cpp:109: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:110: ldundefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:115: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:151: undefined reference to: `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:166:  undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(inditelescope.cpp.o.).:/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:188: more undefined references to `INDI::Property::getSwitch()' follow
/usr/bin/ld: ../../kstars/libKStarsLib.a(indifocuser.cpp.o): in function `ISD::Focuser::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars//indi/indifocuser.cpp:24: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidome.cpp.o): in function `ISD::.Dome::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indidome.cpp:45: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::sendProperty(QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:264: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars./kstars//indi/indidbus.cppkstars:265: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: //home/libKStarsLib.api/AstroRoot(/kstars/kstars/indi/indiproperty.cpp.oindidbus.cpp):269: undefined reference: to  `INDI::Property::ingetNumber() '
/usr/bin/ld: /functionhome/pi /AstroRoot/`kstars/kstars/indi/indidbus.cppINDI_P:270:: undefined reference to :`INDI:sendBlob:Property::getNumber()('
/usr/bin/)ld: '/:home/pi/AstroRoot
/kstars/kstars/indi//indidbus.cpp:259: homeundefined reference to `/INDI::Property::getSwitchpi(/)'
/usr/bin/ld: AstroRoot/home//pi/AstroRootkstars/kstars/kstars/indi//indidbus.cppkstars:/260: indiundefined reference/ to `INDI::indiproperty.cppProperty:::getSwitch591()':
 /usr/undefinedbin/ld: .. /..reference/kstars/ libKStarsLib.ato(indidbus.cpp.o): in  function ``INDIDBusINDI::getLight:(QString const&, :QString constProperty&:,: QString const&)'getBLOB:
/home/pi/(AstroRoot/kstars/kstars/indi)/indidbus.cpp:305: 'undefined
 /reference tousr `INDI::Property:/:getLight(bin)'
/usr/bin//ld:ld ..:/../kstars/libKStarsLib.a (indidbus.cpp.o): in .function `INDIDBus::getProperties.(/QString const&)':
/home./pi/AstroRoot/kstars/.kstars/indi//indidbus.cpp:192: undefinedkstars /reference to `INDI::Property::getBLOB()'
libKStarsLib.a/usr/(bin/ld: indiproperty.cpp.o/home/pi/AstroRoot/)kstars:/kstars/ indi/indidbus.cppin:184:  undefined reference to function`INDI: :`Property::getLight()'INDI_P
/usr/bin/ld::: /home/pi/AstroRoot/sendSwitchkstars/kstars/indi/indidbus.cpp:168: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:160: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:176: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a((streamwg.cpp.o): in function)':
 /`homeoperator()':
//home/pi/AstroRootpi/kstars/kstars/indi/streamwg.cpp:131: undefined reference to `INDI::Property::getText()/'
/usrAstroRoot//bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `kstarsINDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to/ `INDI::Property::getText()'
kstars/indi/indiproperty.cpp:424: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(int)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:374: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:392: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QAbstractButton*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:341: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendText()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:448: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:462: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildLightGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:279: undefined reference to `INDI::Property::getLight()'
/usrcollect2: error: ld returned 1 exit status
/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildTextGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:219: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildNumberGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:251: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildBLOBGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:302: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildSwitchGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:181: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:487: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::initGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:144: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:146: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setProperty(QObject*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:759: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:782: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setJSONProperty(QString const&, QJsonArray const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:897: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:882: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:862: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONBLOB(QString const&, QString const&, QJsonObject&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:982: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONProperty(QString const&, QJsonObject&, bool)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:954: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:947: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:933: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:940: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:88: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:111: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:132: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:160: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:148: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:154: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(inditelescope.cpp.o): in function `ISD::Telescope::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:64: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:109: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:110: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:115: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:151: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:166: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(inditelescope.cpp.o):/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:188: more undefined references to `INDI::Property::getSwitch()' follow
/usr/bin/ld: ../../kstars/libKStarsLib.a(indifocuser.cpp.o): in function `ISD::Focuser::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indifocuser.cpp:24: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidome.cpp.o): in function `ISD::Dome::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indidome.cpp:45: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::sendProperty(QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:264: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:265: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:269: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:270: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:259: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:260: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getLight(QString const&, QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:305: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getProperties(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:192: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:184: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:168: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:160: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:176: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: ../../kstars/libKStarsLib.a(streamwg.cpp.o): in function `operator()':
/home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:131: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
collect2: error: ld returned 1 exit status
make[2]: *** [Tests/kstars_ui/CMakeFiles/test_ekos_focus.dir/build.make:248: Tests/kstars_ui/test_ekos_focus] Error 1
make[2]: *** [Tests/kstars_ui/CMakeFiles/test_ekos_simulator.dir/build.make:248: Tests/kstars_ui/test_ekos_simulator] Error 1
make[1]: *** [CMakeFiles/Makefile2:2834: Tests/kstars_ui/CMakeFiles/test_ekos_focus.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:2874: Tests/kstars_ui/CMakeFiles/test_ekos_simulator.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
[  0%] Built target doc-index-cache-bz2
[  0%] Automatic MOC for target LibKSDataHandlers
[  0%] Built target LibKSDataHandlers_autogen
[  1%] Built target LibKSDataHandlers
[  1%] Automatic MOC for target htmesh
[  1%] Built target htmesh_autogen
[  4%] Built target htmesh
[  4%] Automatic MOC for target KStarsLib
[  4%] Built target KStarsLib_autogen
[ 85%] Built target KStarsLib
[ 85%] Automatic MOC for target kstars
[ 85%] Built target kstars_autogen
[ 86%] Linking CXX executable kstars
/usr/bin/ld: libKStarsLib.a(indiccd.cpp.o): in function `ISD::CCD::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:965: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:974: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:980: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:992: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:986: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:998: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1004: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1010: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1028: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1040: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1080: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1092: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1104: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1119: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiccd.cpp:1110: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::resetSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:361: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::updateMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:553: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendBlob()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:591: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendSwitch()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:424: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(int)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:374: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:392: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::newSwitch(QAbstractButton*)':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:341: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::sendText()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:448: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:462: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildLightGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:279: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildTextGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:219: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildNumberGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:251: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildBLOBGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:302: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildSwitchGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:181: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::buildMenuGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:487: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indiproperty.cpp.o): in function `INDI_P::initGUI()':
/home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:144: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indiproperty.cpp:146: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setProperty(QObject*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:759: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:782: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::setJSONProperty(QString const&, QJsonArray const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:897: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:882: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:862: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONBLOB(QString const&, QString const&, QJsonObject&)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:982: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::getJSONProperty(QString const&, QJsonObject&, bool)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:954: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:947: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:933: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:940: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indistd.cpp.o): in function `ISD::GenericDevice::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:88: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:111: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:132: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:160: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:148: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indistd.cpp:154: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(inditelescope.cpp.o): in function `ISD::Telescope::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:64: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:109: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:110: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:115: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:151: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:166: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(inditelescope.cpp.o):/home/pi/AstroRoot/kstars/kstars/indi/inditelescope.cpp:188: more undefined references to `INDI::Property::getSwitch()' follow
/usr/bin/ld: libKStarsLib.a(indifocuser.cpp.o): in function `ISD::Focuser::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indifocuser.cpp:24: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(indidome.cpp.o): in function `ISD::Dome::registerProperty(INDI::Property*)':
/home/pi/AstroRoot/kstars/kstars/indi/indidome.cpp:45: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::sendProperty(QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:264: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:265: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:269: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:270: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:259: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:260: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getLight(QString const&, QString const&, QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:305: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: libKStarsLib.a(indidbus.cpp.o): in function `INDIDBus::getProperties(QString const&)':
/home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:192: undefined reference to `INDI::Property::getBLOB()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:184: undefined reference to `INDI::Property::getLight()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:168: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:160: undefined reference to `INDI::Property::getSwitch()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/indidbus.cpp:176: undefined reference to `INDI::Property::getNumber()'
/usr/bin/ld: libKStarsLib.a(streamwg.cpp.o): in function `operator()':
/home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:131: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
/usr/bin/ld: /home/pi/AstroRoot/kstars/kstars/indi/streamwg.cpp:160: undefined reference to `INDI::Property::getText()'
collect2: error: ld returned 1 exit status
make[2]: *** [kstars/CMakeFiles/kstars.dir/build.make:201: kstars/kstars] Error 1
make[1]: *** [CMakeFiles/Makefile2:1004: kstars/CMakeFiles/kstars.dir/all] Error 2
make: *** [Makefile:141: all] Error 2


What could I do to fix that? As far as I seen everything else compiled fine before that.

shortcuts not created on a German system

Hello there,

it is not an actual issue but something I ran into:
My Ubuntu is set to German and the folder is named Schreibtisch instead of Desktop so the shortcut creation fails.
The fix is fairly easy: just replace ~/Desktop/ with ~/Schreibtisch/ in the shell script and you are all set. It took me a while since on my Mac it is also called Schreibtisch but it is still called Desktop internally.

INDI not starting on 8GB RPi4b setup

Did an install on 128GB USB3 stick using Ubuntu-Mate for ARMH. When running EKOS from KSTARS menu the INDI is starting never completes and no devices are mounted. Further, the INDI Web Manager on the desktop will not start as the application is not found. Same results for Ubuntu-Mate for ARM64.

My devices are physically connected as follows:
CCD: RPi HQ camera direct to CSI port
Guide CCD: RPi HQ camera via Arducam adapter to USB3 port
4 port powered hub connected to USB2.0 port
DSC via CP2102 adapter to hub
GPUSB to hub
ZWO EAF to hub

Temp display in conkyrc

Hi, My system is based off of your SBC script. I'm not quite up to submitting pull requests, but for me on Ubuntu 22.04 the current conky display of CPU temperature doesn't work on my Odroid-N2.
changing line 61 of .conkyrc from
$font${color DimGray}Temp: $alignr ${exec /opt/vc/bin/vcgencmd measure_temp | cut -c6-9} C
to
$font${color DimGray}Temp: $alignr ${exec sensors | cut -c 16-19 -n | head -n 3 | tail -n 1} C
seems to fix it for me.

Thanks
Jerry Black

[Ubuntu] testresources needed for setuptools ?

Hi,
I'm trying to get this setup on a Rock Pi 4 B Plus using an Ubuntu (focal) server image. The script executes seemingly without a problem, until near the end where "setuptools" is getting installed. At that point there is an error stating that "testresources" is not found. It does not stop the script, though.

Upon reboot, all I have is a blank desktop with a status monitoring window and "Activities" as the only menu pick at the top of the screen. The static IP address doesn't seem to have taken and the unit doesn't show up on the network. KStars can be run but I don't see any obvious INDI manager.

Can you tell me if the "setuptools" issue is breaking something, as far as you know?
And can you point me to a blog posting or any discussion which would give me an idea of what I should expect to see happen upon rebooting after the script is run?

Many thanks - this looks like it will be great!
Regards,
Matt Considine

Error setupAstroRaspbianPi.sh

As I run the Raspbian script, I couldn't run the scripts in the folder "utilities". Also I can't couldn't found INDI, PHD2 and KStars.

kstars not installed

During the installation I got a fatal error for kstars, the address in line "git clone git://anongit.kde.org/kstars" seems no longer valid. Installing using "git clone https://github.com/KDE/kstars" seems to work (compiling not finished while I report this).

EDIT I edited line 675 with the new address in file setupAstroRaspbianPi.sh, tried it on a fresh installed raspbian. It's work.

PLS: find the file attached below
setupAstroRaspbianPi.zip

Ekos is missing (Armbian Debian on RockPro64)

Hello!
Today I have setup my RockPro64 with the Armbian Debian from your Readme (Debian Stretch with Armbian Linux 4.4.182-rockchip64) and ran sudo ./setupDebianSBC.sh and it took quite some time to compile Kstars and all the other things.

Much to my surprise Ekos is completely missing from Kstars as if it never existed.

I'm currently running sudo ./setupDebianSBC.sh again and I do see output like this:

[  5%] Generating ekosadaptor.cpp, ekosadaptor.h
[  5%] Generating ekosadaptor.moc

and

[ 20%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/ekos.cpp.o
[ 20%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o
[ 20%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/profileeditor.cpp.o
[ 20%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/profilewizard.cpp.o
[ 20%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/qMDNS.cpp.o
[ 21%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/opsekos.cpp.o
[ 21%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/auxiliary/dome.cpp.o
[ 21%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/auxiliary/weather.cpp.o
[ 21%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/auxiliary/dustcap.cpp.o

Have you experienced something like this? I had it running before but that was some time ago with the setupAstro64.sh script.

Backup or Restore not working with Raspbian

The "Backup or Restore" does not work under Raspbian. The Desktop Entry/Command is set to execute mate-terminal and this fails on Raspbian. Workaround is to replace with "/home/pi/AstroPi3/backupOrRestore.sh" and ensure Execute in terminal emulator is ticked.

Drag and drop of directory does not work in this terminal approach however.

dpkg lock at the beginning

Hello,
i want to start the install script (sudo ./setupAstroPi3.sh), but i get the following error message
"dpkg is currently locked, meaning another program is either checking for updates or is currently updating the system.
Please wait for a few minutes or quit the other process and run this script again. Exiting now."

I have tried some tshoot mentioned at google but nothing helped.

At this time i can't install AstroPi3. :(

I have the latest version of Ubuntu Mate (Ubuntu MATE 18.04.2 (Bionic)) and tried the 32Bit & 64Bit version.

i need some help.

thank you very much.

setupAstroRaspbianPi.sh fails on RPi 4B 8GB w/ Raspberry Pi OS 64-bit

Hi,

tried to run setupAstroRaspbianPi on a fresh Raspberry Pi OS 64-bit. KStars, PHD2 didn't compile, lots of errors, example:

"CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5Qml" with any of the following names:

Qt5QmlConfig.cmake
qt5qml-config.cmake ..."

I can provide logs (which ones will be useful?), but my question in general: Is it possible to set up AstroPi on 64bit Pi OS using this script?

Regards, Bernd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.