From bc3d90a9745cc680a174c8b447b102c44314e74e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 25 Jan 2024 02:30:45 +0100 Subject: [PATCH] start a basic documentation (#1) --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2cc83..99e3a3a 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +/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. +