- May 24, 2018
-
-
developer7 authored
- doPOST(): - add new function names that are executed if there are no devices exists;
-
- May 04, 2018
-
-
developer7 authored
- send_head(): - search ext in list DOWN_FILE_EXT; constants.py: - DOWN_FILE_EXT = ['.csv', '', '.log']
-
- Apr 28, 2018
-
-
developer7 authored
- ais_http.py: added new constant for 'q'(GetListInformation())
-
developer7 authored
- ais_http.py(): - set content-type if file ext is .csv; - added commands that may run if no device exists;
-
- Feb 26, 2018
-
-
developer7 authored
- ais_readers.html (3.4): - added tags for firmware update; - javas.js (3.4): - added code for upload fw; - ais_http.py : 4.0.7.9: - added local parametar ldev for AIS_FW_Upload_File(); - added finally block that remove temporaru fw_file;
-
- Oct 17, 2017
-
-
developer23 authored
ais_http.py: - add script_name() in GetHandler() class; constants.py: - add constants for other html file name;
-
- Oct 16, 2017
-
-
developer23 authored
web_api: - ais_http.py: do_POST() -> - dislocate code for debug_log into ais_readers_main_process.py; - constant.py: remove constants for debug_log; add constants for HTML script folder name and html init script name;
-
- May 08, 2017
-
-
developer22 authored
ais_http.py: - http_request() add optional parameter for http_request timeout.More codes for exception message in this func; ais_readers.html: - delete table rows for reboot and other tags;
-
- Apr 04, 2017
-
-
developer7 authored
ais_http.py modul:GetHandler()->do_POST():add codes that display IP and MAC address
-
- Mar 31, 2017
-
-
developer7 authored
- ais_http.py module:GetHandler()->do_POST() add subprocess for git pull and git submodule updates - ais_readers.html : add tags for git update; - constants.py : add global defined constants for git
-
- Mar 21, 2017
-
-
developer7 authored
GetHandler(): - do_POST(): add warrning text if rte sec value == None; add code that create firmware file over http; add code that read and write config file over http; constants.py: add constants for upload files
-
- Jun 18, 2016
-
-
developer8 authored
- changed code in function 'do_POST()' class 'GetHanlder()' that affects reading and recording (download) debug_log files.For now takes over from parsing query debug_log the title string that is entered directly via HTML pages and consequently the name of the function it transmits or records - 'constants.py' add the constants that are used to work with debug logs git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@68 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Jun 13, 2016
-
-
developer8 authored
* ais_http.py - added try/except block for method 'do_POST()' git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@60 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- May 30, 2016
-
-
developer8 authored
- bugfixed git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@56 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- May 26, 2016
-
-
developer8 authored
git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@53 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- May 12, 2016
-
-
developer8 authored
- added controls to the .html page - controls associated with the respective functions in the script 'ais_shell.py' - implemented all functions of the 'testers' git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@46 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Apr 13, 2016
-
-
developer8 authored
- resolved output for more functions in 'ais_shell.py' script git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@37 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Mar 21, 2016
-
-
developer8 authored
- problem two paths to the same library in one script is resolved - resolved problem in html file git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@36 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
developer8 authored
- added new item in html form - all functions are located in ais_shell.py script git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@35 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Mar 18, 2016
-
-
developer8 authored
- erased more f in ais_http.py script and used f from ais_shell.py script to ais_http.py - changed more f in ais_shell.py and adjustment these f for ais_http.py script - not all f changed git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@34 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Mar 12, 2016
-
-
developer8 authored
- change f 'TestLights()' - added radio button controls in html form for lights f - added new items in html forms for lock and edit device list - changed names of items for pass in html form - changed code of blacklist_read() f - changed AIS_GetLibraryVersionStr() - now SetTime f called values from .dll - old AIS_GetLog_Set() renamed in AIS_GetLog_Set() - implement f for lock - implement f for show/edit device list ("Q" ) - changed value for lib ver in constants.py script (now:4.9.2) git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/http/trunk@25 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Mar 10, 2016
-
-
developer8 authored
- added index of actual device near hendler,for all functions - little correction od code - changed path string in constants.py script git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/http/trunk@22 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
developer8 authored
- time to loop for RTE listen now set dynamically from .html file - minor edits in constants.py script git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/http/trunk@20 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Mar 09, 2016
-
-
developer8 authored
- correct string constants for PATH to library in constants.py script - added others .py files git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/http/trunk@16 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-