|
From: Enrico M. <enr...@fa...> - 2002-02-13 12:13:32
|
hi Guys
here I'm, back on track. The good news is that sourceforge approved
my project: Embedded Shell. A few words about it:
I went through the code of TinyTcl (an embedded version of Tcl)
developed by the University of California and others, extracted
only the commands interpreter and made it OS, malloc, free and
file system calls independent. The RAM footprint is really small
and I compiled it under VC++6.0. One can add as many commands as
she/he wants. Each command, when called, receives:
(argc, argv[])
The shell can be used for example in conjuction with ucip for
remote control of embedded applications: a remote shell on a TCP port.
The Files will be on line next week.
The API's documentation will re-start soon.
regards,
Enrico
|