diff --git a/client/README.md b/client/README.md index 218d0e5..1f2eca4 100755 --- a/client/README.md +++ b/client/README.md @@ -1,7 +1,10 @@ -# DNC -client +# DNC client -Requierement : +Requirement : -> python 3.4 -> pyqt4 -> pyside + +Start : +->Configure the default server ip and port and nickname in dncClient.conf +->Start the server with the following command : python start.py diff --git a/server/dncServer.conf b/server/dncServer.conf new file mode 100644 index 0000000..054e7d6 --- /dev/null +++ b/server/dncServer.conf @@ -0,0 +1,6 @@ +[NETWORK] +port = 2222 + +[LOG] +logdirectory = log +