- 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 30, 2017
-
-
developer7 authored
add 'resource busy' in GetHandler->do_POST();
-
- Mar 28, 2017
-
-
developer7 authored
* ais_http.py: GetHandler()->do_POST():local value for 'debug_log' folder; support for 'R' (reboot) host device on linux platform; resolved bug for 'r' RT; * ais_readers.html: - add javascript code for parse filename from tag 'files'; - add text tag for 'REBOOT' - add tag 'files' for upload fw and config file to device;
-
- Mar 25, 2017
-
-
developer7 authored
delete import test
-
- Mar 24, 2017
-
-
developer7 authored
-
developer7 authored
no changes
-
- Mar 22, 2017
-
-
developer7 authored
-
- 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
-
- Mar 18, 2017
-
-
developer7 authored
- ais_http.py: - do_POST(): add strip() method in line to parse debug log name("D"); - do_POST(): add strip() method in line to parse debug log name("SD");
-
- Mar 17, 2017
-
-
developer7 authored
- do_POST()/readRTE('r') : return general exception from func; - do_POST() : in except block -> new string value for exception descript; - readers.ini : decomment line for BASE_HD:0
-
- Mar 08, 2017
-
-
developer7 authored
Merge branch 'master' of https://git.d-logic.net/nfc-rfid-reader-sdk/ais_readers-examples-web_api_src
-
developer7 authored
-
- Mar 07, 2017
-
-
developer7 authored
-
- Mar 06, 2017
-
-
developer7 authored
-
developer7 authored
- ais_readers.html: form action =""
-
developer7 authored
-
developer7 authored
-
developer7 authored
-
developer7 authored
-
- Feb 14, 2017
-
-
developer3 authored
-
- Oct 17, 2016
-
-
developer7 authored
-
developer7 authored
-
- Oct 13, 2016
-
-
developer7 authored
-
- Jul 07, 2016
-
-
developer8 authored
git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@79 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
developer8 authored
- correction of errors in variable name git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@78 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
developer8 authored
- edit code in 'do_POST()' function in the part relating to the recording 'debug_log' file git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@77 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Jul 06, 2016
-
-
developer8 authored
- parsing value of query string from a URL referring to the debug log, located in the block processing of reading and recording debug_log file git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@74 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Jun 29, 2016
-
-
developer8 authored
git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@73 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
developer8 authored
- global declare variable 'PASS' in 'do_POST()' function git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@72 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Jun 18, 2016
-
-
developer8 authored
- add tags for the title debug folder and the name just debug_log git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@69 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
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 17, 2016
-
-
developer8 authored
- added lines of code that returns the message 'NO DEVICES FOUND "if the list is empty unit git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@67 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
- Jun 14, 2016
-
-
developer8 authored
- amended the section of code that processes the value of a variable based on the serial number of the device which is obtained from the .html pages - added argument for the value of handler which is obtained by choosing the ordinal number of devices .html scripts in functions for logs git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@62 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
-
developer8 authored
git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@52 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
git-svn-id: svn://192.168.1.162/sw_open/ais_readers/python/examples/web_api/trunk@38 0228885a-6ad7-41a9-bcf9-d0ec016d0fc8
-
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
-