diff --git a/README.md b/README.md index ee44da7..71f5678 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ unless you are developer you can use the develop-Branch - may be unstable! - Logfiles for better troubleshooting - verbose/quiet mode for more/none information - Ready for use BOSWatch as daemon +- possibility to start plugins asynchron +- NMA Error Handler ##### Features for the future: - more plugins @@ -43,6 +45,7 @@ If you want to code your own Plugin, see Section `Code your own Plugin` at the e |BosMon|send data to BosMon server|:white_check_mark:|:white_check_mark:|:white_check_mark:| |firEmergency|send data to firEmergency server|:x:|:white_check_mark:|:white_check_mark:| |jsonSocket|send data as jsonString to a socket server|:white_check_mark:|:white_check_mark:|:white_check_mark:| +|NMA|send data to Notify my Android|:white_check_mark:|:white_check_mark:|:white_check_mark:| - for more Information to the plugins see `config.ini` @@ -80,7 +83,7 @@ only POCSAG to MySQL with the text "ALARM:" in the message `pocTest = POC;msg;MySQL;*;ALARM:` ##### Web frontend (obsolete) -New version in future - old data in folder `/www/` +old data in folder `/exampeAddOns/simpleWeb/` ~~Put the files in folder /wwww/ into your local webserver folder (f.e. /var/www/). Now you must edit the "config.php" with your userdata to your local database. diff --git a/plugins/MySQL/boswatch.sql b/plugins/MySQL/boswatch.sql index edecfcd..955b1b7 100644 --- a/plugins/MySQL/boswatch.sql +++ b/plugins/MySQL/boswatch.sql @@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` ( `bitrate` int(4), `msg` text, `description` text, - PRIMARY KEY `ID` (`ID`) + PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- @@ -75,4 +75,4 @@ CREATE TABLE IF NOT EXISTS `bos_zvei` ( /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; \ No newline at end of file +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/plugins/README.md b/plugins/README.md index 1066ff7..073a2b3 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -140,6 +140,10 @@ defined wildcards: - `%DATE%` = Date (by script) - `%DESCR%` = Description from csv-file +- `%BR%` = new line +- `%LPAR%` = "(" +- `%RPAR%` = ")" + **FMS:** - `%FMS%` = FMS Code - `%STATUS%` = FMS Status @@ -191,4 +195,4 @@ In the data map are the folowing informations: - msg - bitrate - description -- timestamp \ No newline at end of file +- timestamp