Author Topic: WebInterface for Octagon SF10x8 V1  (Read 1214 times)

0 Members and 1 Guest are viewing this topic.

Offline ary_thea

  • Full Member
  • ***
  • Posts: 177
WebInterface for Octagon SF10x8 V1
« on: July 25, 2010, 07:54:06 AM »
WebInterface for Octagon SF10x8 V1 by dancefan
(Up to firmware V10826)


This is my version of a web interface for the Octagon receiver.
As inspiration, I had the web interface from the AAF Forum.
The design matches OnSreen display of the receiver.
I have confined myself to such functionalities which could interfere with the operation of the TV during family via OSD ;-)
The interface is easily expandable with additional pages.
For the operation of EMU need a firmware to V10826 to be installed, since the plugin interface is needed.
(/ Var / www / cgi-bin / FortisWebIo, / var / bin / OsdCapture)

Problems:
Since there is no session management, several web meetings interfere with each other.
This may particularly affect the File Manager evil. It could be handled wrong files :-(

So far there are:
A simple manager for the photos / media files.
Copy, Move, Rename, Delete. Directory create / delete.

The plugin menu
Start / Stop, Auto Start Start / Stop the installed plugin's

An EPG display, faulty, because the plugin API is still buggy.
The new plug-in API 1.01 works well only from V10831.
Since there is no way to read the favorite name,
I have provided an opportunity to set the name yourself.
For this, the file / var / www / cgi / bin Favoriten.txt be created.
Example (Unix text format):
-1, All Programs
250, (favorite name)
251 ...

The numbers of the favorites to start from 250 Then simply count up
and enter their own names.

A remote control the box - toy :-) (is required OsdCapture)
Remote + OSD (Note slow)


What could occur even if it basically any future API
Timer list.
Timer set / delete / edit.
Mount management
...

The main menu created automatically. This requires that the script names of the pages comply with the following syntax:
xx.Name.page

xx = position in the navigation bar
Name = display name in the navigation bar

The extension [. Page] for the detection of the script.

A page script has the following structure:
# / Bin / bash
/ Var / www / cgi-bin / startpage.sh
# Side Navigation
echo "
  • ...
    ...
    cat. / content start
    echo "xx.Name.page"> / tmp / webio.page
    ...
    cat. / footer


    Examples, see pages included:
    Home Page:
    home.sh
    reboot.sh

    File Manager:
    20.Aufnahmen.page
    fileman_do.sh

    Plugin page:
    30.Plugin.page
    plugin_do.sh

    EPG:
    40.EPG.page

    OSD:
    99.OSD.page
    remote_control

  • Offline labud

    • Administrator
    • Hero Member
    • *****
    • Posts: 9026
    Re: WebInterface for Octagon SF10x8 V1
    « Reply #1 on: September 08, 2010, 04:01:35 AM »
    WebInterface for Octagon SF10x8 HD

    07.09.10


    Code: You are not allowed to view links. Register or Login
    Here is the latest version of the Web interface.
    The interface is based on the API plug-in version V1.02 -> Firmware V10837

    The web interface can be used with EPGScan rely on the stored EPG data.
    The use of timers from the EPG display is possible. Also geibt a timer page.

    Editing Timer entries is not possible. For this, the API yet to be developed.


    Greeting
    dancefan
    -----------------------------------------------








    UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
    INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
    PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!

    Offline labud

    • Administrator
    • Hero Member
    • *****
    • Posts: 9026
    Re: WebInterface for Octagon SF10x8 HD
    « Reply #2 on: October 13, 2010, 01:42:50 AM »
    Hier ist nun Version 4 des Web Interface.
    Es benötigt die Firmware Version V10844

    Neuerungen:
    V4 12.10.2010
    - Timer setzen und bearbeiten möglich
    - Logfile kann über /var/EpgScan.cfg ein- und ausgeschaltet werden.
    - Basiert auf PlugIn API 1.04 und funktioniert ab Firmware V10844

    - Texte aus dem binary über /var/EpgScan.cfg lokalisierbar.
    - Das binary schreibt jetzt ein logfile. Der Pfad ist im cfg File einstellbar.
    - Sommerzeit über CFG File (bis die API das kann)
    - Verzeichnis für EPG Daten wird automatisch erzeugt

    Das ZipFile beinhaltet auch das aktuelle OSDCapture für die OSD Seite.

    Viel Spass
    dancefan
    -----------------------------------------------








    UNAUTHORIZED DECODING OF ENCRYPTED SIGNALS FROM EITHER DOMESTIC OR FOREIGN PROVIDERS IS AGAINST THE LAW !!!
    INFORMATION CONTAINED IN MY POSTS ["C/P FROM ANOTHER SITE"] ARE FOR LEARNING AND EDUCATIONAL PURPOSES ONLY !!!
    PLEASE, DO NOT SEND ME PRIVATE MESSAGES WITH TECHNICAL QUESTIONS, USE FORUM FOR IT !!!