]> git.rkrishnan.org Git - pihpsdr.git/commit
Fix STEMlab discovery without hostname resolution
authorMarkus Großer <markus.grosser2+git@gmail.com>
Tue, 5 Dec 2017 13:53:29 +0000 (14:53 +0100)
committerMarkus Großer <markus.grosser2+git@gmail.com>
Tue, 5 Dec 2017 13:53:29 +0000 (14:53 +0100)
commit4aa4bd6087207e4a6409776ab9046d5943107fe9
tree4a07054816078db9669d3fa218bf2c8df6e9c943
parentad37a67b32105a78082537752985e0e273d698c0
Fix STEMlab discovery without hostname resolution

Before, the web request to start the SDR application was sent to the
STEMlab identified by the hostname (rp-xxxxxx). Unfortunately, there are
cases where the STEMlab can be found via IP address, but not via
hostname.

This should have really been in with the original commit for STEMlab
discovery already, but seems to have slipped under my radar - listing
the installed HPSDR applications already uses the IP address, but
actually starting it was still left with using hostname resolution.
stemlab_discovery.c