phihag / rc2http

Rødecaster Duo HTTP server

Repository from Github https://github.comphihag/rc2httpRepository from Github https://github.comphihag/rc2http

HTTP Server for Rødecaster Duo

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.

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:
<rc2http ssh root@192.168.x.y \
  '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 .

  1. 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.

About

Rødecaster Duo HTTP server


Languages

Language:Go 67.1%Language:JavaScript 17.8%Language:HTML 7.1%Language:Shell 5.7%Language:Makefile 2.3%