Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
2
commits
Merge pull request #3 from nasa-itc/124-compiler-errors
57fa081View on GitHubhttps://github.com/nasa/nos3/issues/124 - Fix -Wextra errors.
dc6ffe4View on GitHubhttps://github.com/nasa/nos3/issues/124 - Fix -Werror / -Wall errors.
a4da5a8View on GitHubMerge pull request #1 from nasa-itc/150-simterm-udp-interface
727b9a1View on GitHubMerge pull request #2 from nasa-itc/149-simterm-protocol-configuration
4d80e1aView on GitHubhttps://github.com/nasa/nos3/issues/149 - Fix initialization of bus_type.
88fe278View on GitHubhttps://github.com/nasa/nos3/issues/150 - Make UDP more robust. Make input parsing more robust by tokenizing. Trim and upper case strings where appropriate. Fix prompt to include active connection name in short prompt.
eff6621View on GitHubhttps://github.com/nasa/nos3/issues/150 - Overwrite the newline with the null terminator.
6fd71cdView on GitHubhttps://github.com/nasa/nos3/issues/150 - Separate handle_input and handle_udp so that only one is used at a time in the executable/thread/library.
473adcaView on GitHubhttps://github.com/nasa/nos3/issues/150 - Begin adding in handle_udp() functionality. Partly working but not all working yet. Need port to be configurable via config file; handle commands with no returned string; decide if/how to have terminal and UDP interface have different settings.
b1b200dView on GitHubhttps://github.com/nasa/nos3/issues/150 - Change process_command to return a string of what it used to print to cout. If the returned string is "QUIT", terminate the sim terminal application.
f02d390View on GitHubhttps://github.com/nasa/nos3/issues/150 - Reorder code more logically. Add NONE prompt type.
7af99c8View on GitHubMerge branch '123-simterminal-multiple-nos-engine-support' into dev
e7feaf7View on GitHub[nasa/nos3#123] Reduced terminal command prompt size and added current connection name;
a74ae6bView on GitHub