summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Laufer <Kraken.rf.inc@gmail.com>2022-01-05 13:08:34 +0100
committerCarl Laufer <Kraken.rf.inc@gmail.com>2022-01-05 13:08:34 +0100
commite1fbeb900ffb9ad48a3dca57320518f9cabf29e4 (patch)
treeddbcc29057fc53aee7095c037e3cb92c36b58978
parentremove unneeded daq squelch controlls (diff)
downloadkrakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar.gz
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar.bz2
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar.lz
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar.xz
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.tar.zst
krakensdr_pr-e1fbeb900ffb9ad48a3dca57320518f9cabf29e4.zip
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d881c81..4c5fc9d 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,8 @@ Make sure to set an appropriate passive radar config ini for the Heimdall DAQ. (
### Remote operation
+*UNTESTED*
+
1. Start the DAQ Subsystem either remotely. (Make sure that the *daq_chain_config.ini* contains the proper configuration)
(See:https://github.com/krakenrf/heimdall_daq_fw/Documentation)
2. Set the IP address of the DAQ Subsystem in the settings.json, *default_ip* field.
@@ -79,4 +81,4 @@ Make sure to set an appropriate passive radar config ini for the Heimdall DAQ. (
4. To stop the server and the DSP processing chain run the following script:
`./kill.sh`
-<p1> After starting the script a web based server opens at port number 8051, which then can be accessed by typing "KRAKEN_IP:8080/" in the address bar of any web browser. You can find the IP address of the KrakenSDR Pi4 wither via your routers WiFi management page, or by typing "ip addr" into the terminal. You can also use the hostname of the Pi4 in place of the IP address, but this only works on local networks, and not the internet, or mobile hotspot networks. </p1>
+<p1> After starting the script a web based server opens at port number 8088, which then can be accessed by typing "KRAKEN_IP:8080/" in the address bar of any web browser. You can find the IP address of the KrakenSDR Pi4 wither via your routers WiFi management page, or by typing "ip addr" into the terminal. You can also use the hostname of the Pi4 in place of the IP address, but this only works on local networks, and not the internet, or mobile hotspot networks. </p1>