Commit Graph

1088 Commits

Author SHA1 Message Date
Arthur Golubtsov
a32de98d68 docs: Move blender-addon.md to blender-addon/README.md 2019-12-26 03:37:59 +03:00
Arthur Golubtsov
443b5ac2de docs: Update blender-addon article 2019-12-26 03:31:41 +03:00
Arthur Golubtsov
12b9f6650a blender-addon: Update repo and docs links 2019-12-26 03:31:15 +03:00
Arthur Golubtsov
f07804b97d docs: Small fixes to server article 2019-12-26 02:41:17 +03:00
Arthur Golubtsov
bcc7a0cf88 Client: Update client_config according to client's documentation 2019-12-26 02:38:16 +03:00
Arthur Golubtsov
fd763feeed Server: Update GUI 2019-12-26 02:38:16 +03:00
Arthur Golubtsov
a85af14b3a Server: Update emergency dialog 2019-12-26 02:38:16 +03:00
artem30801
9647548ac1 Typo fix and slight additions to server docs 2019-12-25 22:12:21 +03:00
Arthur Golubtsov
2dad557de6 docs: Fix md syntax in server article 2019-12-25 20:37:22 +03:00
Arthur Golubtsov
8f7a6ce9de docs: Add description and installation link to server 2019-12-25 20:10:01 +03:00
Arthur Golubtsov
88f4c1b093 docs: Fix headings in start-tutorial 2019-12-25 20:09:27 +03:00
Arthur Golubtsov
3a1ef14003 docs: Fix links 2019-12-25 19:21:43 +03:00
Arthur Golubtsov
3fa8fd155e docs: Move img folder to assets 2019-12-25 19:16:42 +03:00
Arthur Golubtsov
6bcf7afdae docs: Next review of the article about server 2019-12-25 19:10:46 +03:00
Arthur Golubtsov
bb8a90bc40 docs: Review article about server 2019-12-24 19:45:25 +03:00
Arthur Golubtsov
4da5a91e53 Server: change config order accordingly to the docs 2019-12-24 19:44:25 +03:00
artem30801
fab15a7200 Updated sideenu and table docs 2019-12-19 17:56:38 +03:00
Arthur Golubtsov
f07fb205a5 Client: Add try/except dummy for getting map 2019-12-17 08:57:53 +00:00
Arthur Golubtsov
3b35ff8b66 Server: Write short check statuses directly 2019-12-17 11:39:37 +03:00
Arthur Golubtsov
16da689b96 Client: remove unnecessary interruption returns from takeoff 2019-12-13 07:25:16 +00:00
Arthur Golubtsov
2a07b43c88 docs: Fix typo 2019-12-13 09:05:55 +03:00
artem30801
819af47c4a Added gui screenshot to docs 2019-12-12 18:45:49 +03:00
artem30801
21ce0e76d1 Merge branch 'master' of https://github.com/CopterExpress/clever-show 2019-12-12 18:41:37 +03:00
artem30801
f20299e78f Added 'Animation' and 'Music' menus to docs 2019-12-12 18:41:32 +03:00
artem30801
d88064afaf Fixed image 2019-12-12 17:01:15 +03:00
artem30801
5c3e20d712 Merge branch 'master' of https://github.com/CopterExpress/clever-show 2019-12-12 16:57:45 +03:00
artem30801
01a3ee9cfd Added 'drone' menu section to docs 2019-12-12 16:56:56 +03:00
artem30801
c8585be3b0 Fixed image 2019-12-12 15:59:23 +03:00
artem30801
04912fe111 Updated docs of submenu 'server' 2019-12-12 15:58:03 +03:00
artem30801
21df7e32a3 Added images for docs 2019-12-09 15:48:12 +03:00
artem30801
181086b2b5 Added 'Checks' section to docs 2019-12-09 15:23:38 +03:00
artem30801
f9a6cca6fc Add remove_disconnected to docks 2019-12-09 11:49:00 +03:00
artem30801
ad0fc9e4bc Shift server to new ConfigManager 2019-12-07 22:39:29 +03:00
artem30801
bf185063dc Added automatic type conversions and stansalone dialog call
Fully working for now but needs testing
2019-12-07 22:36:24 +03:00
artem30801
f5b54c7ec1 Fully working version of ConfigManager 2019-12-07 22:34:44 +03:00
artem30801
f6b1b00549 Added quamash to requirements.txt 2019-12-07 22:33:16 +03:00
artem30801
ce36c6f1e3 Feature branch: IMPORTANT connection+telemetry+table fixes and improvements (#55)
* .client_connected > .new_client_connected

* Fixed 'confirmation_required' wrapper

* Logging impr

* Changed and optimized a lot checks behaviour

* Added indication of connected/disconnected copters

* update_data_signal changed signature

* Added client removing functionality

* Option for automatically remove disconnected copters from table

* Renaming copters from QT server table on the go + some improvements

* Server: Check if self.clients list is not empty when trying to pop element from it

* Probably fixes behaviour of non-immidiate data sending from server

* Added changing hostname of copter

* Updated config

* Preview of selfchecheck results on double click

* Delete doc_2019-10-16_17-57-17.bashrc

* Update table data models for selfcheck

* Server: modify set id request to message

* Update client_config default file

* Client: modify set new id function

* Client: add avahi-daemon to restart when restarting network

* Client: add new hostname to ssh motd message, do not change hostname if no network restart in config

* Client: add newline to motd message

* Optimized request behaviour

* Client: fix service file and restart order

* Client: Add SO_KEEPALIVE and TCP_NODELAY options to client socket

* Modify to last tests with ping

* Client: remove ping

* Client: select reboot option when change id and add execute command

* Server: Add SO_KEEPALIVE option to server socket

* Server: Change removing copter

* Request resending after disconnection

* Resending improval (for furthrer functionality & fixes

* Fix of client removing behaviour

* Debugging

* Revert dubug code; 'Remove' fix confirmed

* do not clear requests queue

* Update requirements.txt

* Added namespace class to fix resend

* Improvements and simplification of notifier + port to client

* Refactor of telemetry thread

* Simplify lambdas

* Compress hostname check to single regex

* Changes in telemetry

* Refactored formatting of telemetry in table. NOT DONE

* Fix

* Git checkout. REVERT later!

* Conection fix

* Compability fixes

* Update start position

* Fix for reconnection with notifier socket

* Added traceback for pyqt5

* Fixes in new telemetry display

* Added lock to Telemetry

* Fixes for table display

* Fix of doubling line of client in table

* Fix of mass-removing clients from table

* Fix for clinet double-connection+removal

* Fix lock in Telemetry

* Changed signature of response callbacks for better syntax & fixes (all tested)

* Revert "Git checkout. REVERT later!"

This reverts commit 6122352380.

* Server: fix formatters

* Client: Remove telemetry_loop, small refactor of Telemetry class

* Server: Add formatters

* Server: Very small refactor

* Server: Fix checks and formatters

* Client: Fix check_failsafe function, small code refactor

* Client: update default config file
2019-12-05 15:10:21 +03:00
artem30801
b62881c0df Create configspec_server.ini 2019-12-05 13:51:06 +03:00
artem30801
4899c2268f Removed unnecessary files 2019-12-05 13:50:25 +03:00
artem30801
b4c3efc2d8 Added non-spec config files to gitignore 2019-12-05 13:49:49 +03:00
Artem30801
c365df69e8 WIP 5 (config broken) 2019-12-05 08:49:44 +03:00
Artem30801
fb8f81450a slight config improvemnts 2019-12-04 00:11:11 +03:00
Artem30801
a39970deca List options and many improvemnts 2019-12-04 00:10:28 +03:00
Oleg Kalachev
53dad0e3fd Add demo video to readme (#57) 2019-12-03 01:53:17 +03:00
Artem30801
74186e5c5b Added offest list to configspec 2019-12-01 21:07:17 +03:00
Artem30801
b73b65c09f gui+functionality update 2019-12-01 21:06:57 +03:00
Artem30801
a98d746389 Basic color indication 2019-12-01 19:40:10 +03:00
Artem30801
dc6765d8e8 Added import/export to new dict format 2019-12-01 18:37:52 +03:00
Artem30801
1c522a67aa Added name and version for configs 2019-12-01 17:07:47 +03:00
Artem30801
018567be35 Minimal working version of config editor 2019-12-01 17:07:03 +03:00