Commit Graph

1132 Commits (60af7da99b9931f16e8927b804554ed75dd9f6de)

Author SHA1 Message Date
Moe 8e21f87169 Merge branch 'dev' into 'dev'
Fix long standing issue with incorrect file size calculation

See merge request Shinobi-Systems/Shinobi!165
2020-02-07 19:56:34 +00:00
Moe 37dd81c06b Merge branch 'patch-1' into 'master'
Update freenas.csh, line 15 updated from ehco to echo

See merge request Shinobi-Systems/Shinobi!166
2020-02-07 19:55:22 +00:00
Moe e8e122c6de Update Installer chooser 2020-02-07 11:53:13 -08:00
Moe 831eba89b6 Add Touchless Ubuntu Installer 2020-02-07 11:47:18 -08:00
Svilen Savov d4567e9d03 Update freenas.csh, line 15 updated from ehco to echo 2020-02-01 12:52:56 +00:00
JordanGeoghegan f5f89e6d74 Fix longstanding issue with incorrect file size calculation 2020-01-31 18:30:24 -08:00
Moe c44faa94ad add validation to plugin conf.json modification tool+ 2020-01-29 04:48:33 -08:00
Moe b8543b67aa add a validation to plugin conf.json modification tool 2020-01-29 04:33:59 -08:00
Moe 0e0d82d3ee Add configuration tool for plugin conf.json files
- first parameter of command is the name of the plugin's folder.
- Example of usage : `node tool/modifyConfigurationForPlugin.js tensorflow key=1234asdfg port=8080`
- modifying the key value will auto update the main conf.json
2020-01-29 04:15:51 -08:00
Moe 2f44953188 Fix zombie process created by cameraThread/snapshot.js 2020-01-26 23:14:44 -08:00
Moe 98bb9e3740 Add TensorFlow install README 2020-01-26 21:42:52 -08:00
Jordan Geoghegan 265fb78825 ubuntu.sh : Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness 2020-01-26 03:21:13 +00:00
Jordan Geoghegan 3977d754cc Ubuntu Easy Installer: Use double quote to prevent globbing and word splitting. Use "read -r" for correctness 2020-01-26 03:17:56 +00:00
Jordan Geoghegan 0cb318e5d3 Use double quotes to prevent globbing and word splitting. Use "read -r" for correctness 2020-01-26 03:11:04 +00:00
Jordan Geoghegan bcd3245976 opensuse.sh : use double quotes to prevent globbing and word splitting. use "read -r" 2020-01-26 03:01:53 +00:00
Jordan Geoghegan 093b0a70f7 Use cleaner math for calculating OpenBSD RAM usage 2020-01-26 02:56:01 +00:00
Jordan Geoghegan 3a40478e48 use "read -r" for correctness in macos-part2.sh 2020-01-26 02:38:34 +00:00
Jordan Geoghegan 8b4f677fbf Use "read -r" for correctness 2020-01-26 02:35:49 +00:00
Jordan Geoghegan 817a8de400 Add shebang and use "read -r" for correctness 2020-01-26 02:24:36 +00:00
Jordan Geoghegan 20d7954b39 Add shebang line 2020-01-26 02:16:21 +00:00
Jordan Geoghegan 414f630d1b Add shebang and follow best practices when using "cd" 2020-01-26 02:12:13 +00:00
Jordan Geoghegan 37cd8a69fd Add shebang line and follow best practices when using "cd" 2020-01-26 02:09:52 +00:00
Jordan Geoghegan 966fb4f027 Start Shinobi via cronjob in more logical way 2020-01-25 05:17:58 +00:00
Moe 103c543a0e fix tensorflow INSTALL.sh order of operations 2020-01-23 14:14:23 -08:00
Moe 4f3003d754 Jetson Nano headless script fix network reset 2020-01-23 14:14:06 -08:00
Moe fe2d22a78a Merge branch 'patch-5' into 'dev'
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display...

