Skip to content

Commit

Permalink
start a basic documentation (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Jan 25, 2024
1 parent 5d2c061 commit bc3d90a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,24 @@

This HTTP server runs on the Rødecaster Duo. It makes the Rødecaster features available over HTTP.

Right now, only the buttons can be pressed.
Right now, only the buttons can be pressed.

# Compiling

Type `make`.

# Installation

1. Connect the Rødecaster to Wi-Fi or cabled LAN.
2. Find out the IP address of the Rødecaster by tapping ⚙ -> System -> Network -> Advanced on the screen.
3. Run:
```sh
<rc2http ssh [email protected] \
'cat>/tmp/rc2http;chmod a+x /tmp/rc2http;/tmp/rc2http --install-service;/etc/init.d/rc2http start'
```

replacing `192.168.x.y` with your IP address from step 2.
The password is `Yojcakhev90` .

4. To use the server, go to `http://192.168.x.y` in your web browser , again replacing `192.168.x.y` with your Rødecaster's IP address.

0 comments on commit bc3d90a

Please sign in to comment.