Wednesday, December 18, 2013

           TUI(Textual User interface) using N-Curses


Ncurses: A brief introduction

Ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing "GUI-like" application software that runs under a terminal emulator. It also optimizes screen changes, in order to reduce the latency experienced when using remote shells

So with the help of Ncurses we can build Textual user interface based applications that can be used on any Linux based systems with limited amount of processing power.

I think there is no requirement to tell difference between a TYI and a GUI, but for reference have a look at the images below.

A Sample GUI screen
A sample TUI
So with this its quite clear that what is the basic difference between a GUI and TUI

Now basically there are many Libraries for making TUI that can be embedded with in a small embedded system with limited resource and high amount of priority based task seeking for more RAM for their processing, in that scenario TUI can be a preferable option.

Ncurses can be used with C or C++ or even with python(other programming variables are also supported, have a look at this link for more info in this regards)

I prefer to use C as C is the most basic language that any body not belonging to software field can learn and use(for mid level expert software's).Myself belonging to Electronics domain and that too my experience till now was in Embedded field,so i prefer to use C as a programming language for using Ncurses.

I got a chance to work on Ncurses in Thinvent Technologies Pvt limited.Project was to build a TUI menu for Railways Dumb terminals and thinclients. Generally TUI was build with the help of bash scripts which were vulnerable for reverse engineering easily and that's why instead of porting a script in thincliens, we thought to port a C binary.

I am sharing links for the tutorials which i used to learn Ncurses with C and build up a demo App for Thinvent. Though it was never used, but i had a good experience in learning Ncurses and getting in depth linux based systems.I will soon update github repo with respect to the code and will further keep on working for the same.

iv)   And one whose help i took to build up the Demo app as show below
       http://www.linuxfocus.org/English/March2002/article233.shtml


I will further update the article with more information and further development.

Wednesday, July 6, 2011

JAVA and SOFTAWRE development by MNC expert.

So what we are going to do under this module of 2 days module is that we are making you aware of JAVA basics and software development along with real time implementation of these technologies,so that you can be aware of the latest technologies existing in the industry.
In java first day you will be taught about java basics and than its implication in developing android apps in real time.
Software development (also known as application developmentsoftware designdesigning softwaresoftware application development,enterprise application development, or platform development) is the development of a software product. The term "software development" may be used to refer to the activity of computer programming, which is the process of writing and maintaining the source code, but in a broader sense of the term it includes all that is involved between the conception of the desired software through to the final manifestation of the software, ideally in a planned and structured process. Therefore, software development may include research, new development, prototyping, modification, reuse, re-engineering, maintenance, or any other activities that result in software products.
In Software development you will taught the basics of developments ,life cycle ,ex and much more.it depend on you how much you can grasp.