Skip to content

Commit bcd69d5

Browse files
committed
Update usage.md
Remove example links (printed to Terminal when running web app). Add info about Network Analyzer app to find RPi IP address.
1 parent caf2bf4 commit bcd69d5

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

docs/software/usage.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,9 @@ You can use any device that is connected to the same network as the Raspberry Pi
5252
(e.g. phone or tablet) to open the web app. If the link based on your hostname
5353
does not work, use the RPi's IP address instead.
5454

55-
- Link option 1 (hostname):
56-
57-
``` text
58-
http://insdet-cam01:5000/
59-
```
60-
61-
- Link option 2 (IP address):
62-
63-
``` text
64-
http://{IP_ADDRESS}:5000/
65-
```
66-
67-
!!! info ""
68-
69-
`insdet-cam01` = hostname. Change it to the hostname that you set during
70-
the RPi OS installation. `5000` = default port used by the web app. Make
71-
sure that your browser does not automatically redirect to `https`.
55+
If the Raspberry Pi is connected to a hotspot from your phone, you can use the
56+
[Network Analyzer](https://play.google.com/store/apps/details?id=net.techet.netanalyzerlite.an&hl=en){target=_blank}
57+
app to find its IP address.
7258

7359
Stop the web app by either using the button in your browser window
7460
or by pressing ++ctrl+c++ in the Terminal.

0 commit comments

Comments
 (0)