Compare commits
2 Commits
17baf26fbd
...
2b97087b2e
Author | SHA1 | Date | |
---|---|---|---|
2b97087b2e | |||
2eb8a99c4b |
@ -10,10 +10,8 @@ server_port = 10001
|
|||||||
# Logging
|
# Logging
|
||||||
#
|
#
|
||||||
APP_NAME = 'leyk'
|
APP_NAME = 'leyk'
|
||||||
|
LOGTARGET = 'stdout'
|
||||||
LOG_TARGET_STDOUT = 'stdout'
|
LOGLVL = 'DEBUG'
|
||||||
LOG_TARGET_FILE = 'logfile'
|
|
||||||
LOGTARGET = LOG_TARGET_STDOUT
|
|
||||||
|
|
||||||
LOGHOST = 'localhost'
|
LOGHOST = 'localhost'
|
||||||
LOGPORT = 19996
|
LOGPORT = 19996
|
||||||
|
2
geo
2
geo
@ -1 +1 @@
|
|||||||
Subproject commit f59b19ed1fd2a64735ca477fdb1fba24681e8879
|
Subproject commit 11166bb27ad2335f7812fcb88c788397f5106751
|
2
leyk.py
2
leyk.py
@ -10,7 +10,7 @@ import time
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
report.appLoggingConfigure(os.path.dirname(__file__), config.LOGTARGET, ((config.APP_NAME, 'DEBUG'), ), fmt=config.formatter, host=config.LOGHOST, port=config.LOGPORT)
|
report.appLoggingConfigure(os.path.dirname(__file__), config.LOGTARGET, ((config.APP_NAME, config.LOGLVL), ), fmt=config.formatter, host=config.LOGHOST, port=config.LOGPORT)
|
||||||
s = tcp_socket.tcp_server_stp(config.server_ip, port=config.server_port)
|
s = tcp_socket.tcp_server_stp(config.server_ip, port=config.server_port)
|
||||||
prot = protocol.my_server_protocol(s, secret=config.secret)
|
prot = protocol.my_server_protocol(s, secret=config.secret)
|
||||||
while True:
|
while True:
|
||||||
|
2
protocol
2
protocol
@ -1 +1 @@
|
|||||||
Subproject commit 6ac1b584fb53aeb58c1b9809fff306a56dd32400
|
Subproject commit 551e3e558dd54933e10b4e4806ee3f8c02dbfe19
|
@ -1 +1 @@
|
|||||||
Subproject commit 7c02c8dd3cc5b24a1ba8ce71c0b7396f3759671e
|
Subproject commit b5ee20216e9215dd6555d5bae702a48e7512ecce
|
@ -1 +1 @@
|
|||||||
Subproject commit 561b564b3dc9298936de5b4b51267e56d86ac426
|
Subproject commit b59246390f3514b4d58221554e88bf72bd1ba580
|
@ -1 +1 @@
|
|||||||
Subproject commit 76d8ae9b1bfd894bc5f4b830394ce0552120a508
|
Subproject commit c1d9cf49c34cc6c97cfb372eec4a30f0188181f9
|
2
task
2
task
@ -1 +1 @@
|
|||||||
Subproject commit bbc3c6f93588942087d617e33bc5797041ae2658
|
Subproject commit c9e1e207645b5947a31929025f86db5543485e30
|
@ -1 +1 @@
|
|||||||
Subproject commit 71466927127e16820ec0c670336b1c5b4547d3e7
|
Subproject commit e2e5286d25357e7ccc52fe5b7b48452c042efbca
|
Loading…
x
Reference in New Issue
Block a user