Changeset 26485


Ignore:
Timestamp:
02/26/14 16:15:52 (9 years ago)
Author:
channel
Message:

[WIKI] edit Architecture-Programming-en

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wiki/pages/Architecture-Programming-en

    r26484 r26485  
    11----
    2 '''5 Archeture - programming contents''' [=#point105] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])
     2'''5 Architecture - programming contents''' [=#point105] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])
    33----
    44[[br]]
     
    66TitanNit is currently coded by a group of talented developers from the AAF digital Forums and is released for several different Receiver models and brands/reseller models.
    77
    8 This section explains the archeture and programming imformation that titannit is engineered on and information of the dev team and its helpers in the present and in the past.
     8This section explains the architecture and programming information that titannit is engineered on and information of the dev team and its helpers in the present and in the past.
    99
    1010Please select an item below for more information.
    1111
    12  * ([#point105.10 Acrheture])
     12 * ([#point105.10 architecture])
    1313 * ([#point105.20 Programming language])
    1414 * ([#point105.30 Source control])
     
    1616
    1717----
    18 '''5.1 Archeture''' [=#point105.10] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])
     18'''5.1 Architecture''' [=#point105.10] ([wiki:Wiki-en#point0.2 Contents]) ([WikiStart#point0 Main page])
    1919----
    2020[[br]]
    2121
    2222
    23 Currently the only supported architecture is the Super-H (sh4), The chipset is a biendian 32bit RISC chipset originally developed for multimedia devices, gaming consoles and set top boxes and was used in the Sega's Dreamcast.
     23Currently the only supported architecture is the Super-H (sh4), the chipset is a biendian 32bit RISC chipset originally developed for multimedia devices, gaming consoles and set top boxes and was used in the Sega's Dreamcast.
    2424it has prooved popular because of its low cost and high proformance and has found use in many low power embedded devices because of it low power consumption.
    2525
     
    3030TitanNit is Team AAF's sucessor to the AAF enigma 2 based firmware, aaf enigma is not currently developed and support has ended to futher develop TitanNit we reccomend that if current AAF Enigma users update to TitanNit for future support.
    3131
    32 Note: There is a possibility that development may spread to other Receiver models and other architectures such as the Proadcom MIPS acrheture.  Future development to support more Receivers is at the mercy of the developers and also the Hardware manufacturers.
     32Note: There is a possibility that development may spread to other Receiver models and other architectures such as the Proadcom MIPS architecture.  Future development to support more Receivers is at the mercy of the developers and also the Hardware manufacturers.
    3333
    3434[[br]]
     
    4343
    4444In other DBox derived products such as the dream box and VU+ they have opted for a python layer to operate on top of the operating system.
    45 python is a higher level scripting language used to define and setup elements in the gui and for an intrim language between the OS that is easlly programmable.
    46 This was done so that so that users can easilly develop and minipulate the system and intergrate plugins skins etc... into the system but this has a proformance hit on these system and can cause them to become slow and laggy and bloated but has the benifit of being easy for the community to develop for with out knowing much about the underlying system.
     45Python is a higher level scripting language used to define and setup elements in the gui and for an intrim language between the OS that is easily programmable.
     46This was done so that users can easily develop and manipulate the system and integrate plugins skins etc... into the system but this has a performance hit on these system and can cause them to become slow and laggy and bloated but has the benifit of being easy for the community to develop for with out knowing much about the underlying system.
    4747
    48 TitanNit adresses these key conserns and has developed as much as possible br programming in C to increase the proformance of the system but still alowing ease of intergration of plugins and skins using basic scripts.
     48TitanNit adresses these key conserns and has developed as much as possible br programming in C to increase the performance of the system but still alowing ease of intergration of plugins and skins using basic scripts.
    4949
    5050[[br]]
     
    7171
    7272The TitanNit project is proudly produced by the AAF Dev team and other loyal members and helpers.
    73 development is importand aswell as the work they do to help out with such things as skin's, channel logo's and setups, translations, supplemental programs and tools, and plugins and this is a place for them to be recgonised.
     73development is important aswell as the work they do to help out with such things as skin's, channel logo's and setups, translations, supplemental programs and tools, and plugins and this is a place for them to be recognized.
    7474
    7575''Note: currently this section is blank as i will leave it up to the developers and other loyal team members to place their mark''
     
    103103'''Team Thanks'''
    104104
    105  We would like to thank Atemio / Atevio that has helped fund the TitanNit project and hasshowed interst in this project from its beginnings until now.
     105 We would like to thank Atemio / Atevio who helped to fund the TitanNit project and has showed interst in this project from its beginnings until now.
    106106
    107107 *
Note: See TracChangeset for help on using the changeset viewer.