See merge request Shinobi-Systems/Shinobi!152
2020-01-23 21:53:27 +00:00
Jordan Geoghegan 1f592d38da There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard. Tested on OpenBSD and Alpine Linux 2020-01-23 21:48:20 +00:00
Moe ef9e3af8a3 Merge branch 'patch-3' into 'dev'
There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard.

See merge request Shinobi-Systems/Shinobi!149
2020-01-23 21:39:55 +00:00
Moe 5605e29d69 Merge branch 'patch-5' into 'dev'
Improve Linux CPU usage monitoring. Add support for Busybox based distros....

See merge request Shinobi-Systems/Shinobi!151
2020-01-23 21:38:24 +00:00
Moe 9cb9a72afa add notice for missing database in super user panel 2020-01-21 09:54:18 -08:00
Jordan Geoghegan 5a3bf96845 Improve Linux CPU usage monitoring. Add support for Busybox based distros. Tested on Ubuntu, CentOS and Alpine Linux.
Required as part of ongoing work to officially support Alpine Linux
2020-01-21 08:09:04 +00:00
Jordan Geoghegan 68bc043051 There are 1048576 bytes in a mebibyte, not 1000000. Fixes physical RAM display in dashboard.
Tested on OpenBSD and Alpine Linux
2020-01-21 02:24:46 +00:00
Moe d4f9afbfc9 Merge branch 'dev' into 'master'
Uulong

See merge request Shinobi-Systems/Shinobi!148
2020-01-21 00:39:43 +00:00
Moe 5f0ed0a486 fix zombie process with SIGTERM event 2020-01-20 12:39:17 -08:00
Moe b7f234a086 snapCmd path fix 2020-01-20 12:38:44 -08:00
Moe 84798de9a3 Merge branch 'dev' into 'master'
Baby Gohan

See merge request Shinobi-Systems/Shinobi!147
2020-01-20 16:31:35 +00:00
Moe 2cbf51645b Allow choosing CPU or GPU for TensorFlow plugin
- "tfjsBuild" option can be added to TensorFlow conf.json. Values are "cpu" and "gpu"
+ update TensorFlow plugin installer
+ clean up code a little
2020-01-20 08:30:31 -08:00
Moe 14f81b090e modify reconnection method in pluginBase 2020-01-18 18:36:32 -08:00
Moe 426ce3a663 make use_wallclock_as_timestamps only apply to h264 input by default 2020-01-18 11:48:54 -08:00
Moe e6144ef1c1 make HTTP Event Trigger and DropIn Trigger act for pass off to object detector 2020-01-17 23:20:16 -08:00
Moe 9efa2e3c16 fix Tensorflow bounding box positions
+ cleanup ObjectDetectors lib
2020-01-17 21:45:33 -08:00
Moe ff90c355b3 Update INSTALL.sh for Tensorflow plugin+ 2020-01-17 19:59:46 -08:00
Moe a09a47e762 Update INSTALL.sh for Tensorflow plugin 2020-01-17 19:44:10 -08:00
Moe db6d6f90a3 Merge branch 'alpha' into 'dev'
Add Tensorflow plugin

See merge request Shinobi-Systems/Shinobi!146
2020-01-18 03:18:30 +00:00
Moe c1e2f32e1f Add Tensorflow plugin 2020-01-17 19:16:58 -08:00
Moe 82e7ff43ad Merge branch 'patch-3' into 'dev'
Improve random string generation

See merge request Shinobi-Systems/Shinobi!143
2020-01-17 21:35:41 +00:00
Moe 5fb042afab Merge branch 'patch-4' into 'dev'
Add OpenBSD installer script

See merge request Shinobi-Systems/Shinobi!144
2020-01-17 21:35:16 +00:00
Moe 62b815db33 add gcc and g++ to ubuntu installer 2020-01-15 13:48:19 -08:00
Moe 4a69a1aa8e adjust response headers
- make Access-Control-Allow-Origin : *
- add no-caching headers to streams over http
2020-01-15 13:47:59 -08:00
JeliBeanMachine 8520a4480d add '{{REASON}}' substitution string for webhook 2020-01-15 15:04:01 +00:00