Re: simple CLI architecture
- From: Scott Moore <samiamsansspam@xxxxxxx>
- Date: Fri, 03 Jun 2005 11:52:04 -0700
Roman Mashak wrote:
> Hello, All!
>
> I'm trying to implement simple Command Line Interface (CLI) for our
> design based on linux. I will use GCC as compiler. I don't need some special
> features (like command line editing, commands history etc.) by now, just
> simple and basic functionality:
> 1) enter command
> 2) parse command line
> 3) execute code related to command
>
> Seems to be simple but I don't have any idea right now, that's why I ask for
> you to help me out :)
>
> With best regards, Roman Mashak. E-mail: mrv@xxxxxxxx
>
>
Do yourself and all your users a big favor. Use a predefined CLI
package. My favorite is embedded TCL.
This way, your CLI is up in a week, has full scripting and control language,
and has an off the shelf users manual.
.
- Follow-Ups:
- Re: simple CLI architecture
- From: Roman Mashak
- Re: simple CLI architecture
- References:
- simple CLI architecture
- From: Roman Mashak
- simple CLI architecture
- Prev by Date: Re: re:Omnivision OV7640 SCCB (I2C?) bus problem
- Next by Date: Re: Regarding interrupt sharing architectures!
- Previous by thread: Re: simple CLI architecture
- Next by thread: Re: simple CLI architecture
- Index(es):
Relevant Pages
|