added "hex" command, added "--enablehex" commandline option (disabled by default), limit "write -h" to known messages only

This commit is contained in:
john30
2016-04-24 11:16:42 +02:00
parent be4bbaaf67
commit 546641d770
4 changed files with 99 additions and 33 deletions
+1
View File
@@ -48,6 +48,7 @@ struct options
bool generateSyn; //!< enable AUTO-SYN symbol generation
bool foreground; //!< run in foreground
bool enableHex; //!< enable hex command
const char* pidFile; //!< PID file name [/var/run/ebusd.pid]
uint16_t port; //!< port to listen for command line connections [8888]
bool localOnly; //!< listen on 127.0.0.1 interface only