- 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;
-
- Apr 25, 2018
-
-
developer7 authored
do_POST(): - resolved problem of taking a key based on an index of the device;
-
developer7 authored
- replace getargsspec position
-
developer7 authored
- command(): - replace getargsspec;
-
- Apr 21, 2018
-
-
developer7 authored
- command(): - added new getargspec when parametar is **pq;
-
- Apr 20, 2018
-
-
developer7 authored
- commands.py(1.8) - import inspect.getargspec module; - command(): - using the getargspec to find out the number of parameters of the invoking function; - change **kwargs in function param with **pg;
-
- Apr 18, 2018
-
-
developer7 authored
-
developer7 authored
- xmlhtml.py(3.0): - remove 'ERROR_LOG_FILE_NAME' item; - - AISOpen() resolved;
-
- Apr 10, 2018
-
-
developer7 authored
- xmlhtml.py(2.9): - resolved bug when delete and changed xml{} item; - ais_shell.py(4.0.7.13): - AISOpen() resolved;
-
- Mar 29, 2018
-
-
developer7 authored
- dynhtml.py(1.3): - added ListLogsDirHtml():dinamically created alllogs html file;
-
- Mar 27, 2018
-
-
developer7 authored
-
- Mar 24, 2018
-
-
developer7 authored
- added loggers;
-
- Mar 17, 2018
-
-
developer7 authored
- added headers:{} in ajax call for set settings value; - ais_http.py(4.0.7.16): - removed content[0] in do_POST(); - commands.py(1.5): SetEditListeDevices(): - checked If DEVICE_TYPE and DEVICE_ID exists; - dopoprocess.py: - added str() cast on some result;
-
- Mar 16, 2018
-
-
developer7 authored
- added li tags for open all devices,and close all devices; - javas.js(4.1): - added functions from jqxml.js file.Now,not more use jqxml.js file; - ais_http.py(4.0.7.15): - do_POST(): - added content[0](True,False) when no needed setheaders(); - ais_readers_main_process.py(4.0.7.23): - added GetAisOpenAll() and GetAisCloseAll() functions; - removed f. for set settings value; - dopostprocess.py(1.3): - added calls GetAisOpenAll(), andGetAisCloseAll() functions; - added SetSettingsValue() f;
-
- Mar 15, 2018
-
-
developer7 authored
-
- Mar 14, 2018
-
-
developer7 authored
-
- Mar 13, 2018
-
-
developer7 authored
- removed many call functions; - commands.py(1.3): - added function calls;
-
developer7 authored
-
- Mar 12, 2018
-
-
developer7 authored
- ais_http.py(4.0.7.12) not finish -remove some functions ; - commands.py: - new module for global functions; - web_api/ais_readers.html: - added bootstrap framework;
-
- Mar 09, 2018
-
-
developer7 authored
- javas.js(4.0): - removed to display buuton for REBOOT if platform is windows; - ais_http.py(4.0.7.11): - added headers for http_response...not finished;
-
- Mar 01, 2018
-
-
developer7 authored
- ais_readers.html (3.7): - added li tag for start liste rte amd stop listen rte; - javas.js (3.7): - added code for listen rt in real time; - ais_http.py : 4.0.7.11: - added local parametar ldev in DoPOST(); - ais_readers_main_process.py 4.0.7.18: - added ne f. call for listen RTE in real time;
-
developer7 authored
- ais_readers.html (3.6): - removed text in <div> id="loading" and <div> id="failloading"; - javas.js (3.6): - added new constants; - added ajaxStart() and ajaxStop() global functions; - resolved bug when login form form settings loading; - added .fail() method for ajax; - ais_shell.py (4.0.7.8): - better formating the function result; - ais_http.py : 4.0.7.9: - better code structure for 'F';
-
- Feb 28, 2018
-
-
developer7 authored
- ais_readers.html (3.5): - better position textarea tag for fw update; - javas.js (3.5): - call ajax() directly and send datas with FormData() functions; - ais_http.py : 4.0.7.10: - resolved early upload fw file bug;
-
- 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;
-
- Feb 14, 2018
-
-
developer7 authored
- ais_readers_main_process.py: - added .keys() in listen_all() for DDEV_HND dict; - ais_readers.html: - change display for black/white button; - javas.js: - fixed bug for write black list; - added code that update devices count after list devices(); - ais_http.py: fixed bugs;
-
developer7 authored
- ais_readers_main_process.py: - set real names constants for reboot and ip - ais_shell.py(4.0.7.5): - added check for dev.hnd[0].value in AISGetVersion(); - changed display for thios f; - ais_http.py(4.0.7.7) - fixed bug when length HND_LIST is 0
-
- Feb 13, 2018
-
-
developer7 authored
- ais_readers.html(2.0): - added table row for AIS_Restart() and AIS_Destroy();
-
developer7 authored
- ais_readers.html(2.0): - added table row for AIS_Restart() and AIS_Destroy(); - ais_http.py (4.0.7.6): - added support for AIS_Restart() and AIS_Destroy(); - fixed minor bugs; shell: - ais_shell.py(4.0.7.4): - added support for AIS_Restart() and AIS_Destroy(); - added lokal parametar (dev) in AISOpen(dev) and AISClose(dev);
-
- Feb 12, 2018
-
-
developer7 authored
- ais_readers.html(2.9): - added <li> tag for dump all logs per device; - javas.js(2.9): - added object for 'DLD' for dump all logs per device; - ais_readers_main_process.py(4.0.7.11): - DoPOST(): - switch for 'dump logs per device'
-
- Feb 07, 2018
-
-
developer7 authored
-
developer7 authored
- ais_http.py (4.0.7.5) - ais_http.py (4.0.7.3)
-
developer7 authored
- update shell;
-
- Feb 02, 2018
-
-
developer7 authored
- ais_readers_main_process: - add time.sleep(.1) in listen_all() DDEV_HND > 0;
-
developer7 authored
- xmlhtml.py: - add new line in xml dict ('ENABLE_UNREAD_LOG_UDP'); - ais_http.py: - add f=='q' before check HND_LIST[]; - ais_readers_main_process.py: - unread_log(): - add xmlSettingsDict check for ENABLE_UNREAD_LOG_UDP;
-
- Jan 31, 2018
-
-
developer7 authored
-
- Jan 29, 2018
-
-
developer7 authored
- ais_http.py: - do_POST(): - added try/catch block when no device found;
-
developer7 authored
- update shell
-
- Jan 18, 2018
-
-
developer7 authored
ais_http.py: - do_POST(): global variables declared(start_index,end_index,start_time,end_time); resolved problem when printing AIS_GetTime () when the 'i' called
-
- Jan 16, 2018
-
-
developer7 authored
-