LwSHELL is lightweight, platform independent, command line shell for embedded systems. It targets communication with embedded systems from remote terminal to quickly send commands and xto retrieve data from the device.
Read first: Documentation
- Lightweight commands shell for embedded systems
- Platform independent and very easy to port
- Development of library under Win32 platform
- Written in C language (C99)
- No dynamic allocation, maximum number of commands assigned at compile time
- Highly configurable
- Simple help-text with
cmd -h
option - User friendly MIT license
Fresh contributions are always welcome. Simple instructions to proceed::
- Fork Github repository
- Respect C style & coding rules used by the library
- Create a pull request to develop branch with new features or bug fixes
Alternatively you may:
- Report a bug
- Ask for a feature request