- 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(); - 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
- 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 29, 2018
-
-
developer7 authored
- ais_http.py: - do_POST(): - added try/catch block when no device found;
-
- 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
-
- Nov 28, 2017
-
-
developer7 authored
- do_POST(): - replace logical 'or' with logical 'and' in line:245;
-
- Nov 25, 2017
-
-
developer7 authored
- GetHandler()->do_POST(): commented line :self.SetHeaders();
-
- Nov 14, 2017
-
-
developer23 authored
- GetHandler(): - added SetHeaders();
-
- Nov 01, 2017
-
-
developer23 authored
commit files;
-
- Oct 27, 2017
-
-
developer23 authored
- remove comment;
-
developer23 authored
- GetHandler(): - WriteFile():replace os.curdir with os.sep
-
developer23 authored
- do_POST(): - remove second return value from AisGetTime();
-
- Oct 25, 2017
-
-
developer23 authored
commit
-
- Oct 24, 2017
-
-
developer23 authored
- add class ThreadedHTTPServer();
-
- Oct 19, 2017
-
-
developer23 authored
-
- 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
- ais_http.py: do_POST(): - remove codes for IP,R and Git update;
-
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;
-
developer23 authored
do_POST(): - allocate code that check any device exist;
-
- Oct 15, 2017
-
-
developer7 authored
- add translate_path(); - change codes for check if 'login.html' exists;
-
- Oct 13, 2017
-
-
developer23 authored
-
developer23 authored
- ais_http.py: BUG!!!
-
- Oct 12, 2017
-
-
developer23 authored
- add new functionality; BUG open file error
-
developer23 authored
-
- Oct 03, 2017
-
-
developer23 authored
- added verification if key exist in pq dict; - resolved bug if 'NoneType' returned from client app;
-
- Sep 27, 2017
-
-
developer23 authored
ais_http.py: add 'index.html' in do_GET() function; add return in do_POST() if getBaseName() == AIS_MAIN (line:117);
-
- Sep 20, 2017
-
-
developer23 authored
- create new folder 'html'; - 'ais_readers.html' imported in html folder; - no import from xmlhtml module; - removed codes for xml support;
-
- Sep 19, 2017
-
-
developer23 authored
-commit
-
developer23 authored
- commit
-
- Sep 15, 2017
-
-
developer23 authored
- bug in do_GET() for key,value pairs;
-
- Sep 14, 2017
-
-
developer23 authored
- removed line for choise content-type extenstion in do_GET();
-
- Sep 13, 2017
-
-
developer23 authored
- added ".js" for content-type in do_GET();
-
developer23 authored
- added support for .css file as content-type in do_GET();
-
- Aug 18, 2017
-
-
developer23 authored
-