Readme
This commit is contained in:
parent
6c610a2a41
commit
89520d54b1
@ -1,7 +1,10 @@
|
|||||||
# DNC
|
# DNC client
|
||||||
client
|
|
||||||
|
|
||||||
Requierement :
|
Requirement :
|
||||||
-> python 3.4
|
-> python 3.4
|
||||||
-> pyqt4
|
-> pyqt4
|
||||||
-> pyside
|
-> pyside
|
||||||
|
|
||||||
|
Start :
|
||||||
|
->Configure the default server ip and port and nickname in dncClient.conf
|
||||||
|
->Start the server with the following command : python start.py
|
||||||
|
6
server/dncServer.conf
Normal file
6
server/dncServer.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[NETWORK]
|
||||||
|
port = 2222
|
||||||
|
|
||||||
|
[LOG]
|
||||||
|
logdirectory = log
|
||||||
|
|
Reference in New Issue
Block a user