Commit Graph

  • 6cd092da37 solution using zmq PUB/SUB, working locally Arthur Lu 2021-10-15 06:12:50 +00:00
  • 8540642bef works locally again Arthur Lu 2021-10-14 23:30:15 +00:00
  • 5d0fbc06c6 possible fix: UDP broadcast, not connecing from outside LAN Arthur Lu 2021-10-14 22:52:15 +00:00
  • a4a13c7cb5 set return value for profile option Arthur Lu 2021-10-14 19:45:28 +00:00
  • 26d9d962c0 added close_all when exiting due to error Arthur Lu 2021-10-13 22:32:42 +00:00
  • e20a212bd9 changes to stop() error reporting Arthur Lu 2021-10-13 19:11:27 +00:00
  • 1151541976 fixed key error in loop delay logic, improved error logging to include stack trace Arthur Lu 2021-10-12 22:16:34 +00:00
  • 6f28e507a1 fixed errorlog path Arthur Lu 2021-10-12 21:42:09 +00:00
  • 1e6bc1926a fixed minor push_pit bug Arthur Lu 2021-10-11 02:59:49 +00:00
  • d89f997117 fixed sample config.json Arthur Lu 2021-10-11 02:56:24 +00:00
  • 31423d04d8 Merge pull request #17 from titanscouting/event-listener Arthur Lu 2021-10-10 19:52:53 -07:00
  • 44e9711b2d Merge branch 'superscript-v1' into event-listener Arthur Lu 2021-10-10 19:52:47 -07:00
  • f24d5163d7 Merge pull request #16 from titanscouting/database-config Arthur Lu 2021-10-10 19:49:19 -07:00
  • 06630b0dd4 Merge pull request #15 from titanscouting/automate-build Arthur Lu 2021-10-10 19:47:48 -07:00
  • 32ae4fd636 implemented event delay with dummy listener, event delay listener in data.py unimplemented Arthur Lu 2021-10-10 06:15:22 +00:00
  • 96ebb82085 added opotion to pull config from database, major code refactor Arthur Lu 2021-09-23 07:10:01 +00:00
  • 09b8cca884 Merge pull request #13 from titanscouting/superscript-v1 Arthur Lu 2021-09-22 20:29:02 -07:00
  • fb1033e92c Merge branch 'databse-config' into superscript-v1 Arthur Lu 2021-09-22 20:28:55 -07:00
  • 16882a0a75 added debug option to usage description, set generic error code to 1 Arthur Lu 2021-09-21 23:36:13 +00:00
  • 2b8ecc5bee added databse config getter/setter to data.py, fixed args for data.py functions Arthur Lu 2021-09-21 05:14:54 +00:00
  • 8112effbce added debug option, improved memory usage slightly, changed errorlog.txt to errorlog.log, updated .gitignore Arthur Lu 2021-09-21 04:43:32 +00:00
  • 56d3a0adcd added event and time delay options (event delay unimplemented) Arthur Lu 2021-08-27 23:39:48 +00:00
  • 95e820627f fixed badge url v0.0.0 Arthur Lu 2021-08-26 18:20:11 -07:00
  • d56411253c fixed badge url Arthur Lu 2021-08-26 18:20:11 -07:00
  • da4795a345 Update release badge Arthur Lu 2021-08-26 18:11:25 -07:00
  • c415225afe Update release badge Arthur Lu 2021-08-26 18:11:25 -07:00
  • 2444963af9 changed asset upload name removed create criteria, must be publish Arthur Lu 2021-08-26 23:19:53 +00:00
  • 8000a7314d add release asset automaticallt Arthur Lu 2021-08-26 23:14:09 +00:00
  • 3e212e4502 fixed typo Arthur Lu 2021-08-26 22:57:15 +00:00
  • 66e00987c4 fixed path Arthur Lu 2021-08-26 22:53:21 +00:00
  • 2f90e7d11a added prerequisite and build steps Arthur Lu 2021-08-26 22:48:48 +00:00
  • f0ef4fea5d Merge pull request #12 from titanscouting/superscript-v1 Arthur Lu 2021-08-26 15:45:24 -07:00
  • 9be9008ae1 fixed and properly named build action Arthur Lu 2021-08-26 22:26:29 +00:00
  • 097fd2836b reorganized imports in superscript Arthur Lu 2021-08-22 05:35:04 +00:00
  • 052788afb9 fixed verbose/profile output options Arthur Lu 2021-08-19 20:58:35 +00:00
  • e4eb824f51 Merge pull request #11 from titanscouting/daemonize-superscript Arthur Lu 2021-08-18 17:36:55 -07:00
  • 11d3db4b44 added profile option to superscript Arthur Lu 2021-08-19 00:34:42 +00:00
  • 76f78047b3 unified main_lin, main_win functions Arthur Lu 2021-08-18 22:35:42 +00:00
  • 20f2040a1a changed websocket bind address to 0.0.0.0 Arthur Lu 2021-08-18 05:58:21 +00:00
  • ffead9e240 fixed daemon no start issue Arthur Lu 2021-08-18 05:13:25 +00:00
  • 0287b5c0e2 temporary workaround for missing ssl cert Arthur Lu 2021-08-18 03:26:47 +00:00
  • b6a1dfedb9 not working Arthur Lu 2021-08-18 03:04:01 +00:00
  • cafb773d8b replaced profile to verbose option Arthur Lu 2021-08-18 00:43:00 +00:00
  • 871b313d95 fixed linux only import in windows exec Arthur Lu 2021-08-17 14:17:40 -07:00
  • bcbb653696 daemonized, socketed superscript improved runtime removed superscript-socket.py Arthur Lu 2021-08-17 21:02:08 +00:00
  • b4c7365bf0 added *.pid files to git ignore Arthur Lu 2021-08-13 23:32:59 +00:00
  • c2f35f4cb2 superscript v 0.9.2 Arthur Lu 2021-08-13 21:57:03 +00:00
  • 2ebd2cba8a removed socket/daemon test scripts Arthur Lu 2021-08-12 22:26:37 +00:00
  • 6819aaf143 consolidated dataset/data imports Arthur Lu 2021-08-12 21:58:41 +00:00
  • b3ab9156db consolidated datraset.py into datas.py removed unessasary time import in data.py added missing import to processing.py Arthur Lu 2021-08-12 21:53:03 +00:00
  • 30641e43d8 fixed delay in daemon stopping Arthur Lu 2021-08-11 23:37:57 +00:00
  • 3a068654ed added start/stop/restart argument functionality slightly buggy Arthur Lu 2021-08-11 23:26:52 +00:00
  • 962061007b removed time-test Arthur Lu 2021-08-11 22:54:24 +00:00
  • 91f34a8d74 daemonized superscript socket example added python-daemon to requirements.txt Arthur Lu 2021-08-11 22:28:24 +00:00
  • 19bca6967c added websockets to requirements.txt Arthur Lu 2021-08-11 18:21:34 +00:00
  • fb2ea60fea started socketing superscript statuses Arthur Lu 2021-08-11 18:10:04 +00:00
  • 5d95913467 removed duplicate requirements Arthur Lu 2021-08-11 00:33:06 +00:00
  • 7e800c9004 added Pool.join to allow threads to exit safely added keyboard interrupt signal ignore in threads Arthur Lu 2021-07-16 06:12:26 +00:00
  • 3c7262498c superscript v 0.9.1 Arthur Lu 2021-06-13 00:49:04 +00:00
  • 4c65e88903 finished refactor Arthur Lu 2021-06-12 23:57:16 +00:00
  • b3c26ce2cf renamed cli_interface.py to interface.py Arthur Lu 2021-06-12 07:16:11 +00:00
  • 089ff7ec01 separated gui and cli dev files began refactoring superscript in cli application Arthur Lu 2021-06-12 07:09:26 +00:00
  • d684813ee0 Merge pull request #10 from titanscouting/automate-build Arthur Lu 2021-06-09 14:58:21 -07:00
  • b561c51d21 Merge pull request #10 from titanscouting/automate-build Arthur Lu 2021-06-09 14:58:21 -07:00
  • 26079f3180 fixed pathing for build-CLI.* added temp directory to gitignore Arthur Lu 2021-04-27 07:26:14 +00:00
  • 40191aa6b5 fixed pathing for build-CLI.* added temp directory to gitignore Arthur Lu 2021-04-27 07:26:14 +00:00
  • 99e722c400 removed ThreadPoolExecutor import Arthur Lu 2021-04-25 06:05:33 +00:00
  • 6c385b5bd3 removed ThreadPoolExecutor import Arthur Lu 2021-04-25 06:05:33 +00:00
  • f5a0e0fe8c added sample build-cli workflow Arthur Lu 2021-04-25 03:51:01 +00:00
  • 727398d32f added sample build-cli workflow Arthur Lu 2021-04-25 03:51:01 +00:00
  • 28e423942f added .gitattributes Arthur Lu 2021-04-15 19:41:10 +00:00
  • d16ef53457 added .gitattributes Arthur Lu 2021-04-15 19:41:10 +00:00
  • 8977f8c277 added compiled binaries with no file endings to gitignore Arthur Lu 2021-04-13 04:05:46 +00:00
  • a367e7254b added compiled binaries with no file endings to gitignore Arthur Lu 2021-04-13 04:05:46 +00:00
  • 2b0f718aa5 removed compiled binaries added compiled binaries in /dist/ to gitignore Arthur Lu 2021-04-13 04:03:07 +00:00
  • 78f737d45f removed compiled binaries added compiled binaries in /dist/ to gitignore Arthur Lu 2021-04-13 04:03:07 +00:00
  • 30469a3211 removed matplotlib import removed plotting pit analysis fixed warning supression for win exe superscript v 0.8.6 Arthur Lu 2021-04-12 15:13:54 -07:00
  • 651ae0c2db removed matplotlib import removed plotting pit analysis fixed warning supression for win exe superscript v 0.8.6 Arthur Lu 2021-04-12 15:13:54 -07:00
  • 391d4e1996 created batch script for windows compilation Arthur Lu 2021-04-12 14:39:00 -07:00
  • 2619f9a729 created batch script for windows compilation Arthur Lu 2021-04-12 14:39:00 -07:00
  • 224f64e8b7 better fix for devcontainer.json Arthur Lu 2021-04-12 06:30:21 +00:00
  • 08292d5dc8 better fix for devcontainer.json Arthur Lu 2021-04-12 06:30:21 +00:00
  • aa7d7ca927 quick patch for devcontainer.json Arthur Lu 2021-04-12 06:27:50 +00:00
  • 75dde2171c quick patch for devcontainer.json Arthur Lu 2021-04-12 06:27:50 +00:00
  • d10c16d483 superscript v 0.8.5 Arthur Lu 2021-04-10 06:08:18 +00:00
  • 014570930a superscript v 0.8.5 Arthur Lu 2021-04-10 06:08:18 +00:00
  • f211d00f2d superscript v 0.8.4 Arthur Lu 2021-04-09 23:45:16 +00:00
  • 7abfb2d90a superscript v 0.8.4 Arthur Lu 2021-04-09 23:45:16 +00:00
  • 69c707689b superscript v 0.8.3 Arthur Lu 2021-04-03 20:47:45 +00:00
  • 8f79be68d4 superscript v 0.8.3 Arthur Lu 2021-04-03 20:47:45 +00:00
  • d2f9c802b3 built and verified threading fixes Arthur Lu 2021-04-02 22:04:06 +00:00
  • 5a454e0e39 built and verified threading fixes Arthur Lu 2021-04-02 22:04:06 +00:00
  • 99e28f5e83 fixed .gitignore added build-CLI script fixed threading in superscript Arthur Lu 2021-04-02 21:58:35 +00:00
  • e6e0351288 fixed .gitignore added build-CLI script fixed threading in superscript Arthur Lu 2021-04-02 21:58:35 +00:00
  • 18dbc174bd deleted config.json changed superscript config lookup to relative path added additional requirements to requirements.txt added build spec file for superscript Arthur Lu 2021-04-02 21:35:05 +00:00
  • 70afd23f2c deleted config.json changed superscript config lookup to relative path added additional requirements to requirements.txt added build spec file for superscript Arthur Lu 2021-04-02 21:35:05 +00:00
  • 79689d69c8 fixed spelling in default config, added config to git ignore Arthur Lu 2021-04-02 01:28:25 +00:00
  • 8ede63ed04 fixed spelling in default config, added config to git ignore Arthur Lu 2021-04-02 01:28:25 +00:00
  • 80c3f1224b Merge pull request #3 from titanscouting/superscript-main Dev Singh 2021-04-01 13:40:29 -05:00
  • 0899d9b099 Merge pull request #3 from titanscouting/superscript-main Dev Singh 2021-04-01 13:40:29 -05:00