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