Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include some functions to get messages from a interface #6

Open
guyikcgg opened this issue May 1, 2016 · 0 comments
Open

Include some functions to get messages from a interface #6

guyikcgg opened this issue May 1, 2016 · 0 comments

Comments

@guyikcgg
Copy link
Owner

guyikcgg commented May 1, 2016

task-based VS interrupt-based

This functions should get data from a shared interface (such as UART or TCP/IP connection), giving back the whole text for the command + arguments in a buffer.
If some pre-defined particular data is received (such as Ctrl+C), these functions should interact with commands, requesting them to stop.

Then, there will be other functions to recognize the commands and launch the corresponding functions.
Commands should react to signals from the shell (such as Ctrl+C).

@guyikcgg guyikcgg added this to the v1 milestone Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant