stefan
|
0de0350940
moved transport layer functions out of the shellmatta module
|
2 years ago |
stefan
|
afd0d44aac
changed naming convention of transport layer
|
2 years ago |
stefan
|
bcf2d283c6
added a helper macro for the write method to switch between transport layer and manual mode
|
2 years ago |
stefan
|
be8b0bffed
integrating transport layer instance into shellmatta instance
|
2 years ago |
stefan
|
f1e729037e
fix endianess of transport write
|
2 years ago |
stefan
|
ba03ac9b38
brutally fixing tests
|
2 years ago |
Fischer, Simon
|
bdbff61e38
fix error caused by incorrect implicit casting
|
3 years ago |
Fischer, Simon
|
1449371f88
currently at least mostly stable working
|
3 years ago |
Fischer, Simon
|
c3d2f94190
send answer to transport layer protocol by switching the write function to transport layer protocol
|
3 years ago |
Fischer, Simon
|
77cd5dae7a
added crc verification to transport layer
|
3 years ago |
Fischer, Simon
|
714785561b
basic transport layer working
|
3 years ago |
Fischer, Simon
|
6d7f31cba6
handle transport layer header instead of processing as input
|
3 years ago |
prozessorkern
|
eb524436ce
improved style and fixed some cppcheck findings
|
3 years ago |
prozessorkern
|
e6b45952b3
added tests for shellmatta_history and improved documentation
|
3 years ago |
prozessorkern
|
ac6ffb9602
fixed findings from static analysis
|
4 years ago |
prozessorkern
|
c74e37b846
fix #47 now calling a continued command even without new input data
|
4 years ago |
S.Hentges
|
0fa2e5d1f8
Fix bug in shellmatta.c
|
4 years ago |
prozessorkern
|
6c76dfc7ae
fixed comments to get rid of doxygen warnings
|
4 years ago |
prozessorkern
|
d7962a54dc
added busy mode and test
|
4 years ago |
prozessorkern
|
3b99ad2a56
fix #43 added a config interface to change the newline character expected
|
4 years ago |
prozessorkern
|
c2e4324236
bugfix - now stdin returns 0 if the heredoc body is empty
|
4 years ago |
prozessorkern
|
5e84f1b022
added continuous mode support fix #3
|
4 years ago |
prozessorkern
|
17bb88d292
changed heredoc to exchange data via a stdin like interface with a read function fix #39
|
4 years ago |
prozessorkern
|
5a00f22e31
added the help command variable to the instance structure to get independant commands for each instance fix #42
|
4 years ago |
prozessorkern
|
ecc43307af
added first working option parser for short options
|
4 years ago |
prozessorkern
|
2921f9791b
fix #15 added an api to control mode and echo + fixed the implementation and added tests
|
4 years ago |
prozessorkern
|
bf1d91eca7
close #14 - added a resetShell api function + fixed some problems
|
4 years ago |
prozessorkern
|
4f7fbff2e8
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
|
4 years ago |
prozessorkern
|
d2617a4f86
close #31 - made all command parameter except the command name optional + added and fixed tests
|
4 years ago |
prozessorkern
|
c04accdb55
close #30 added overwritable help command parameter and fixed some compiler issues (some of them only appeared when compiling with optimization)
|
4 years ago |